Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
DJacocoReportCheck.java211 Counter branchCnt = null; in parseReport() local
251 branchCnt = new Counter(missed, covered); in parseReport()
265 instructionCnt, branchCnt, lineCnt, complexityCnt, methodCnt); in parseReport()
313 final Counter branchCnt; field in JacocoReportCheck.Method
319 Counter instructionCnt, Counter branchCnt, Counter lineCnt, in Method() argument
325 this.branchCnt = branchCnt; in Method()
348 return branchCnt; in branchCounter()