Condition Coverage

blib/lib/Plack/Middleware/StackTrace/RethrowFriendly.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

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

or 2 conditions

line l !l condition
21 2 10 $seen{$key} || []
46 6 2 $trace ||= []
54 1 5 $$env{'HTTP_ACCEPT'} || '*/*'