Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . model . AppModel . getBooksInFile
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public List<Book> getBooksInFile(String fileId) 1 / 1 100 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppModel.java
134       public List<Book> getBooksInFile(String fileId) {
135           AppFile appFile = getAppFile(fileId);
136  
137           return appFile.getBooks();
138       }
created on November 17, 2007 7:07:00 PM CET with CodeCover