Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
DJacocoReportCheck.java101 Counter methodCnt = reportEntry.method().methodCounter(); in main() local
102 int methodMissed = methodCnt == null ? 1 : methodCnt.missed(); in main()
214 Counter methodCnt = null; in parseReport() local
257 methodCnt = new Counter(missed, covered); in parseReport()
265 instructionCnt, branchCnt, lineCnt, complexityCnt, methodCnt); in parseReport()
316 final Counter methodCnt; field in JacocoReportCheck.Method
320 Counter complexityCnt, Counter methodCnt) { in Method() argument
328 this.methodCnt = methodCnt; in Method()
360 return methodCnt; in methodCounter()