Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . view . AppView . getInstance
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public static AppView getInstance() 0 / 1 0 %
0 / 2 0 %
0 / 0 ---
0 / 1 0 %
AppView.java
35       public static AppView getInstance() {
36           if (instance == null) {
37               instance = new AppView();
38           }
39  
40           return instance;
41       }
created on November 17, 2007 7:07:00 PM CET with CodeCover