Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . controller . AppController . onQuit
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       }
created on November 17, 2007 7:07:00 PM CET with CodeCover