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   51 use strict;
  8         17  
  8         230  
5 8     8   37 use warnings;
  8         19  
  8         184  
6              
7 8     8   82 use HTTP::Status;
  8         17  
  8         2234  
8 8     8   3085 use Shared::Examples::Net::Amazon::S3::Fixture;
  8         23  
  8         94  
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              
29             =pod
30              
31             =encoding UTF-8
32              
33             =head1 NAME
34              
35             Shared::Examples::Net::Amazon::S3::Fixture::response::acl - 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