Searched refs:addMissedTotalColumns (Results 1 – 1 of 1) sorted by relevance
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
D | HTMLFormatter.java | 143 addMissedTotalColumns(t, "Cxty", CounterEntity.COMPLEXITY); in createTable() 144 addMissedTotalColumns(t, "Lines", CounterEntity.LINE); in createTable() 145 addMissedTotalColumns(t, "Methods", CounterEntity.METHOD); in createTable() 146 addMissedTotalColumns(t, "Classes", CounterEntity.CLASS); in createTable() 150 private void addMissedTotalColumns(final Table table, final String label, in addMissedTotalColumns() method in HTMLFormatter
|