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

LineHitsSource
1 package net.sf.tourviewer.lib.ciclo;
2  
30public class HAC4_Imp implements CicloDevice {
4  
5     public static final int MAGIC = 0xB7B4;
6     
7     public int getInfoBlockIndex()
8     {
90        return DEFAULT_INFO_BLOCK_INDEX;
10     }
11  
12     public String getName()
13     {
140        return "HAC (Imp)";
15     }
16  
17     public int getTourBlockIndex()
18     {
190        return DEFAULT_TOUR_BLOCK_INDEX;
20     }
21  
22     public boolean hasAltitude()
23     {
240        return true;
25     }
26     
27     public boolean hasCadence()
28     {
290        return true;
30     }
31  
32     public boolean hasPulse()
33     {
340        return true;
35     }
36  
37     @Override
38     public String toString()
39     {
400        return getName();
41     }
42     
43 }

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.