File Coverage

lib/Net/OAuth2.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             # Copyrights 2013-2019 by [Mark Overmeer ].
2             # For other contributors see ChangeLog.
3             # See the manual pages for details on the licensing terms.
4             # Pod stripped from pm file by OODoc 2.02.
5             # This code is part of distribution Net-OAuth2. Meta-POD processed
6             # with OODoc into POD and HTML manual-pages. See README.md
7             # Copyright Mark Overmeer. Licensed under the same terms as Perl itself.
8              
9             package Net::OAuth2;
10 2     2   87373 use vars '$VERSION';
  2         12  
  2         95  
11             $VERSION = '0.66';
12              
13              
14 2     2   10 use warnings;
  2         4  
  2         44  
15 2     2   7 use strict;
  2         3  
  2         47  
16              
17              
18             1;