File Coverage

blib/lib/OAuth/Lite.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package OAuth::Lite;
2              
3 11     11   4049 use strict;
  11         23  
  11         527  
4 11     11   62 use warnings;
  11         24  
  11         938  
5              
6             our $VERSION = "1.32";
7             our $OAUTH_DEFAULT_VERSION = "1.0";
8             our $USE_DEPRECATED_NORMALIZER = 1;
9              
10             1;
11              
12             __END__