Clover coverage report - PMD - 3.7
Coverage timestamp: Wed May 31 2006 09:25:59 EDT
file stats: LOC: 15   Methods: 0
NCLOC: 4   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
Executable.java - - - -
coverage
 1    /*
 2    * Created on 09.08.2004
 3    */
 4    package net.sourceforge.pmd.dfa.pathfinder;
 5   
 6   
 7    /**
 8    * @author raik
 9    * <p/>
 10    * Will be executed if PathFinder finds a path.
 11    */
 12    public interface Executable {
 13   
 14    void execute(CurrentPath path);
 15    }