Clover coverage report - JBind Project
Coverage timestamp: Fr Mai 28 2004 11:17:36 CEST
file stats: LOC: 10   Methods: 1
NCLOC: 6   Classes: 2
This license of Clover is provided to support the development of JBind only. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover.
 
 Source file Conditionals Statements Methods TOTAL
SpaceData.java - 100% 100% 100%
 1   
 /*
 2   
  * Generated file - DO NOT MODIFY - changes will be lost.
 3   
  */
 4   
 package org.jbind.xml.knownSchemas.xml98.attribute;
 5   
 public class SpaceData extends org.jbind.xml.instance.data.NCNameData implements org.jbind.xml.knownSchemas.xml98.attribute.ISpaceData {
 6   
     public static class DataCreator_ implements org.jbind.xml.core.data.IDataCreator {
 7  6
         public org.jbind.xml.core.data.IAnyTypeData newData() { return new SpaceData(); }
 8   
     }
 9   
 }
 10