File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/error/no_such_key.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_key
2             # ABSTRACT: Shared::Examples providing error fixture
3              
4 11     11   91 use strict;
  11         28  
  11         416  
5 11     11   67 use warnings;
  11         31  
  11         353  
6              
7 11     11   67 use HTTP::Status;
  11         45  
  11         2938  
8 11     11   553 use Shared::Examples::Net::Amazon::S3::Fixture;
  11         28  
  11         104  
9              
10             Shared::Examples::Net::Amazon::S3::Fixture::error_fixture
11             NoSuchKey => HTTP::Status::HTTP_NOT_FOUND,
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::no_such_key - Shared::Examples providing error fixture
23              
24             =head1 VERSION
25              
26             version 0.99
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