(boolean v)
| 4 | private static final int Limit = 1000000; |
| 5 | |
| 6 | private static void expect(boolean v) { |
| 7 | if (! v) throw new RuntimeException(); |
| 8 | } |
| 9 | |
| 10 | private static int staticMethod(Interface i, int n) { |
| 11 | if (n < Limit) { |
no outgoing calls
no test coverage detected