Top-level map nodes
The second level of the navigation tree contains the main executable maps:
Specific top-level map
This node shows the name of the compiled map file, which uses the .mmc extension. This node serves as the primary map node under which all executed and unexecuted functional maps and run maps are categorized. Hover over this node to view combined statistics for the compiled map.
The tooltip uses the following syntax:
[execution_status_message]([return_code])
[coverage_percentage]% of map rules covered ([executed_rules]/[total_rules])
Example:
QUIT function terminated map successfully (41)
82.4% of map rules covered (42/51)
In this example:
- QUIT function terminated map successfully (41) - This line displays the execution status message and the return code for the top-level executable map. In this example, the status message of QUIT function terminated map successfully and the return code, (41), indicate that the map execution terminated successfully with a return code of 41.
- 82.4% of map rules covered (42/51) - This line displays the overall rule coverage percentage and execution count ratio for the executable map. In this example, the coverage of 82.4% and the ratio of (42/51) indicate that 42 of the 51 total map rules directly associated with the top-level map's output cards executed at least once during the test runs.
Note: When the report level is set to
Outline, the tooltip for the top-level map node does not
display the rule coverage percentage line (for example,
82.4% of map rules
covered (42/51)). The tooltip displays only the execution status
message and the return code (for example, QUIT function terminated map
successfully (41)).