Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DCoreTutorial.java154 printCounter("instructions", cc.getInstructionCounter()); in execute()
155 printCounter("branches", cc.getBranchCounter()); in execute()
156 printCounter("lines", cc.getLineCounter()); in execute()
157 printCounter("methods", cc.getMethodCounter()); in execute()
158 printCounter("complexity", cc.getComplexityCounter()); in execute()
172 private void printCounter(final String unit, final ICounter counter) { in printCounter() method in CoreTutorial