Searched refs:methodCnt (Results 1 – 1 of 1) sorted by relevance
101 Counter methodCnt = reportEntry.method().methodCounter(); in main() local102 int methodMissed = methodCnt == null ? 1 : methodCnt.missed(); in main()214 Counter methodCnt = null; in parseReport() local257 methodCnt = new Counter(missed, covered); in parseReport()265 instructionCnt, branchCnt, lineCnt, complexityCnt, methodCnt); in parseReport()316 final Counter methodCnt; field in JacocoReportCheck.Method320 Counter complexityCnt, Counter methodCnt) { in Method() argument328 this.methodCnt = methodCnt; in Method()360 return methodCnt; in methodCounter()