File Coverage

blib/lib/WWW/Tumblr/Authentication/None.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::None;
2              
3 16     16   101 use strict;
  16         36  
  16         649  
4 16     16   79 use warnings;
  16         30  
  16         984  
5              
6 16     16   110 use base 'WWW::Tumblr::Authentication';
  16         30  
  16         2163  
7              
8             1;