Branch Coverage

blib/lib/Prancer/Response.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
26 0 0 unless @_
29 0 0 if (@_ == 1)
31 0 0 unless wantarray
36 0 0 unless @_ % 2 == 0
39 0 0 unless $self->headers->get_all($key)
57 0 0 unless @_
60 0 0 if (@_ == 1)
62 0 0 unless wantarray
67 0 0 unless @_ % 2 == 0
74 0 0 unless $self->cookies->get_all($key)
89 0 0 if (ref $_[0] and ref $_[0] eq 'CODE')
116 0 0 if (defined $$self{'_callback'} and ref $$self{'_callback'} and ref $$self{'_callback'} eq 'CODE')
143 0 0 if $$value{'domain'}
144 0 0 if $$value{'path'}
145 0 0 if $$value{'expires'}
146 0 0 if $$value{'secure'}
147 0 0 if $$value{'httponly'}
158 0 0 if ($expires =~ /^\d+$/x)