Branch Coverage

lib/PAGI/Middleware/Head.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
43 1 9 if ($scope->{'type'} ne "http")
51 6 3 unless ($is_head)
64 3 6 if ($type eq 'http.response.start') { }
5 1 elsif ($type eq 'http.response.body') { }
1 0 elsif ($type eq 'http.response.trailers') { }
71 3 2 if (not $event->{'more'})