Condition Coverage

blib/lib/Plack/Middleware/StackTrace/RethrowFriendly.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
46 0 2 2 scalar @$trace and $self->should_show_trace($caught, $last_key, $res)
71 2 0 1 $self->force && ref $res eq 'ARRAY' && $$res[0] == 500

or 2 conditions

line l !l condition
22 0 4 $seen{$key} || []
45 4 0 $seen{$last_key} || []
53 1 1 $$env{'HTTP_ACCEPT'} || '*/*'