Clover coverage report - PMD - 3.7
Coverage timestamp: Wed May 31 2006 09:25:59 EDT
file stats: LOC: 13   Methods: 1
NCLOC: 5   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
DummyVisitorStarter.java - - 0% 0%
coverage
 1    package net.sourceforge.pmd.sourcetypehandlers;
 2   
 3    /**
 4    * Implementation of VisitorStarter that does nothing.
 5    *
 6    * @author pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
 7    */
 8    public class DummyVisitorStarter implements VisitorStarter {
 9   
 10  0 public void start(Object rootNode) {
 11    }
 12   
 13    }