Description
Checks whether PureCoverage is recording coverage data.
Syntax
int CoverageIsRecordingData(void)
Returns
1 |
PureCoverage is recording data. |
0 |
PureCoverage is not recording data. |
Note
§ Use this function for native-compiled (unmanaged) programs.
§ Do not use this function (a PureCoverage API function) for Sun Java or .NET managed code programs. Use instead the corresponding PureAPI function.
(C) Copyright IBM Corporation 1993, 2010.