Clover coverage report - Drools - 2.0-rc2
Coverage timestamp: Wed May 11 2005 07:12:26 BST
file stats: LOC: 46   Methods: 8
NCLOC: 30   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
DefaultWorkingMemoryEventListener.java - - 0% 0%
coverage
 1    package org.drools.event;
 2   
 3    public class DefaultWorkingMemoryEventListener
 4    implements
 5    WorkingMemoryEventListener
 6    {
 7  0 public DefaultWorkingMemoryEventListener()
 8    {
 9    // intentionally left blank
 10    }
 11   
 12  0 public void objectAsserted(ObjectAssertedEvent event)
 13    {
 14    // intentionally left blank
 15    }
 16   
 17  0 public void objectModified(ObjectModifiedEvent event)
 18    {
 19    // intentionally left blank
 20    }
 21   
 22  0 public void objectRetracted(ObjectRetractedEvent event)
 23    {
 24    // intentionally left blank
 25    }
 26   
 27  0 public void conditionTested(ConditionTestedEvent event)
 28    {
 29    // intentionally left blank
 30    }
 31   
 32  0 public void activationCreated(ActivationCreatedEvent event)
 33    {
 34    // intentionally left blank
 35    }
 36   
 37  0 public void activationCancelled(ActivationCancelledEvent event)
 38    {
 39    // intentionally left blank
 40    }
 41   
 42  0 public void activationFired(ActivationFiredEvent event)
 43    {
 44    // intentionally left blank
 45    }
 46    }