Package | Description |
---|---|
org.jacoco.report.html |
HTML report implementation.
|
org.jacoco.report.internal.html | |
org.jacoco.report.internal.html.table |
Internal: Sortable HTML table for coverage node elements.
|
Modifier and Type | Method | Description |
---|---|---|
Resources |
HTMLFormatter.getResources() |
Modifier and Type | Method | Description |
---|---|---|
Resources |
IHTMLReportContext.getResources() |
Returns the static resources used in this report.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BarColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
|
void |
CounterColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
|
void |
IColumnRenderer.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
Renders the footer for this column.
|
void |
LabelColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
|
void |
PercentageColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
|
void |
BarColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
|
void |
CounterColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
|
void |
IColumnRenderer.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
Renders a single item in this column.
|
void |
LabelColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
|
void |
PercentageColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
|
void |
Table.render(HTMLElement parent,
java.util.List<? extends ITableItem> items,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
Renders a table for the given icon
|
Copyright © 2018. All rights reserved.