Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.report.check |
Rules check implementation.
|
org.jacoco.report.internal.html.table |
Internal: Sortable HTML table for coverage node elements.
|
Modifier and Type | Method | Description |
---|---|---|
static ICoverageNode.CounterEntity |
ICoverageNode.CounterEntity.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ICoverageNode.CounterEntity[] |
ICoverageNode.CounterEntity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
ICounter |
CoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity) |
|
ICounter |
ICoverageNode.getCounter(ICoverageNode.CounterEntity entity) |
Generic access to the the counters.
|
NodeComparator |
CounterComparator.on(ICoverageNode.CounterEntity entity) |
Creates a new comparator for
ICoverageNode counters of the given
entity based on this counter sorting criteria. |
Modifier and Type | Method | Description |
---|---|---|
ICoverageNode.CounterEntity |
Limit.getEntity() |
Modifier and Type | Method | Description |
---|---|---|
static CounterColumn |
CounterColumn.newCovered(ICoverageNode.CounterEntity entity,
java.util.Locale locale) |
Creates a new column that shows the covered count for the given entity.
|
static CounterColumn |
CounterColumn.newMissed(ICoverageNode.CounterEntity entity,
java.util.Locale locale) |
Creates a new column that shows the missed count for the given entity.
|
static CounterColumn |
CounterColumn.newTotal(ICoverageNode.CounterEntity entity,
java.util.Locale locale) |
Creates a new column that shows the total count for the given entity.
|
Constructor | Description |
---|---|
BarColumn(ICoverageNode.CounterEntity entity,
java.util.Locale locale) |
Creates a new column that is based on the
ICounter for the given
entity. |
CounterColumn(ICoverageNode.CounterEntity entity,
java.util.Locale locale,
java.util.Comparator<ICoverageNode> comparator) |
Creates a new column that is based on the
ICounter for the given
entity. |
PercentageColumn(ICoverageNode.CounterEntity entity,
java.util.Locale locale) |
Creates a new column that is based on the
ICounter for the given
entity. |
Copyright © 2018. All rights reserved.