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 and Description |
---|---|
Resources |
HTMLFormatter.getResources() |
Modifier and Type | Method and Description |
---|---|
Resources |
IHTMLReportContext.getResources()
Returns the static resources used in this report.
|
Modifier and Type | Method and Description |
---|---|
void |
PercentageColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
BarColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
LabelColumn.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 |
CounterColumn.footer(HTMLElement td,
ICoverageNode total,
Resources resources,
ReportOutputFolder base) |
void |
PercentageColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
BarColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
LabelColumn.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 |
CounterColumn.item(HTMLElement td,
ITableItem item,
Resources resources,
ReportOutputFolder base) |
void |
Table.render(HTMLElement parent,
List<? extends ITableItem> items,
ICoverageNode total,
Resources resources,
ReportOutputFolder base)
Renders a table for the given icon
|
Copyright © 2013. All Rights Reserved.