This report is a file which can be read into a spreadsheet program for further analysis. The syntax is:
% pc_ssheet [force-merge] [-apply-adjustments=no]\
[<prog>.pcv...]
The <prog>.pcv files that you list are the PureCoverage data files for the programs to be reported.
The report format is tab-separated text. For each function, the report includes the directory name, file name, and function name. The numbers in the two columns on the right indicate the percentage of uncovered lines and the total calls to the function.
Note:
When the number of total calls reaches 10,000, as for the second function from the last, the counter becomes saturated; the value stops incrementing.