|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CounterColumn | |
|---|---|
| org.jacoco.report.internal.html.table | Internal: Sortable HTML table for coverage node elements. |
| Uses of CounterColumn in org.jacoco.report.internal.html.table |
|---|
| Methods in org.jacoco.report.internal.html.table that return CounterColumn | |
|---|---|
static CounterColumn |
CounterColumn.newCovered(org.jacoco.core.analysis.ICoverageNode.CounterEntity entity,
Locale locale)
Creates a new column that shows the covered count for the given entity. |
static CounterColumn |
CounterColumn.newMissed(org.jacoco.core.analysis.ICoverageNode.CounterEntity entity,
Locale locale)
Creates a new column that shows the missed count for the given entity. |
static CounterColumn |
CounterColumn.newTotal(org.jacoco.core.analysis.ICoverageNode.CounterEntity entity,
Locale locale)
Creates a new column that shows the total count for the given entity. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||