1. Open the Default Settings or Executable Settings dialog box, or click Settings in the Run Program dialog box.
2. Select the PowerCov tab.
3. Select whether to use Line or Function as the default coverage level.
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, PureCoverage excludes certain modules in the Windows directories. Some of these modules, known as system modules, are always excluded and you cannot change their coverage levels.
§ For changes to the coverage level to take effect, you must rerun the program.
(C) Copyright IBM Corporation 1993, 2010.