Code Coverage Tab
Use this tab to set code coverage options for debug configurations.
Notes:
- The Code Coverage tab appears only when you select the debug profile from the Compiled Code Coverage Configurations dialog. To open the Compiled Code Coverage Configurations dialog, click the Compiled Code Coverage button from the main workbench toolbar.
Fields
Code coverage level: Choose the code coverage level: Line or Program flow.
Report: Choose to automatically generate an additional PDF code coverage report.
Additional: Choose these additional options:
- Use source for COBOL: Select this option when you run code coverage sessions with COBOL V6.2 and later applications to use the source instead of the expanded source.
- Ignore errors: Select this check box to force code coverage to produce a report, regardless of error conditions.
- Filter list file: Specify a file that contains filter strings. These filters can be used to include or exclude modules, parts or complied units, and files from code coverage results. For more information, see Filtering code coverage results during collection.
- Test ID: To assign a test ID to the code coverage result, specify a string of alphanumeric characters.
- Tags: Specify a list of tags to associate with the code coverage result. Separate multiple tags with commas.