Clover coverage report - baseCode - 0.2.5
Coverage timestamp: Tue Apr 12 2005 11:31:58 EDT
file stats: LOC: 20   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
GOTermList.java - - - -
coverage
 1   
 package baseCode.bio;
 2   
 
 3   
 /**
 4   
  * 
 5   
  *
 6   
  * <hr>
 7   
  * <p>Copyright (c) 2004 Columbia University
 8   
  * @author pavlidis
 9   
  * @version $Id: GOTermList.java,v 1.1 2005/03/21 18:01:03 pavlidis Exp $
 10   
  */
 11   
 public abstract class GOTermList {
 12   
 
 13   
    // get the list from a file
 14   
    
 15   
    // get the list from a database
 16   
    
 17   
    // get the list from a GOParser
 18   
    
 19   
 }
 20