Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . model . AppFile . setPath
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
private void setPath(String path) 2 / 2 100 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
AppFile.java
181       private void setPath(String path) {
182           this.path = path;
183           notifyListeners();
184       }
created on November 17, 2007 7:07:00 PM CET with CodeCover