File Coverage

blib/lib/Error/Pure/HTTP.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Error::Pure::HTTP;
2              
3 2     2   52963 use strict;
  2         13  
  2         42  
4 2     2   7 use warnings;
  2         4  
  2         71  
5              
6             # Version.
7             our $VERSION = 0.15;
8              
9             1;
10              
11             __END__