If you are collecting coverage data, you have several methods available for filtering out non-critical data, such as functions in modules for which you don't have source code, and for focusing on a specific portion of a program. You can:
Note:
§ You can also specify that you want to exclude certain modules. When you exclude modules, Purify does not record coverage data for these modules. Functions in excluded modules do not appear in any coverage tabs. Excluding modules is a good choice for code you cannot modify, such as system or third-party modules, or when you want to improve instrumentation performance and run-time performance while testing code coverage. For more information, click
(C) Copyright IBM Corporation 1992, 2010.