Uses of Class
org.jacoco.core.analysis.ICoverageNode.CounterEntity
-
Packages that use ICoverageNode.CounterEntity Package Description org.jacoco.core.analysis Coverage calculation and analysis.org.jacoco.report.check Rules check implementation.org.jacoco.report.csv CSV report implementation.org.jacoco.report.html HTML report implementation.org.jacoco.report.internal.html.table Internal: Sortable HTML table for coverage node elements.org.jacoco.report.internal.xml -
-
Uses of ICoverageNode.CounterEntity in org.jacoco.core.analysis
Fields in org.jacoco.core.analysis declared as ICoverageNode.CounterEntity Modifier and Type Field Description private ICoverageNode.CounterEntityNodeComparator. entityMethods in org.jacoco.core.analysis that return ICoverageNode.CounterEntity Modifier and Type Method Description static ICoverageNode.CounterEntityICoverageNode.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.Methods in org.jacoco.core.analysis with parameters of type ICoverageNode.CounterEntity Modifier and Type Method Description ICounterCoverageNodeImpl. getCounter(ICoverageNode.CounterEntity entity)ICounterICoverageNode. getCounter(ICoverageNode.CounterEntity entity)Generic access to the counters.NodeComparatorCounterComparator. on(ICoverageNode.CounterEntity entity)Creates a new comparator forICoverageNodecounters of the given entity based on this counter sorting criteria.Constructors in org.jacoco.core.analysis with parameters of type ICoverageNode.CounterEntity Constructor Description NodeComparator(java.util.Comparator<ICounter> counterComparator, ICoverageNode.CounterEntity entity) -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ICoverageNode.CounterEntity Modifier and Type Field Description private ICoverageNode.CounterEntityLimit. entityFields in org.jacoco.report.check with type parameters of type ICoverageNode.CounterEntity Modifier and Type Field Description private static java.util.Map<ICoverageNode.CounterEntity,java.lang.String>Limit. ENTITY_NAMESMethods in org.jacoco.report.check that return ICoverageNode.CounterEntity Modifier and Type Method Description ICoverageNode.CounterEntityLimit. getEntity() -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.csv
Fields in org.jacoco.report.csv declared as ICoverageNode.CounterEntity Modifier and Type Field Description private static ICoverageNode.CounterEntity[]ClassRowWriter. COUNTERS -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.html
Methods in org.jacoco.report.html with parameters of type ICoverageNode.CounterEntity Modifier and Type Method Description private voidHTMLFormatter. addMissedTotalColumns(Table table, java.lang.String label, ICoverageNode.CounterEntity entity) -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.internal.html.table
Fields in org.jacoco.report.internal.html.table declared as ICoverageNode.CounterEntity Modifier and Type Field Description private ICoverageNode.CounterEntityBarColumn. entityprivate ICoverageNode.CounterEntityCounterColumn. entityprivate ICoverageNode.CounterEntityPercentageColumn. entityMethods in org.jacoco.report.internal.html.table with parameters of type ICoverageNode.CounterEntity 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.Constructors in org.jacoco.report.internal.html.table with parameters of type ICoverageNode.CounterEntity Constructor Description BarColumn(ICoverageNode.CounterEntity entity, java.util.Locale locale)Creates a new column that is based on theICounterfor the given entity.CounterColumn(ICoverageNode.CounterEntity entity, java.util.Locale locale, java.util.Comparator<ICoverageNode> comparator)Creates a new column that is based on theICounterfor the given entity.PercentageColumn(ICoverageNode.CounterEntity entity, java.util.Locale locale)Creates a new column that is based on theICounterfor the given entity. -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.internal.xml
Methods in org.jacoco.report.internal.xml with parameters of type ICoverageNode.CounterEntity Modifier and Type Method Description voidReportElement. counter(ICoverageNode.CounterEntity counterEntity, ICounter counter)Creates a 'counter' element.
-