|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
IAnalysisMetaData
Method Summary | |
void |
analyze(IMethodCode method)
Perform the analysis on the method. |
java.lang.String |
getMeasureName()
Returns the human-readable name of the measure. |
java.lang.String |
getMeasureUnit()
Returns the unit name for this particular coverage measure. |
java.lang.String |
getMimeEncoding()
Returns the text format used in meta-data formatted text. |
Method Detail |
public java.lang.String getMeasureName()
public java.lang.String getMeasureUnit()
public java.lang.String getMimeEncoding()
public void analyze(IMethodCode method)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |