Controlling Data Collection (Coverage Monitoring)

Related Topics

PureCoverage allows you set the level of detail at which data is collected for all parts of your program before you run it.

You can also control data collection as your program runs. You can pause and resume data collection to check coverage of specific routines, or take a snapshot of the current data to examine coverage in stages.

This section of the PureCoverage help system provides information about different ways you can control data collection.

To learn about

See

The levels at which PureCoverage can collect data, and different ways to set the level to use

About Coverage Levels

How to set the coverage level for all program modules

Selecting Coverage Levels for All Modules

How to customize coverage levels for individual modules

Selecting Coverage Levels for Individual Modules

Monitoring only specified modules in a .NET managed code or Java program, and excluding the others

Selecting Specific Classes for Instrumentation

Monitoring only specified modules in a native code program, and excluding the others

Selecting Specific Modules for Instrumentation

Getting a bird's-eye view of how coverage is proceeding as your program runs

Monitoring Coverage as your Program Runs

Using the toolbar to control when coverage is monitored

Pausing Data Recording

Using the toolbar to take a snapshot of coverage status at a given moment

Capturing the Current Data

Using the toolbar to clear coverage data collected up to a given moment

Clearing Data

(C) Copyright IBM Corporation 1993, 2010.