Searched refs:TOTAL_CLASS_COUNT (Results 1 – 7 of 7) sorted by relevance
95 case TOTAL_CLASS_COUNT: in getAggregate()97 aggregates [TOTAL_CLASS_COUNT] = 1; in getAggregate()
59 int TOTAL_CLASS_COUNT = 11; field
101 case TOTAL_CLASS_COUNT: in getAggregate()103 aggregates [TOTAL_CLASS_COUNT] = getChildCount (); in getAggregate()
239 …te = new FractionAttribute ("class, %", IItem.COVERAGE_CLASS_COUNT, IItem.TOTAL_CLASS_COUNT, 1, 0);
148 emitStatsCount ("classes", item.getAggregate (IItem.TOTAL_CLASS_COUNT)); in visit()
158 row ("total classes:" + m_separator + item.getAggregate (IItem.TOTAL_CLASS_COUNT)); in visit()
229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true); in visit()