Home
last modified time | relevance | path

Searched refs:TOTAL_CLASS_COUNT (Results 1 – 7 of 7) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
DClassItem.java95 case TOTAL_CLASS_COUNT: in getAggregate()
97 aggregates [TOTAL_CLASS_COUNT] = 1; in getAggregate()
DIItem.java59 int TOTAL_CLASS_COUNT = 11; field
DSrcFileItem.java101 case TOTAL_CLASS_COUNT: in getAggregate()
103 aggregates [TOTAL_CLASS_COUNT] = getChildCount (); in getAggregate()
DIItemAttribute.java239 …te = new FractionAttribute ("class, %", IItem.COVERAGE_CLASS_COUNT, IItem.TOTAL_CLASS_COUNT, 1, 0);
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java158 row ("total classes:" + m_separator + item.getAggregate (IItem.TOTAL_CLASS_COUNT)); in visit()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java148 emitStatsCount ("classes", item.getAggregate (IItem.TOTAL_CLASS_COUNT)); in visit()
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true); in visit()