Clover coverage report - PMD - 3.7
Coverage timestamp: Wed May 31 2006 09:25:59 EDT
file stats: LOC: 13   Methods: 0
NCLOC: 5   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
ActionCommands.java - - - -
coverage
 1    package net.sourceforge.pmd.util.viewer.gui;
 2   
 3    /**
 4    * contains action command constants
 5    *
 6    * @author Boris Gruschko ( boris at gruschko.org )
 7    * @version $Id: ActionCommands.java,v 1.7 2006/02/10 14:15:31 tomcopeland Exp $
 8    */
 9   
 10    public interface ActionCommands {
 11    String COMPILE_ACTION = "Compile";
 12    String EVALUATE_ACTION = "Evaluate";
 13    }