Clover coverage report - PicoContainer - 1.0-beta-1
Coverage timestamp: Thu Aug 14 2003 23:16:27 BST
file stats: LOC: 10   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
PicoIntrospectionException.java - - - -
coverage
 1   
 package org.picocontainer;
 2   
 
 3   
 /**
 4   
  *
 5   
  * @author Aslak Hellesøy
 6   
  * @version $Revision: 1.3 $
 7   
  */
 8   
 public abstract class PicoIntrospectionException extends PicoInitializationException {
 9   
 }
 10