Package org.jacoco.report.internal.html.table
package org.jacoco.report.internal.html.table
Internal: Sortable HTML table for coverage node elements.
-
ClassDescriptionColumn with a graphical bar that represents the total amount of items in with length, and the coverage ratio with a red/green sections.Column that prints the counter values of entities for each item and a summary in the footer.Renderer for a single column of a coverage table.Interface for a item (row) in a coverage data table.Column for the item label.Column that prints the coverage percentage for each item and the total percentage in the footer.SortIndex<T>A index on a list of items sorted with a given
Comparator
.Renderer for a table ofITableItem
s.Adapter to sort table items based on their coverage nodes.