Condition Coverage

blib/lib/Plack/Middleware/InteractiveDebugger.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
114 0 0 0 $trace and $caught || ref $res eq 'ARRAY' && $$res[0] == 500

or 2 conditions

line l !l condition
65 0 0 $frame->lexicals || {}

or 3 conditions

line l !l&&r !l&&!r condition
62 0 0 0 $$frame{'__eval'} ||= do { my $e = 'Eval::WithLexicals'->new; $e->in_package('InteractiveDebugger::Pad'); $e->lexicals($frame->lexicals || {}); $e }
114 0 0 0 $caught || ref $res eq 'ARRAY' && $$res[0] == 500