Coverage Report
Test Session
measured on October 25, 2010 2:27:43 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 0 / 3 0 %
0 / 2 0 %
0 / 0 ---
0 / 2 0 %
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:43 PM CEST with CodeCover