| Statement Coverage | Branch Coverage | Loop Coverage | Strict Condition Coverage | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| private void onQuit(String fileId, String[] allFileIds) | 0 / 1 | 0 % |  | 0 / 2 | 0 % |  | 0 / 3 | 0 % |  | 0 / 1 | 0 % |  | 
| AppController.java | ||
|---|---|---|
| 150 | private void onQuit(String fileId, String[] allFileIds) { | |
| 151 | for (String id : allFileIds) { | |
| 152 | if (!onCloseWindow(id)) { | |
| 153 | return; | |
| 154 | } | |
| 155 | } | |
| 156 | ||
| 157 | /* All windows were closed so we can exit the application. */ | |
| 158 | System.exit(0); | |
| 159 | } | |