File Coverage

blib/lib/Pickles/Response.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 Pickles::Response;
2 3     3   2546 use strict;
  3         5  
  3         107  
3 3     3   15 use parent 'Plack::Response';
  3         5  
  3         19  
4              
5             1;
6              
7             __END__