File Coverage

blib/lib/Net/Amazon/S3/Request/Role/HTTP/Method/GET.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             # ABSTRACT: HTTP GET method role
2             $Net::Amazon::S3::Request::Role::HTTP::Method::GET::VERSION = '0.991';
3             use Moose::Role;
4 99     99   60732  
  99         256  
  99         737  
5             with 'Net::Amazon::S3::Request::Role::HTTP::Method' => { method => 'GET' };
6              
7             1;
8              
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             Net::Amazon::S3::Request::Role::HTTP::Method::GET - HTTP GET method role
17              
18             =head1 VERSION
19              
20             version 0.991
21              
22             =head1 AUTHOR
23              
24             Branislav Zahradník <barney@cpan.org>
25              
26             =head1 COPYRIGHT AND LICENSE
27              
28             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
29              
30             This is free software; you can redistribute it and/or modify it under
31             the same terms as the Perl 5 programming language system itself.
32              
33             =cut