Coverage Report
livenotificationrun
measured on November 5, 2007 4:04:16 PM CET
up to the title page
org . codecover . simplejavaapp . model . Book . setAuthor
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void setAuthor(String author) 2 / 2 100 %
0 / 0 ---
0 / 0 ---
0 / 0 ---
Book.java
117       public void setAuthor(String author) {
118           this.author = author;
119           notifiyChange();
120       }
created on November 17, 2007 7:07:00 PM CET with CodeCover