Clover coverage report - Prayer Portlets - 0.1-rc4-SNAPSHOT
Coverage timestamp: Thu Aug 19 2004 18:34:34 EDT
file stats: LOC: 15   Methods: 0
NCLOC: 5   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
Environment.java - - - -
coverage
 1   
 /*
 2   
  * Created on Aug 2, 2004
 3   
  */
 4   
 package org.marketchangers;
 5   
 
 6   
 import java.util.Date;
 7   
 
 8   
 /**
 9   
  * @author jniu
 10   
  *
 11   
  */
 12   
 public interface Environment {
 13   
     public Date getCurrentDate();
 14   
 }
 15