Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . view . AppView . openWindow
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void openWindow(String fileId) 3 / 3 100 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppView.java
81       public void openWindow(String fileId) {
82           FrameMain frameMain = new FrameMain(model.getPathOfFile(fileId), fileId);
83  
84           this.windowList.put(fileId, frameMain);
85           frameMain.setVisible(true);
86       }
created on November 17, 2007 7:07:00 PM CET with CodeCover