Defines | |
| #define | REPORT_SUMMARY 0x0 |
| #define | REPORT_DETAILED 0x2 |
| #define | REPORT_VERBOSE 0xffffffff |
|
|
Includes summary information as well as verbose output for line and toggle coverage. Provides high-level view of combinational logic holes. This information is useful for understanding where uncovered logic exists but not necessarily why it was not covered. |
|
|
Specifies that only summary information should be included in report. |
|
|
Includes summary information and all verbose information for line, toggle and combinational logic. Shows why combinational logic was not considered covered by exposing all missed expressions in each expression tree. This information is most useful in debugging but may be a bit to much to easily discern where logic is not covered. |
1.3.4