Clover coverage report - PicoContainer - 1.0-beta-1
Coverage timestamp: Thu Aug 14 2003 23:16:27 BST
file stats: LOC: 12   Methods: 0
NCLOC: 3   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
PicoException.java - - - -
coverage
 1   
 package org.picocontainer;
 2   
 
 3   
 /**
 4   
  * Superclass for all Exceptions in PicoContainer for lazy people
 5   
  * who want to catch only one Exception type.
 6   
  * 
 7   
  * @author Aslak Hellesøy
 8   
  * @version $Revision: 1.1 $
 9   
  */
 10   
 public abstract class PicoException extends Exception {
 11   
 }
 12