Uses of Enum
org.jacoco.core.analysis.ICoverageNode.CounterEntity
Packages that use ICoverageNode.CounterEntity
Package
Description
Coverage calculation and analysis.
Rules check implementation.
CSV report implementation.
HTML report implementation.
Internal: Sortable HTML table for coverage node elements.
-
Uses of ICoverageNode.CounterEntity in org.jacoco.core.analysis
Subclasses with type arguments of type ICoverageNode.CounterEntity in org.jacoco.core.analysisModifier and TypeClassDescriptionstatic enumDifferent counter types supported by JaCoCo.Fields in org.jacoco.core.analysis declared as ICoverageNode.CounterEntityMethods in org.jacoco.core.analysis that return ICoverageNode.CounterEntityModifier and TypeMethodDescriptionstatic ICoverageNode.CounterEntityReturns 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.CounterEntityModifier and TypeMethodDescriptionCoverageNodeImpl.getCounter(ICoverageNode.CounterEntity entity) ICoverageNode.getCounter(ICoverageNode.CounterEntity entity) Generic access to the counters.CounterComparator.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.CounterEntityModifierConstructorDescription(package private)NodeComparator(Comparator<ICounter> counterComparator, ICoverageNode.CounterEntity entity) -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.check
Fields in org.jacoco.report.check declared as ICoverageNode.CounterEntityFields in org.jacoco.report.check with type parameters of type ICoverageNode.CounterEntityModifier and TypeFieldDescriptionprivate static final Map<ICoverageNode.CounterEntity, String> Limit.ENTITY_NAMESMethods in org.jacoco.report.check that return ICoverageNode.CounterEntity -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.csv
Fields in org.jacoco.report.csv declared as ICoverageNode.CounterEntityModifier and TypeFieldDescriptionprivate static final ICoverageNode.CounterEntity[]ClassRowWriter.COUNTERS -
Uses of ICoverageNode.CounterEntity in org.jacoco.report.html
Methods in org.jacoco.report.html with parameters of type ICoverageNode.CounterEntityModifier and TypeMethodDescriptionprivate voidHTMLFormatter.addMissedTotalColumns(Table table, 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.CounterEntityModifier and TypeFieldDescriptionprivate final ICoverageNode.CounterEntityBarColumn.entityprivate final ICoverageNode.CounterEntityCounterColumn.entityprivate final ICoverageNode.CounterEntityPercentageColumn.entityMethods in org.jacoco.report.internal.html.table with parameters of type ICoverageNode.CounterEntityModifier and TypeMethodDescriptionstatic CounterColumnCounterColumn.newCovered(ICoverageNode.CounterEntity entity, Locale locale) Creates a new column that shows the covered count for the given entity.static CounterColumnCounterColumn.newMissed(ICoverageNode.CounterEntity entity, Locale locale) Creates a new column that shows the missed count for the given entity.static CounterColumnCounterColumn.newTotal(ICoverageNode.CounterEntity entity, 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.CounterEntityModifierConstructorDescriptionBarColumn(ICoverageNode.CounterEntity entity, Locale locale) Creates a new column that is based on theICounterfor the given entity.protectedCounterColumn(ICoverageNode.CounterEntity entity, Locale locale, Comparator<ICoverageNode> comparator) Creates a new column that is based on theICounterfor the given entity.PercentageColumn(ICoverageNode.CounterEntity entity, 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.CounterEntityModifier and TypeMethodDescriptionvoidReportElement.counter(ICoverageNode.CounterEntity counterEntity, ICounter counter) Creates a 'counter' element.