File Coverage

blib/lib/WWW/Jawbone/Up/Score.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::Score;
2              
3 6     6   134 use 5.010;
  6         21  
  6         256  
4 6     6   35 use strict;
  6         11  
  6         178  
5 6     6   31 use warnings;
  6         10  
  6         184  
6              
7 6     6   44 use base 'WWW::Jawbone::Up::JSON';
  6         32  
  6         1106  
8              
9             __PACKAGE__->add_subclass(move => 'WWW::Jawbone::Up::Score::Move');
10             __PACKAGE__->add_subclass(sleep => 'WWW::Jawbone::Up::Score::Sleep');
11              
12             1;