File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/error/no_such_bucket.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::error::no_such_bucket
2             # ABSTRACT: Shared::Examples providing error fixture
3              
4 30     30   210 use strict;
  30         71  
  30         824  
5 30     30   153 use warnings;
  30         64  
  30         646  
6              
7 30     30   178 use HTTP::Status;
  30         65  
  30         5660  
8 30     30   189 use Shared::Examples::Net::Amazon::S3::Fixture;
  30         62  
  30         215  
9              
10             Shared::Examples::Net::Amazon::S3::Fixture::error_fixture
11             NoSuchBucket => HTTP::Status::HTTP_NOT_FOUND,
12             ;
13              
14              
15             =pod
16              
17             =encoding UTF-8
18              
19             =head1 NAME
20              
21             Shared::Examples::Net::Amazon::S3::Fixture::error::no_such_bucket - Shared::Examples providing error fixture
22              
23             =head1 VERSION
24              
25             version 0.991
26              
27             =head1 AUTHOR
28              
29             Branislav Zahradník <barney@cpan.org>
30              
31             =head1 COPYRIGHT AND LICENSE
32              
33             This software is copyright (c) 2022 by Amazon Digital Services, Leon Brocard, Brad Fitzpatrick, Pedro Figueiredo, Rusty Conover, Branislav Zahradník.
34              
35             This is free software; you can redistribute it and/or modify it under
36             the same terms as the Perl 5 programming language system itself.
37              
38             =cut