Low coverage report

This report lists files where the percentage of line coverage is lower than a specified minimum. The syntax is:

% pc_below [-force-merge] [-apply-adjustments=no]\
[-percent=<pct>][<prog>.
pcv...]

This report lists only files with line coverage below the specified percentage. If you do not specify <pct>, PureCoverage uses 80% as the threshold.

The <prog>.pcv files listed are the PureCoverage data files for the programs to be reported.

Sample report

% pc_below -percent=75 myprog.pcv
60 /usr/pat/work/message/utils.c
56 /usr/pat/work/database/utils.c