Module list, Coverage tab, Run Summary window

Graphically displays the distribution of calls for each module you're testing in the current run. While the program is running, PureCoverage updates the status at one-second intervals. PureCoverage also displays the following numerical data:

§    Number of calls made by the module

§          Number of functions, procedures, or methods hit and missed in the module

§          Total number of functions, procedures, or methods in the module

§          Percentage of functions, procedures, or methods hit in the module

Note:

§      PureCoverage does not apply any filters to the data displayed in the Coverage tab. For example, you might exercise your program until you see the coverage reach a certain number. When you exit your program and view the data in the Coverage Browser window, you'll notice that this number is smaller. This is because PureCoverage has filtered certain functions, procedures, or methods.

(C) Copyright IBM Corporation 1993, 2010.