Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . model . AppModel . newFile
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public String newFile() 2 / 2 100 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppModel.java
46       public String newFile() {
47           AppFile appFile = AppFile.newFile();
48           putAppFile(appFile);
49  
50           return appFile.getId();
51       }
created on November 17, 2007 7:07:00 PM CET with CodeCover