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

LineHitsSource
1 package net.sf.tourviewer.lib.ciclo;
2  
30public class HAC4_325 implements CicloDevice {
4  
5     // Unknown: private static final int MAGIC = ?;
6     
7     public int getInfoBlockIndex()
8     {
90        return -1;
10     }
11  
12     public String getName()
13     {
140        return "HAC4 (325)";
15     }
16  
17     /**
18      * This device has no info record, therefore the tour records start
19      * at a lesser offset.
20      */
21     public int getTourBlockIndex()
22     {
230        return DEFAULT_TOUR_BLOCK_INDEX - 1;
24     }
25  
26     public boolean hasAltitude()
27     {
280        return true;
29     }
30     
31     public boolean hasCadence()
32     {
330        return false;
34     }
35  
36     public boolean hasPulse()
37     {
380        return true;
39     }
40  
41     @Override
42     public String toString()
43     {
440        return getName();
45     }
46     
47 }

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.