Enabling Code Coverage

Note: This facility is supported in native COBOL only.

Before you run an application in code coverage mode and produce code coverage statistics, you must enable code coverage in the project's properties. You then need to build your application.

To enable code coverage for your project:

  1. Navigate to the project's properties and click the COBOL tab.
  2. Check Enable code coverage.
  3. Click File > Save All.
  4. Build your application.