Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
Modifier and Type | Field and Description |
---|---|
static CounterComparator |
CounterComparator.COVEREDITEMS
Compares the absolute number of covered items.
|
static CounterComparator |
CounterComparator.COVEREDRATIO
Compares the ratio of covered items.
|
static CounterComparator |
CounterComparator.MISSEDITEMS
Compares the absolute number of missed items.
|
static CounterComparator |
CounterComparator.MISSEDRATIO
Compares the ratio of missed items.
|
static CounterComparator |
CounterComparator.TOTALITEMS
Compares the absolute number of total items.
|
Modifier and Type | Method and Description |
---|---|
CounterComparator |
CounterComparator.reverse()
Creates a new version of this comparator that sorts in reverse order.
|
Copyright © 2013. All Rights Reserved.