File Coverage

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