Package org.jacoco.report.internal.html.table

Internal: Sortable HTML table for coverage node elements.

See:
          Description

Interface Summary
IColumnRenderer Renderer for a single column of a coverage table.
ITableItem Interface for an item (row) in a coverage data table.
 

Class Summary
BarColumn Column with a graphical bar that represents the total amount of items in with length, and the coverage ratio with a red/green sections.
CounterColumn Column that prints the counter values of entities for each item and a summary in the footer.
LabelColumn Column for the item label.
PercentageColumn Column that prints the coverage percentage for each item and the total percentage in the footer.
Table Renderer for a table of ITableItems.
 

Package org.jacoco.report.internal.html.table Description

Internal: Sortable HTML table for coverage node elements.



Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.