Clover coverage report - Replica - 1.0-Alpha
Coverage timestamp: Dom Fev 1 2004 17:00:58 WET
file stats: LOC: 13   Methods: 2
NCLOC: 10   Classes: 1
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover
 
 Source file Conditionals Statements Methods TOTAL
UnknownValueException.java - 0% 0% 0%
coverage
 1   
 package mobisnap.mobile_trx;
 2   
 
 3   
 public class UnknownValueException extends mobisnap.MobisnapException
 4   
 {
 5  0
     public UnknownValueException() {
 6  0
         super();
 7   
     }
 8   
     
 9  0
     public UnknownValueException( String str) {
 10  0
         super( str);
 11   
     }
 12   
 }
 13