Clover coverage report -
Coverage timestamp: Sat Jul 7 2007 16:41:13 CEST
file stats: LOC: 37   Methods: 0
NCLOC: 8   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
IncrementMultResultResponse.java - - - -
coverage
 1    //
 2    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs
 3    // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
 4    // Any modifications to this file will be lost upon recompilation of the source schema.
 5    // Generated on: 2007.04.08 at 11:11:24 AM CEST
 6    //
 7   
 8   
 9    package jtr.test.jee.ping.client;
 10   
 11    import javax.xml.bind.annotation.XmlAccessType;
 12    import javax.xml.bind.annotation.XmlAccessorType;
 13    import javax.xml.bind.annotation.XmlType;
 14   
 15   
 16    /**
 17    * <p>Java class for incrementMultResultResponse complex type.
 18    *
 19    * <p>The following schema fragment specifies the expected content contained within this class.
 20    *
 21    * <pre>
 22    * &lt;complexType name="incrementMultResultResponse">
 23    * &lt;complexContent>
 24    * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 25    * &lt;/restriction>
 26    * &lt;/complexContent>
 27    * &lt;/complexType>
 28    * </pre>
 29    *
 30    *
 31    */
 32    @XmlAccessorType(XmlAccessType.FIELD)
 33    @XmlType(name = "incrementMultResultResponse")
 34    public class IncrementMultResultResponse {
 35   
 36   
 37    }