| Hits/True | False | Line | Source |
|---|---|---|---|
| 1 | public class Prime | ||
| 2 | { | ||
| Top | |||
| 1 | 3 | public static void main(String[] argv) | |
| 4 | { | ||
| 5 | io myio = new io(); | ||
| 1 | 6 | try | |
| 7 | { | ||
| 9 | 1 | 8 | while (myio.allowedValue()) |
| 9 | { | ||
| 10 | myio.test(); | ||
| 11 | } | ||
| 12 | |||
| 13 | } | ||
| 0 | 14 | catch (Exception myexp) | |
| 15 | { | ||
| 16 | |||
| 17 | } | ||
| 18 | |||
| 19 | } | ||
| 20 | } | ||
| 21 | |||