Clover coverage report - baseCode - 0.2.5
Coverage timestamp: Tue Apr 12 2005 11:31:58 EDT
file stats: LOC: 25   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
GOTermProbability.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: GOTermProbability.java,v 1.1 2005/03/21 18:01:03 pavlidis Exp $
 10   
  */
 11   
 public class GOTermProbability {
 12   
 //   # iterate over each term; find its children; count how many
 13   
 //   # occurrences of the term and its children there are. Keep a running
 14   
 //   # count of occurrences of all terms.
 15   
 
 16   
    
 17   
    
 18   
    // need to get the go term list from somewhere
 19   
    
 20   
    
 21   
    // need to get the go associations from somewhere
 22   
    
 23   
    
 24   
 }
 25