Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DReportElement.java173 counterAttributes(element, "mi", "ci", line.getInstructionCounter()); in line()
174 counterAttributes(element, "mb", "cb", line.getBranchCounter()); in line()
193 counterAttributes(counterNode, "missed", "covered", counter); in counter()
196 private static void counterAttributes(final XMLElement element, in counterAttributes() method in ReportElement