Clover coverage report - PMD - 3.3
Coverage timestamp: Thu Sep 15 2005 17:59:57 EDT
file stats: LOC: 12   Methods: 0
NCLOC: 6   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
ReportListener.java - - - -
coverage
 1    /**
 2    * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 3    */
 4    package net.sourceforge.pmd;
 5   
 6    import net.sourceforge.pmd.stat.Metric;
 7   
 8    public interface ReportListener {
 9    void ruleViolationAdded(RuleViolation ruleViolation);
 10   
 11    void metricAdded(Metric metric);
 12    }