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 |
|
How to set the coverage level for all program modules |
|
How to customize coverage levels for individual modules |
|
Monitoring only specified modules in a .NET managed code or Java program, and excluding the others |
|
Monitoring only specified modules in a native code program, and excluding the others |
|
Getting a bird's-eye view of how coverage is proceeding as your program runs |
|
Using the toolbar to control when coverage is monitored |
|
Using the toolbar to take a snapshot of coverage status at a given moment |
|
Using the toolbar to clear coverage data collected up to a given moment |
(C) Copyright IBM Corporation 1993, 2010.