File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/request/bucket_create_ca_central_1.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::request::bucket_create_ca_central_1
2             # ABSTRACT: Shared::Examples providing request fixture
3              
4 3     3   25 use strict;
  3         8  
  3         112  
5 3     3   17 use warnings;
  3         10  
  3         92  
6              
7 3     3   1539 use Shared::Examples::Net::Amazon::S3::Fixture;
  3         10  
  3         43  
8              
9             Shared::Examples::Net::Amazon::S3::Fixture::fixture content => <<'XML';
10             <CreateBucketConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
11             <LocationConstraint>ca-central-1</LocationConstraint>
12             </CreateBucketConfiguration>
13             XML
14              
15             __END__
16              
17             =pod
18              
19             =encoding UTF-8
20              
21             =head1 NAME
22              
23             Shared::Examples::Net::Amazon::S3::Fixture::request::bucket_create_ca_central_1 - Shared::Examples providing request fixture
24              
25             =head1 VERSION
26              
27             version 0.98
28              
29             =head1 AUTHOR
30              
31             Branislav Zahradník <barney@cpan.org>
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is copyright (c) 2021 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
36              
37             This is free software; you can redistribute it and/or modify it under
38             the same terms as the Perl 5 programming language system itself.
39              
40             =cut