Coverage details for net.sf.tourviewer.lib.ciclo.UnknownBlock

LineHitsSource
1 package net.sf.tourviewer.lib.ciclo;
2  
3  
4  
5 public class UnknownBlock extends AbstractBlock {
6  
7     public UnknownBlock(int[] data) {
855128        super(data);
955128    }
10     
11     @Override
12     public String toString()
13     {
140        StringBuffer sb = new StringBuffer();
150        sb.append(getDataString());
160        return sb.toString();
17     }
18  
19 }

this report was generated by version 1.0.5 of jcoverage.
visit www.jcoverage.com for updates.

copyright © 2003, jcoverage ltd. all rights reserved.
Java is a trademark of Sun Microsystems, Inc. in the United States and other countries.