File Coverage

blib/lib/WWW/Jawbone/Up/Tick.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package WWW::Jawbone::Up::Tick;
2              
3 6     6   113 use 5.010;
  6         20  
  6         321  
4 6     6   34 use strict;
  6         10  
  6         227  
5 6     6   38 use warnings;
  6         11  
  6         193  
6              
7 6     6   32 use base 'WWW::Jawbone::Up::JSON';
  6         9  
  6         588  
8              
9             __PACKAGE__->add_accessors(
10             qw(distance active_time aerobic calories steps time speed));
11              
12             1;