Clover coverage report - Maven Clover report
Coverage timestamp: Thu Jan 25 2007 11:17:27 IST
file stats: LOC: 24   Methods: 1
NCLOC: 6   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
FileFormatVersion.java - - 0% 0%
coverage
 1    /*
 2    * FileFormatVersion.java
 3    *
 4    * Created on 22 January 2007, 23:07
 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 FileFormatVersion {
 17   
 18    /** Creates a new instance of FileFormatVersion */
 19  0 private FileFormatVersion() {
 20    }
 21   
 22    public static String WC07 = "WizCrypt07";
 23   
 24    }