Searched refs:branchCnt (Results 1 – 1 of 1) sorted by relevance
211 Counter branchCnt = null; in parseReport() local251 branchCnt = new Counter(missed, covered); in parseReport()265 instructionCnt, branchCnt, lineCnt, complexityCnt, methodCnt); in parseReport()313 final Counter branchCnt; field in JacocoReportCheck.Method319 Counter instructionCnt, Counter branchCnt, Counter lineCnt, in Method() argument325 this.branchCnt = branchCnt; in Method()348 return branchCnt; in branchCounter()