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   26 use strict;
  3         6  
  3         106  
5 3     3   17 use warnings;
  3         10  
  3         96  
6              
7 3     3   19 use Shared::Examples::Net::Amazon::S3::Fixture;
  3         9  
  3         29  
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             __END__
29              
30             =pod
31              
32             =encoding UTF-8
33              
34             =head1 NAME
35              
36             Shared::Examples::Net::Amazon::S3::Fixture::response::service_list_buckets_without_owner_displayname - Shared::Examples providing response fixture
37              
38             =head1 VERSION
39              
40             version 0.98
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) 2021 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