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   56 use strict;
  16         20  
  16         374  
4 16     16   44 use warnings;
  16         42  
  16         371  
5              
6 16     16   66 use base 'WWW::Tumblr::Authentication';
  16         17  
  16         932  
7              
8             1;