()
| 1703 | } |
| 1704 | |
| 1705 | public final boolean hasConverge() { |
| 1706 | return "Count$Converge".equals(getSVar("X")) || "Count$Converge".equals(getSVar("Y")) || |
| 1707 | hasKeyword(Keyword.SUNBURST) || hasKeyword("Modular:Sunburst"); |
| 1708 | } |
| 1709 | |
| 1710 | @Override |
| 1711 | public final boolean canReceiveCounters(final CounterType type) { |
no test coverage detected