Description
Checks whether a program is collecting coverage data.
Syntax
int CoverageIsRunning(void)
Returns
1 |
The program is collecting coverage data. |
0 |
The program is not collecting coverage data. |
Notes
§ This function is available only when you are collecting coverage data.
§ This function is especially useful for enclosing special purpose application code when you run a program to collect coverage data under Purify. For example, in an interactive program where you don't want to record coverage data about an initial setup portion of the program, you might display a message box to begin recording data.
(C) Copyright IBM Corporation 1992, 2010.