File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/response/acl.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             # PODNAME: Shared::Examples::Net::Amazon::S3::Fixture::response::acl
2             # ABSTRACT: Shared::Examples providing response fixture
3              
4 8     8   62 use strict;
  8         20  
  8         267  
5 8     8   47 use warnings;
  8         19  
  8         630  
6              
7 8     8   54 use HTTP::Status;
  8         19  
  8         2602  
8 8     8   3812 use Shared::Examples::Net::Amazon::S3::Fixture;
  8         24  
  8         149  
9              
10             Shared::Examples::Net::Amazon::S3::Fixture::fixture content => <<'XML';
11             <AccessControlPolicy>
12             <Owner>
13             <ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID>
14             <DisplayName>CustomersName@amazon.com</DisplayName>
15             </Owner>
16             <AccessControlList>
17             <Grant>
18             <Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CanonicalUser">
19             <ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID>
20             <DisplayName>CustomersName@amazon.com</DisplayName>
21             </Grantee>
22             <Permission>FULL_CONTROL</Permission>
23             </Grant>
24             </AccessControlList>
25             </AccessControlPolicy>
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::acl - Shared::Examples providing response fixture
37              
38             =head1 VERSION
39              
40             version 0.99
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