Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/report/
DMethodItem.java143 aggregates [TOTAL_BLOCK_INSTR] = totalBlockInstr; in getAggregate()
156 aggregates [TOTAL_BLOCK_INSTR] = totalBlockInstr; in getAggregate()
DIItem.java65 int TOTAL_BLOCK_INSTR = 8; // in instr units field
DIItemAttribute.java257 … new FractionAttribute ("block, %", IItem.COVERAGE_BLOCK_INSTR, IItem.TOTAL_BLOCK_INSTR, 1, 0),