Searched refs:TOTAL_LINE_COUNT (Results 1 – 8 of 8) sorted by relevance
/external/emma/core/java12/com/vladium/emma/report/ |
D | SrcFileItem.java | 70 getAggregate (TOTAL_LINE_COUNT); // fault line coverage calculation in getFirstLine() 83 getAggregate (TOTAL_LINE_COUNT); // fault line coverage calculation in getLineCoverage() 129 case TOTAL_LINE_COUNT: in getAggregate() 197 aggregates [TOTAL_LINE_COUNT] = lineCount; in getAggregate()
|
D | ClassItem.java | 106 case TOTAL_LINE_COUNT: in getAggregate() 167 aggregates [TOTAL_LINE_COUNT] = cldata.size (); in getAggregate()
|
D | MethodItem.java | 111 aggregates [TOTAL_LINE_COUNT] = totalLineCount; in getAggregate() 166 aggregates [TOTAL_LINE_COUNT] = totalLineCount; in getAggregate()
|
D | IItem.java | 64 int TOTAL_LINE_COUNT = 7; // in count units field
|
D | IItemAttribute.java | 250 …new FractionAttribute ("line, %", IItem.COVERAGE_LINE_COUNT, IItem.TOTAL_LINE_COUNT, IItem.PRECISI… 258 …new FractionAttribute ("line, %", IItem.COVERAGE_LINE_INSTR, IItem.TOTAL_LINE_COUNT, IItem.PRECISI…
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
D | ReportGenerator.java | 156 emitStatsCount ("srclines", item.getAggregate (IItem.TOTAL_LINE_COUNT)); in visit()
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
D | ReportGenerator.java | 166 … row ("total executable lines:" + m_separator + item.getAggregate (IItem.TOTAL_LINE_COUNT)); in visit()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 238 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_LINE_COUNT), true); in visit()
|