Detailedness of reports.

Defines

#define REPORT_SUMMARY   0x0
#define REPORT_DETAILED   0x2
#define REPORT_VERBOSE   0xffffffff

Detailed Description

The following defines specify the amount of detail to include in a generated report.


Define Documentation

#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().

Generated on Sun Nov 21 00:55:42 2010 for Covered by  doxygen 1.6.3