File Coverage

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