Home
last modified time | relevance | path

Searched refs:COVERAGE_BLOCK_INSTR (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
DMethodItem.java146 aggregates [COVERAGE_BLOCK_INSTR] = coverageBlockInstr; in getAggregate()
159 aggregates [COVERAGE_BLOCK_INSTR] = 0; in getAggregate()
DIItem.java54 int COVERAGE_BLOCK_INSTR = 2; // in instr units field
DIItemAttribute.java257 … new FractionAttribute ("block, %", IItem.COVERAGE_BLOCK_INSTR, IItem.TOTAL_BLOCK_INSTR, 1, 0),