--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a8d65cfc-f2ab-453a-b640-7ce84f3170f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi David,
the columns are grouped (see vertical lines). For complexity, lines, methods and classes the number of missed items and the number of total items is shown.
* Element: Clear
* Missed Instructions: Clear
* Cov.: Instruction coverage
* Missed Branches: Clear
* Cov.: Branch coverage
* Missed: No idea. --> Missed complexity
* Cxty: Cyclomatic complexity? --> Yep
* Missed: Missed lines? --> Yep
* Lines: Count of lines? --> Total count
* Missed: Missed methods? --> Yep
* Methods: Count of methods? --> Total count
* Missed: Missed classes? --> Yep
* Classes: Class count? --> Total count
The exact definition of the counters are described in documentation.
I agree that the headers are quite minimalistic. I selected the format for the sake of a compact rendering many years ago. I like the more compact format and would leave it like it is. Maybe an alternative would be to add tool tips?
I have a unfinished pull request to cutomize columns. This would also allow users to write longer, more descriptive headers. Would that help in your case?
tooltips won't be seen unless you hover the mouse over the column header
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/93ea0e8d-f7d2-4905-9076-22bb5acf45d6%40googlegroups.com.