Line, PowerCov tab, settings Dialog Boxes
Select whether to use Line as the default coverage 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 Visual C++ programs and Visual Basic native-code 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.
§ By default, some modules in the Windows directories are always excluded and you cannot change their coverage level. PureCoverage calls these modules system modules.
(C) Copyright IBM Corporation 1993, 2010.