Clover coverage report - Maven Clover report
Coverage timestamp: Thu Jan 25 2007 11:17:27 IST
file stats: LOC: 24   Methods: 1
NCLOC: 5   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
ConsoleNotAvailableException.java - - 0% 0%
coverage
 1    /*
 2    * ConsoleNotAvailableException.java
 3    *
 4    * Created on 21 December 2006, 23:36
 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 ConsoleNotAvailableException extends Exception {
 17   
 18    /**
 19    * Creates a new instance of ConsoleNotAvailableException
 20    */
 21  0 public ConsoleNotAvailableException() {
 22    }
 23   
 24    }