blib/lib/Plack/Middleware/InteractiveDebugger.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
114 | 0 | 0 | 0 | $trace and $caught || ref $res eq 'ARRAY' && $$res[0] == 500 |
line | l | !l | condition |
---|---|---|---|
65 | 0 | 0 | $frame->lexicals || {} |
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 |