Clover coverage report - Replica - 1.0-Alpha
Coverage timestamp: Dom Fev 1 2004 17:00:58 WET
file stats: LOC: 17   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
MobisnapException.java - 0% 0% 0%
coverage
 1   
 package mobisnap;
 2   
 
 3   
 /**
 4   
  * @version 0.045 12-Dec-2000
 5   
  * @author Nuno Pregui�a
 6   
  */
 7   
 public class MobisnapException extends Exception implements java.io.Serializable
 8   
 {
 9  0
     public MobisnapException() {
 10  0
         super();
 11   
     }
 12   
     
 13  0
     public MobisnapException( String str) {
 14  0
         super( str);
 15   
     }
 16   
 }
 17