| Package | Description |
|---|---|
| org.jacoco.report.internal.html.table |
Internal: Sortable HTML table for coverage node elements.
|
| Modifier and Type | Method and Description |
|---|---|
static CounterColumn |
CounterColumn.newCovered(ICoverageNode.CounterEntity entity,
Locale locale)
Creates a new column that shows the covered count for the given entity.
|
static CounterColumn |
CounterColumn.newMissed(ICoverageNode.CounterEntity entity,
Locale locale)
Creates a new column that shows the missed count for the given entity.
|
static CounterColumn |
CounterColumn.newTotal(ICoverageNode.CounterEntity entity,
Locale locale)
Creates a new column that shows the total count for the given entity.
|
Copyright © 2024. All rights reserved.