Looking at the generated HTML table, I'm now not certain I know exactly what each of these columns represents. I tried searching through the documentation, but I found nothing. There are also no obvious tooltips to provide additional information.
Some of the columns are obvious, and many of them I can make educated guesses for, but this seems like something that could be improved. I currently see the following headers: * Element: Clear * Missed Instructions: Clear * Cov.: Instruction coverage * Missed Branches: Clear * Cov.: Branch coverage * Missed: No idea. * Cxty: Cyclomatic complexity? * Missed: Missed lines? * Lines: Count of lines? * Missed: Missed methods? * Methods: Count of methods? * Missed: Missed classes? * Classes: Class count? I suppose I could dig into the source to figure this out (which I may do for a PR for this), but could someone state authoritatively what these all mean? -- 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 [email protected]. 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.
