File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/response/service_list_buckets_with_owner_displayname.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::service_list_buckets_with_owner_displayname
2             # ABSTRACT: Shared::Examples providing response fixture
3              
4 3     3   20 use strict;
  3         6  
  3         84  
5 3     3   17 use warnings;
  3         7  
  3         67  
6              
7 3     3   1116 use Shared::Examples::Net::Amazon::S3::Fixture;
  3         9  
  3         35  
8              
9             Shared::Examples::Net::Amazon::S3::Fixture::fixture content => <<'XML';
10             <?xml version="1.0" encoding="UTF-8"?>
11             <ListAllMyBucketsResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
12             <Owner>
13             <ID>bcaf1ffd86f461ca5fb16fd081034f</ID>
14             <DisplayName>webfile</DisplayName>
15             </Owner>
16             <Buckets>
17             <Bucket>
18             <Name>quotes</Name>
19             <CreationDate>2006-02-03T16:45:09.000Z</CreationDate>
20             </Bucket>
21             <Bucket>
22             <Name>samples</Name>
23             <CreationDate>2006-02-03T16:41:58.000Z</CreationDate>
24             </Bucket>
25             </Buckets>
26             </ListAllMyBucketsResult>
27             XML
28              
29              
30             =pod
31              
32             =encoding UTF-8
33              
34             =head1 NAME
35              
36             Shared::Examples::Net::Amazon::S3::Fixture::response::service_list_buckets_with_owner_displayname - Shared::Examples providing response fixture
37              
38             =head1 VERSION
39              
40             version 0.991
41              
42             =head1 AUTHOR
43              
44             Branislav Zahradník <barney@cpan.org>
45              
46             =head1 COPYRIGHT AND LICENSE
47              
48             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
49              
50             This is free software; you can redistribute it and/or modify it under
51             the same terms as the Perl 5 programming language system itself.
52              
53             =cut