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