File Coverage

blib/lib/Net/Amazon/S3/Operation/Object/Upload/Abort/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 abort multipart upload response
2             $Net::Amazon::S3::Operation::Object::Upload::Abort::Response::VERSION = '0.991';
3             use Moose;
4 99     99   680  
  99         258  
  99         706  
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::Abort::Response - An internal class to handle abort multipart upload response
17              
18             =head1 VERSION
19              
20             version 0.991
21              
22             =head1 DESCRIPTION
23              
24             Implements operation L<< AbortMultipartUpload|https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.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