The Postprocessor ctcpost

With the tool ctcpost, a text report and several exchange formats can be generated from the raw coverage data. It can also be used to combine symbolfiles or datafiles. Further, ctcpost can be used to display a listing of the contents of symbolfiles or datafiles.

Generating reports

On a high level, there are several sets of options:

ctcpost [general options] [symbolfiles] [datafiles] [-ff | -fd | -fc | -fmcdc] [special options] {-p | -u | -t | -x} filename

Example

ctcpost -x report.xml
ctcpost MyMON.sym MyMON1.dat MyMON2.dat -fmcdc -p report.txt

Combining symbolfiles

ctcpost [general options] symbolfiles -a target-symbolfile

Combining datafiles

ctcpost [general options] datafiles -a target-datafile

Getting the content of symbol-/ datafiles

ctcpost [general options]{-l | -L} {symbolfile | datafile}…
Note: The text report generated by ctcpost is technically used as input for generating an HTML coverage report.