Clover coverage report - Maven Clover report
Coverage timestamp: Sun Mar 18 2007 17:43:17 CET
file stats: LOC: 17   Methods: 1
NCLOC: 8   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
VelocityGenerationSystemException.java - 0% 0% 0%
coverage
 1    package com.agical.rdoc.velocity;
 2   
 3    import com.agical.rmock.core.exception.RMockSystemException;
 4   
 5    public class VelocityGenerationSystemException extends RMockSystemException {
 6   
 7    /**
 8    *
 9    */
 10    private static final long serialVersionUID = 1L;
 11   
 12  0 public VelocityGenerationSystemException(Throwable arg0) {
 13  0 super(arg0);
 14    // TODO Auto-generated constructor stub
 15    }
 16   
 17    }