Clover coverage report - Drools - 2.0-rc2
Coverage timestamp: Wed May 11 2005 07:12:26 BST
file stats: LOC: 22   Methods: 0
NCLOC: 6   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
Semaphore.java - - - -
coverage
 1    /*
 2    * Created on Dec 19, 2004
 3    *
 4    * TODO To change the template for this generated file go to
 5    * Window - Preferences - Java - Code Style - Code Templates
 6    */
 7    package org.drools.spi;
 8   
 9    import java.io.Serializable;
 10   
 11    /**
 12    * @author mproctor
 13    *
 14    * TODO To change the template for this generated type comment go to
 15    * Window - Preferences - Java - Code Style - Code Templates
 16    */
 17    public interface Semaphore extends Serializable
 18    {
 19   
 20    public String getIdentifier( );
 21   
 22    }