Add summary line with total count of coverage instructions
Brought to you by:
mtnminds
I'm working with multiple projects in the same workspace, and I need to know the total number of covered instructions and, total number of instructions, and the percentage of coverage for all projects, after a single JUnit run. I'm currently seeing coverage information for each project, but I need to see a summary line too.
As a work-around, I'm copy-pasting all lines in OpenOffice.org (using Paste Special, specify CSV formatted), then creating three computed cells: two sums (number of instructions, covered), and a division of the two sums, formatted as percentage.