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   107810 use vars '$VERSION';
  2         15  
  2         125  
11             $VERSION = '0.67';
12              
13              
14 2     2   13 use warnings;
  2         5  
  2         69  
15 2     2   22 use strict;
  2         3  
  2         71  
16              
17              
18             1;