Coverage report

  %line %branch
org.apache.turbine.services.security.torque.om.TurbineRole
100% 
100% 

 1  
 
 2  
 package org.apache.turbine.services.security.torque.om;
 3  
 
 4  
 
 5  
 import org.apache.torque.om.Persistent;
 6  
 
 7  
 /**
 8  
  * The skeleton for this class was autogenerated by Torque on:
 9  
  *
 10  
  * [Mon Oct 03 14:24:58 CEST 2005]
 11  
  *
 12  
  * You should add additional methods to this class to meet the
 13  
  * application requirements.  This class will only be generated as
 14  
  * long as it does not already exist in the output directory.
 15  
  */
 16  188
 public  class TurbineRole
 17  
     extends org.apache.turbine.services.security.torque.om.BaseTurbineRole
 18  
     implements Persistent
 19  
 {
 20  
 }

This report is generated by jcoverage, Maven and Maven JCoverage Plugin.