Clover coverage report - Maven Clover report
Coverage timestamp: Thu Jan 25 2007 11:17:27 IST
file stats: LOC: 23   Methods: 1
NCLOC: 6   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
DestinationFileExistsException.java - 0% 0% 0%
coverage
 1    /*
 2    * DestinationFileExistsException.java
 3    *
 4    * Created on 24 December 2006, 21:56
 5    *
 6    * To change this template, choose Tools | Template Manager
 7    * and open the template in the editor.
 8    */
 9   
 10    package org.wiztools.wizcrypt;
 11   
 12    /**
 13    *
 14    * @author subhash
 15    */
 16    public class DestinationFileExistsException extends Exception {
 17   
 18    /** Creates a new instance of DestinationFileExistsException */
 19  0 public DestinationFileExistsException(final String msg) {
 20  0 super(msg);
 21    }
 22   
 23    }