Home
last modified time | relevance | path

Searched refs:COVERAGETABLE (Results 1 – 3 of 3) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSessionsPage.java107 final HTMLElement table = body.table(Styles.COVERAGETABLE); in sessionTable()
124 final HTMLElement table = body.table(Styles.COVERAGETABLE); in executionDataTable()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
DStyles.java56 public static final String COVERAGETABLE = "coverage"; field in Styles
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DTable.java92 final HTMLElement table = parent.table(Styles.COVERAGETABLE); in render()