HomeSort by relevance Sort by last modified time
    Searched refs:coverageLineCount (Results 1 - 4 of 4) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 169 int coverageLineCount = 0;
185 coverageLineCount += (PRECISION * lcoverageCount) / ltotalCount;
190 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount;
MethodItem.java 91 int coverageBlockCount = 0, coverageLineCount = 0;
135 coverageLineCount += (PRECISION * thisLineCoverageCount) / thisLineTotalCount;
139 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount;
SrcFileItem.java 199 int coverageLineCount = 0;
219 coverageLineCount += (PRECISION * lcoverageCount) / ltotalCount;
248 aggregates [COVERAGE_LINE_COUNT] = coverageLineCount;
  /external/emma/lib/
emma.jar 

Completed in 46 milliseconds