Line, Module Coverage Dialog Boxes

Select whether to record data for functions in the selected module at Line level. At this level, PureCoverage records data about whether each individual source line was hit by your tests.

Checking coverage at this level provides the most detailed data, but incurs a small amount of performance overhead during instrumentation (for native-compiled programs only) and run-time.

Notes:

§      PureCoverage uses debug line information to collect line-by-line coverage data. If this debug data is not available for a module, PureCoverage excludes the module.

§      For native-compiled (unmanaged) programs, PureCoverage also requires relocation data to collect data at line or function level. If relocation data is not available for a module, PureCoverage excludes the module.

(C) Copyright IBM Corporation 1993, 2010.