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 10     10   87 use strict;
  10         33  
  10         370  
5 10     10   61 use warnings;
  10         26  
  10         311  
6              
7 10     10   63 use HTTP::Status;
  10         26  
  10         2490  
8 10     10   572 use Shared::Examples::Net::Amazon::S3::Fixture;
  10         32  
  10         96  
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.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