File Coverage

blib/lib/WWW/Tumblr/Authentication/APIKey.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package WWW::Tumblr::Authentication::APIKey;
2              
3 16     16   125 use strict;
  16         37  
  16         677  
4 16     16   87 use warnings;
  16         201  
  16         1040  
5              
6 16     16   115 use base 'WWW::Tumblr::Authentication';
  16         33  
  16         2155  
7              
8             1;