Branch Coverage

blib/lib/PAGI/Middleware/ETag.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
50 0 3 if ($scope->{'type'} ne "http")
62 3 3 if ($event->{'type'} eq 'http.response.start') { }
3 0 elsif ($event->{'type'} eq 'http.response.body') { }
67 1 3 if (lc $h->[0] eq "etag")
76 1 2 if ($is_streaming)
84 0 2 if ($event->{'more'})
108 1 2 if $is_streaming
135 1 1 if ($self->{'weak'})