Line, PowerCov tab, Run Summary window

Indicates whether you requested line level as the default coverage for the current run. At this level, PureCoverage records data about whether each individual source line was hit by your tests.

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.