(String arg)
| 21 | private ImagePlus imp1, imp2; |
| 22 | |
| 23 | public void run(String arg) { |
| 24 | if (showDialog()) |
| 25 | doMath(imp1, imp2); |
| 26 | } |
| 27 | |
| 28 | public boolean showDialog() { |
| 29 | int[] wList = WindowManager.getIDList(); |
nothing calls this directly
no test coverage detected