Defines | |
#define | REPORT_SUMMARY 0x0 |
#define | REPORT_DETAILED 0x2 |
#define | REPORT_VERBOSE 0xffffffff |
The following defines specify the amount of detail to include in a generated report.
#define REPORT_DETAILED 0x2 |
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.
Referenced by combination_calc_depth(), combination_get_missed_expr(), combination_get_tree_stats(), combination_output_expr(), combination_underline_tree(), report_parse_args(), and report_print_header().
#define REPORT_SUMMARY 0x0 |
Specifies that only summary information should be included in report.
Referenced by combination_get_tree_stats(), report_generate(), report_parse_args(), and report_print_header().
#define REPORT_VERBOSE 0xffffffff |
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.
Referenced by combination_calc_depth(), combination_get_missed_expr(), combination_get_tree_stats(), combination_output_expr(), combination_underline_tree(), report_parse_args(), and report_print_header().