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
Request.java - - - -
 1   
 /*   Generated by AspectJ version 1.0.5 */
 2   
 package org.apache.cactus;
 3   
 /** 
 4   
  * Tagging interface that represents all Requests objects that are used on 
 5   
  * the Cactus client side to store information related to the request that 
 6   
  * will be sent to the Cactus redirector (on the Cactus Server side). 
 7   
  * 
 8   
  * @author <a href="mailto:vmassol@apache.org">Vincent Massol</a> 
 9   
  * 
 10   
  * @version $Id: Request.html,v 1.1 2003/04/14 12:27:31 sinisa Exp $ 
 11   
  */
 12   
 public interface Request {
 13   
 }