Clover coverage report - Drools - 2.0-rc2
Coverage timestamp: Wed May 11 2005 07:12:26 BST
file stats: LOC: 12   Methods: 0
NCLOC: 9   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
FunctionsFactory.java - - - -
coverage
 1    package org.drools.smf;
 2   
 3    import org.drools.rule.RuleSet;
 4    import org.drools.spi.Functions;
 5    import org.drools.spi.RuleBaseContext;
 6   
 7    public interface FunctionsFactory
 8    {
 9    Functions newFunctions(RuleSet ruleSet,
 10    RuleBaseContext context,
 11    Configuration config) throws FactoryException;
 12    }