Searched refs:instructionCnt (Results 1 – 1 of 1) sorted by relevance
210 Counter instructionCnt = null; in parseReport() local249 instructionCnt = new Counter(missed, covered); in parseReport()265 instructionCnt, branchCnt, lineCnt, complexityCnt, methodCnt); in parseReport()312 final Counter instructionCnt; field in JacocoReportCheck.Method319 Counter instructionCnt, Counter branchCnt, Counter lineCnt, in Method() argument324 this.instructionCnt = instructionCnt; in Method()344 return instructionCnt; in instructionCounter()