(String argv[])
| 17 | static Timer timer = new Timer(); |
| 18 | |
| 19 | public static void main(String argv[]) { |
| 20 | parse_params(argv); |
| 21 | JPL.init(); |
| 22 | run_tests(); |
| 23 | } |
| 24 | |
| 25 | static void parse_params(String argv[]) { |
| 26 | int i = 0; |
nothing calls this directly
no test coverage detected