File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/response/create_multipart_upload_with_success.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             # PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::response::create-multipart-upload-with-success
2             # ABSTRACT: Shared::Examples providing response fixture
3              
4 1     1   8 use strict;
  1         2  
  1         35  
5 1     1   4 use warnings;
  1         3  
  1         30  
6              
7 1     1   456 use Shared::Examples::Net::Amazon::S3::Fixture;
  1         3  
  1         13  
8              
9             Shared::Examples::Net::Amazon::S3::Fixture::fixture content => <<'XML';
10             <?xml version="1.0" encoding="UTF-8"?>
11             <InitiateMultipartUploadResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
12             <Bucket>bucket-name</Bucket>
13             <Key>key-name</Key>
14             <UploadId>new-upload-id</UploadId>
15             </InitiateMultipartUploadResult>
16             XML
17              
18             __END__
19              
20             =pod
21              
22             =encoding UTF-8
23              
24             =head1 NAME
25              
26             Shared::Examples::Net::Amazon::S3::Fixture::response::create-multipart-upload-with-success - Shared::Examples providing response fixture
27              
28             =head1 VERSION
29              
30             version 0.99
31              
32             =head1 AUTHOR
33              
34             Branislav Zahradník <barney@cpan.org>
35              
36             =head1 COPYRIGHT AND LICENSE
37              
38             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
39              
40             This is free software; you can redistribute it and/or modify it under
41             the same terms as the Perl 5 programming language system itself.
42              
43             =cut