Searched refs:coverageLineCount (Results 1 – 3 of 3) sorted by relevance
169 int coverageLineCount = 0; in getAggregate() local185 coverageLineCount += (PRECISION * lcoverageCount) / ltotalCount; in getAggregate()190 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount; in getAggregate()
91 int coverageBlockCount = 0, coverageLineCount = 0; in getAggregate() local135 … coverageLineCount += (PRECISION * thisLineCoverageCount) / thisLineTotalCount; in getAggregate()139 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount; in getAggregate()
199 int coverageLineCount = 0; in getAggregate() local219 coverageLineCount += (PRECISION * lcoverageCount) / ltotalCount; in getAggregate()248 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount; in getAggregate()