File Coverage

blib/lib/Net/Amazon/S3/Operation/Object/Upload/Parts/Response.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: An internal class to handle multipart upload parts list responses
2             $Net::Amazon::S3::Operation::Object::Upload::Parts::Response::VERSION = '0.991';
3             use Moose;
4 99     99   683  
  99         252  
  99         699  
5             extends 'Net::Amazon::S3::Response';
6              
7             1;
8              
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             Net::Amazon::S3::Operation::Object::Upload::Parts::Response - An internal class to handle multipart upload parts list responses
17              
18             =head1 VERSION
19              
20             version 0.991
21              
22             =head1 DESCRIPTION
23              
24             Implements operation L<< ListParts|https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html >>
25              
26             =head1 AUTHOR
27              
28             Branislav Zahradník <barney@cpan.org>
29              
30             =head1 COPYRIGHT AND LICENSE
31              
32             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
33              
34             This is free software; you can redistribute it and/or modify it under
35             the same terms as the Perl 5 programming language system itself.
36              
37             =cut