File Coverage

blib/lib/Shared/Examples/Net/Amazon/S3/Fixture/response/http_ok_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::response::http_ok_empty
2             # ABSTRACT: Shared::Examples providing response fixture
3              
4 4     4   32 use strict;
  4         10  
  4         149  
5 4     4   23 use warnings;
  4         9  
  4         122  
6              
7 4     4   24 use HTTP::Status;
  4         10  
  4         1299  
8 4     4   2072 use Shared::Examples::Net::Amazon::S3::Fixture;
  4         14  
  4         58  
9              
10             Shared::Examples::Net::Amazon::S3::Fixture::fixture (
11             content_type => undef,
12             );
13              
14             __END__
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             Shared::Examples::Net::Amazon::S3::Fixture::response::http_ok_empty - Shared::Examples providing response 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