Searched defs:branchCounter (Results 1 – 3 of 3) sorted by relevance
28 protected CounterImpl branchCounter; field in CoverageNodeImpl
347 Counter branchCounter() { in branchCounter() method in JacocoReportCheck.Method
389 final ICounter branchCounter = total > 1 in visitEnd() local