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   1235 use strict;
  11         16  
  11         389  
4 11     11   52 use warnings;
  11         16  
  11         701  
5              
6             our $VERSION = "1.34";
7             our $OAUTH_DEFAULT_VERSION = "1.0";
8             our $USE_DEPRECATED_NORMALIZER = 1;
9              
10             1;
11              
12             __END__