Clover coverage report - clover
Coverage timestamp: Sat Oct 8 2005 22:54:17 EDT
file stats: LOC: 8   Methods: 2
NCLOC: 5   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
WaitTimedOutError.java - 0% 0% 0%
coverage
 1   
 package abbot;
 2   
 
 3   
 
 4   
 public class WaitTimedOutError extends AssertionFailedError {
 5  0
     public WaitTimedOutError() { }
 6  0
     public WaitTimedOutError(String msg) { super(msg); }
 7   
 }
 8