Module, Coverage, and Debug list, Module Coverage Dialog Box

Displays a list of the known modules in the program, the type of coverage requested for each module, and whether PureCoverage has located debug data for the module.

Notes:

§      PureCoverage lists all known modules in the current program. Explicitly-loaded modules (such as LoadLibrary files) that PureCoverage isn't aware of until run time don't appear in this list; you can add them by clicking images\modnew.gif

§      To remove modules, select the module and click images\moddel.gif. If you remove from the list any modules that the current program requires to run, PureCoverage instruments those modules using the default coverage level.

§      Parentheses indicate default coverage levels, as specified in the PowerCov tab in the settings dialog boxes. For example, if the program uses modules whose coverage levels are specified in the PowerCov tab in the Settings for <exename> dialog box, those modules' coverage levels appear within parentheses.

§      PureCoverage identifies native-compiled (unmanaged) programs that do not contain relocation data by adding (No Relocs) after the executable name. PureCoverage requires relocation data to collect data at line or function level. If relocation data is not available for a module, PureCoverage excludes all functions in the module.

(C) Copyright IBM Corporation 1993, 2010.