Example of CTC++ Coverage Summary Listing

*****************************************************************************
* CTC++, Test Coverage Analyzer for C/C++, Version 6.5 *
* *
* COVERAGE SUMMARY LISTING *
* *
* Copyright (c) 1993-2008 Testwell Oy *
*****************************************************************************


Symbol file(s) used : MON.sym (Thu Feb 07 13:59:53 2008)
Data file(s) used : MON.dat (Thu Feb 07 14:03:02 2008)
Listing produced at : Thu Feb 07 14:04:05 2008
Coverage view : As instrumented
Threshold percent : 100 %




Test Effectiveness Ratio by SOURCE FILE and FUNCTION
====================================================


MONITORED SOURCE FILE : calc.c
INSTRUMENTATION MODE : function-decision-multicondition-timing
--------------------------|----|----|----|----|----|----|----|----|----|----.
- is_prime() |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xx
--------------------------|----|----|----|----|----|----|----|----|----|----.
TER % 0 10 20 30 40 50 60 70 80 90 100%



MONITORED SOURCE FILE : io.c
INSTRUMENTATION MODE : function-decision-multicondition-timing
--------------------------|----|----|----|----|----|----|----|----|----|----.
- io_ask() |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xxxx7xx
io_report() |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xxxx7xxxx8xxxx9xxxx0
--------------------------|----|----|----|----|----|----|----|----|----|----.
TER % 0 10 20 30 40 50 60 70 80 90 100%



MONITORED SOURCE FILE : prime.c
INSTRUMENTATION MODE : function-decision-multicondition-timing
--------------------------|----|----|----|----|----|----|----|----|----|----.
main() |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xxxx7xxxx8xxxx9xxxx0
--------------------------|----|----|----|----|----|----|----|----|----|----.
TER % 0 10 20 30 40 50 60 70 80 90 100%




Test Effectiveness Ratio by SOURCE FILE
=======================================


--------------------------|----|----|----|----|----|----|----|----|----|----.
- calc.c |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xx
- io.c |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xxxx7xxxx8
prime.c |xxxx1xxxx2xxxx3xxxx4xxxx5xxxx6xxxx7xxxx8xxxx9xxxx0
--------------------------|----|----|----|----|----|----|----|----|----|----.
TER % 0 10 20 30 40 50 60 70 80 90 100%





SUMMARY
=======

Number of monitored source files : 3
Number of source lines : 59
Number of measurement points : 30
TER : 75% (multicondition)

The summary listing contains first the TER percentages of each function (file by file). At the end of the report, before the overall summary, file level TER percentages are listed.

In this listing the '-' marking means that the TER percent is below the selected threshold percent (here 85%, as can be seen from the header fields).

A more convenient way to view the TER summaries (at overall level, at file levels and at function levels) is the HTML report form.