Searched refs:COMPLEXITY (Results 1 – 7 of 7) sorted by relevance
16 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.COMPLEXITY;75 parent.getCounter(COMPLEXITY)); in testIncrement()
60 COMPLEXITY, enumConstant
136 case COMPLEXITY: in getCounter()
29 CounterEntity.COMPLEXITY, CounterEntity.METHOD };
136 limit.setCounter(CounterEntity.COMPLEXITY.name()); in testComlexity()138 assertEquals(CounterEntity.COMPLEXITY, limit.getEntity()); in testComlexity()
44 entities.put(CounterEntity.COMPLEXITY, "complexity"); in entities.put() argument
143 addMissedTotalColumns(t, "Cxty", CounterEntity.COMPLEXITY); in createTable()