Clover Coverage Report - PMD-3.8
Coverage timestamp: Wed Oct 14 2009 06:14:43 CDT
../../../../img/srcFileCovDistChart7.png 42% of files have more coverage
3   21   3   1
0   12   1   3
3     1  
1    
 
  ASTCatchStatement       Line # 5 3 3 66.7% 0.6666667
 
  (23)
 
1    /* Generated By:JJTree: Do not edit this line. ASTCatchStatement.java */
2   
3    package net.sourceforge.pmd.ast;
4   
 
5    public class ASTCatchStatement extends SimpleJavaNode {
 
6  0 toggle public ASTCatchStatement(int id) {
7  0 super(id);
8    }
9   
 
10  88 toggle public ASTCatchStatement(JavaParser p, int id) {
11  88 super(p, id);
12    }
13   
14   
15    /**
16    * Accept the visitor. *
17    */
 
18  216 toggle public Object jjtAccept(JavaParserVisitor visitor, Object data) {
19  216 return visitor.visit(this, data);
20    }
21    }