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   7 use strict;
  1         2  
  1         28  
5 1     1   5 use warnings;
  1         2  
  1         23  
6              
7 1     1   388 use Shared::Examples::Net::Amazon::S3::Fixture;
  1         3  
  1         12  
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              
19             =pod
20              
21             =encoding UTF-8
22              
23             =head1 NAME
24              
25             Shared::Examples::Net::Amazon::S3::Fixture::response::create-multipart-upload-with-success - Shared::Examples providing response fixture
26              
27             =head1 VERSION
28              
29             version 0.991
30              
31             =head1 AUTHOR
32              
33             Branislav Zahradník <barney@cpan.org>
34              
35             =head1 COPYRIGHT AND LICENSE
36              
37             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
38              
39             This is free software; you can redistribute it and/or modify it under
40             the same terms as the Perl 5 programming language system itself.
41              
42             =cut