Clover coverage report - PMD - 3.3
Coverage timestamp: Thu Sep 15 2005 17:59:57 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.6 2005/08/23 17:17:49 tomcopeland Exp $
 8    */
 9   
 10    public interface ActionCommands {
 11    String COMPILE_ACTION = "Compile";
 12    String EVALUATE_ACTION = "Evaluate";
 13    }