Running map coverage in Design Studio
Use the Map coverage mode within the Design Studio to execute your maps in test mode and review their execution paths.
Procedure
- Click a selected map in the Map editor.
- Ensure coverage settings are configured for the map.
- Click the Map coverage icon on the toolbar to enable the map coverage mode.
-
Click Run.
The Map Coverage Tracker dialog displays the progress. The tracker contains two distinct progress bars:
- Individual: Displays the real-time status of each configured coverage run, updating sequentially as each run completes.
- Overall: Displays the status across three sequential stages: Setup, Run, and Report.
-
Upon successful completion of the map coverage, the
Coverage view automatically displays the map coverage
report if it is not already open; otherwise, it updates with the latest
report.
If an error occurs during execution, the progress bar turns red. You can click the >> Details button to view the specific error messages and click << Details to hide them. You can also click the Cancel button to view the Coverage report and take any necessary actions.
Note: Running a map in Coverage mode does not affect the map's normal run behavior or output. Coverage is tracked separately and does not modify the compiled map.