By default, PureCoverage collects and reports actual coverage data: information about all the code that PureCoverage reviews. However, at times the data is more useful if you make adjustments to exclude specific lines that you have not exercised from the coverage statistics, such as:
Adjustments affect the information in:
exported data (used by PureCoverage report scripts)
You can make adjustments:
Notes:
Adjustments affect the coverage statistics for lines, but not for functions. If you make adjustments to remove all a function's lines from the statistics, the function itself remains.
You can also make adjustments by manipulating the PureCoverage adjustments file directly.