Clover coverage report - Cactus 1.4.1 for J2EE API 13
Coverage timestamp: Sat Aug 31 2002 22:02:23 BST
file stats: LOC: 13   Methods: 0
NCLOC: 2   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
ImplicitObjects.java - - - -
 1   
 /*   Generated by AspectJ version 1.0.5 */
 2   
 package org.apache.cactus.server;
 3   
 /** 
 4   
  * Tagging interface for implicit objects. Implicit objects are objects that 
 5   
  * are instanciated by the containers and that need to be made visible to your 
 6   
  * test case classes. 
 7   
  * 
 8   
  * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a> 
 9   
  * 
 10   
  * @version $Id: ImplicitObjects.html,v 1.1 2003/04/14 12:27:33 sinisa Exp $ 
 11   
  */
 12   
 public interface ImplicitObjects {
 13   
 }