Uses of Class
org.jacoco.report.internal.html.table.CounterColumn
-
Packages that use CounterColumn Package Description 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 Modifier and Type Method Description static CounterColumnCounterColumn. newCovered(ICoverageNode.CounterEntity entity, java.util.Locale locale)Creates a new column that shows the covered count for the given entity.static CounterColumnCounterColumn. newMissed(ICoverageNode.CounterEntity entity, java.util.Locale locale)Creates a new column that shows the missed count for the given entity.static CounterColumnCounterColumn. newTotal(ICoverageNode.CounterEntity entity, java.util.Locale locale)Creates a new column that shows the total count for the given entity.
-