Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . model . AppModel . getInstance
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public static AppModel getInstance() 0 / 1 0 %
0 / 2 0 %
0 / 0 ---
0 / 1 0 %
AppModel.java
29       public static AppModel getInstance() {
30           if (instance == null) {
31               instance = new AppModel();
32           }
33  
34           return instance;
35       }
created on November 17, 2007 7:07:00 PM CET with CodeCover