Home
last modified time | relevance | path

Searched refs:COVERAGE_LINE_INSTR (Results 1 – 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
DMethodItem.java140 aggregates [COVERAGE_LINE_INSTR] = coverageLineInstr; in getAggregate()
168 aggregates [COVERAGE_LINE_INSTR] = 0; in getAggregate()
DClassItem.java108 case COVERAGE_LINE_INSTR: in getAggregate()
191 aggregates [COVERAGE_LINE_INSTR] = coverageLineInstr; in getAggregate()
DSrcFileItem.java131 case COVERAGE_LINE_INSTR: in getAggregate()
249 aggregates [COVERAGE_LINE_INSTR] = coverageLineInstr; in getAggregate()
DIItem.java55 int COVERAGE_LINE_INSTR = 3; // total line instr coverage, scaled up by PRECISION field
DIItemAttribute.java258 …new FractionAttribute ("line, %", IItem.COVERAGE_LINE_INSTR, IItem.TOTAL_LINE_COUNT, IItem.PRECISI…