TESTCOVER

Enables you to use the test coverage tool, which creates a statistical execution profile of a program.

Restriction: Currently this directive is supported for native COBOL only.

Syntax:

>>-.---.-.----.--TESTCOVER------------------><
   +-/-+ +-NO-+

Parameters:

None

Properties:

Default: NOTESTCOVER
Phase: Syntax check
$SET: Any

Comments:

In order to create a program profile, you need to specify this directive by checking the Test Coverage checkbox in the Build Settings dialog in the IDE, and run your programs under test coverage mode.