Package net.sourceforge.groboutils.codecoverage.v2.module

All analysis modules and their supporting classes.

See:
          Description

Class Summary
BranchCountMeasure Processes methods for branch coverage analysis, where each branch instruction and its corresponding not-taken instruction are marked.
BytecodeCountMeasure Processes methods for instruction-count coverage analysis.
BytecodeLineUtil Helper that processes bytecode instructions and line-numbering
CallPairMeasure Processes methods for call pair coverage analysis, where each function call instruction are marked.
DefaultAnalysisMetaData Contains data necessary for storing the meta-data associated with a specific marked bytecode instruction.
FunctionMeasure Processes methods for function coverage analysis, which checks that each method/function has been invoked.
LineCountMeasure Processes methods for line-count coverage analysis.
 

Package net.sourceforge.groboutils.codecoverage.v2.module Description

All analysis modules and their supporting classes.



Copyright © 2001-2003 by The GroboUtils Project