Processes a method for coverage analysis. The analysis should mark
certain bytecode instructions with IAnalysisMetaData for
report generation. Each module generates data that is used for one
specific measure type, such as source line coverage, or branch coverage.
The coverage amount is based on the number of marks added verses the
number of marks (and which ones) encountered during a run.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:51:25 $ since: December 15, 2002 See Also:IAnalysisMetaData
Perform the analysis on the method. method should never
be null, so null checking isn't necessary;
NullPointerExceptions are an acceptable exception to be
thrown from this method.