Coverage Report
Test Session
measured on October 25, 2010 2:27:54 PM CEST
up to the title page
de . fhwi . codecover . WahrFalsch . TestOder
Statement Coverage Branch Coverage Loop Coverage Strict Condition Coverage
public void TestOder(boolean a, boolean b) throws Exception 3 / 3 100 %
2 / 2 100 %
0 / 0 ---
1 / 2 50 %
WahrFalsch.java
20       public void TestOder(boolean a, boolean b) throws Exception{
21           if(a || b){
22               erg = "a oder b wahr";
23               System.out.println("a oder b Wahr");
24           }else{
25               erg = "keiner wahr";
26               throw new Exception("Keine Variable wahr");
27           }
28           
29       }
created on October 25, 2010 2:27:54 PM CEST with CodeCover