Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . view . AppView . getAllFileIds
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
String[] getAllFileIds() 0 / 3 0 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppView.java
195       String[] getAllFileIds() {
196           Set<String> idSet = this.windowList.keySet();
197           String[] ids = new String[idSet.size()];
198           idSet.toArray(ids);
199  
200           return ids;
201       }
created on November 17, 2007 7:07:00 PM CET with CodeCover