Searched refs:TOTAL_METHOD_COUNT (Results 1 – 6 of 6) sorted by relevance
60 int TOTAL_METHOD_COUNT = 10; field
82 …aggregates [TOTAL_METHOD_COUNT] = 1; // TODO: check that excluded methods are accounted for correc… in getAggregate()
240 …= new FractionAttribute ("method, %", IItem.COVERAGE_METHOD_COUNT, IItem.TOTAL_METHOD_COUNT, 1, 0);
149 emitStatsCount ("methods", item.getAggregate (IItem.TOTAL_METHOD_COUNT)); in visit()
159 row ("total methods:" + m_separator + item.getAggregate (IItem.TOTAL_METHOD_COUNT)); in visit()
232 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true); in visit()