Clover coverage report -
Coverage timestamp: Do Okt 21 2004 12:21:23 CEST
file stats: LOC: 10   Methods: 1
NCLOC: 8   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
ConfigurationManagerException.java - 100% 100% 100%
coverage
 1    package org.jconfig;
 2   
 3    public class ConfigurationManagerException extends Exception
 4    {
 5  8 public ConfigurationManagerException (String msg)
 6    {
 7  8 super(msg);
 8    }
 9    }
 10