Clover coverage report - Diasparsoft Toolkit - 0.22
Coverage timestamp: Tue Jun 8 2004 12:41:26 EDT
file stats: LOC: 8   Methods: 1
NCLOC: 6   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
DataMakesNoSenseException.java - 0% 0% 0%
coverage
 1   
 package com.diasparsoftware.store;
 2   
 
 3   
 public class DataMakesNoSenseException extends DataStoreException {
 4  0
     public DataMakesNoSenseException(String description) {
 5  0
         super(description);
 6   
     }
 7   
 }
 8