File Coverage

blib/lib/Net/Amazon/S3/Authorization.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 2 5 40.0
pod 0 4 0.0
total 5 12 41.6


line stmt bran cond sub pod time code
1             $Net::Amazon::S3::Authorization::VERSION = '0.991';
2             use Moose 0.85;
3 92     92   45106  
  92         1471  
  92         531  
4             # ABSTRACT: Authorization context base class
5              
6             }
7       0 0    
8             }
9              
10       0 0   }
11              
12             }
13       0 0    
14             1;
15              
16       216 0    
17             =pod
18              
19             =encoding UTF-8
20              
21             =head1 NAME
22              
23             Net::Amazon::S3::Authorization - Authorization context base class
24              
25             =head1 VERSION
26              
27             version 0.991
28              
29             =head1 DESCRIPTION
30              
31             Authorization context provides an access to authorization information
32              
33             =head1 AUTHOR
34              
35             Branislav Zahradník <barney@cpan.org>
36              
37             =head1 COPYRIGHT AND LICENSE
38              
39             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
40              
41             This is free software; you can redistribute it and/or modify it under
42             the same terms as the Perl 5 programming language system itself.
43              
44             =cut