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   24 use strict;
  3         8  
  3         104  
5 3     3   21 use warnings;
  3         9  
  3         87  
6              
7 3     3   1337 use Shared::Examples::Net::Amazon::S3::Fixture;
  3         10  
  3         41  
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             __END__
30              
31             =pod
32              
33             =encoding UTF-8
34              
35             =head1 NAME
36              
37             Shared::Examples::Net::Amazon::S3::Fixture::response::service_list_buckets_with_owner_displayname - Shared::Examples providing response fixture
38              
39             =head1 VERSION
40              
41             version 0.99
42              
43             =head1 AUTHOR
44              
45             Branislav ZahradnĂ­k <barney@cpan.org>
46              
47             =head1 COPYRIGHT AND LICENSE
48              
49             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav ZahradnĂ­k.
50              
51             This is free software; you can redistribute it and/or modify it under
52             the same terms as the Perl 5 programming language system itself.
53              
54             =cut