Branch Coverage

blib/lib/Plack/Middleware/InteractiveDebugger.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
28 0 0 if (@_ > 1) { }
44 0 0 if ($$env{'PATH_INFO'} =~ s[/res/][]) { }
0 0 elsif ($$env{'PATH_INFO'} eq '/source') { }
0 0 elsif ($$env{'PATH_INFO'} eq '/command') { }
70 0 0 if (@_) { }
78 0 0 if ($@)
89 0 0 if ($$env{'psgi.multiprocess'})
94 0 0 if ($$env{'PATH_INFO'} =~ s[^/__debugger__][])
114 0 0 if ($trace and $caught || ref $res eq 'ARRAY' && $$res[0] == 500)
134 0 0 if $frames[0]->filename eq '/.cpan/build/Plack-Middleware-InteractiveDebugger-0.01-Wo38Qv/blib/lib/Plack/Middleware/InteractiveDebugger.pm'
138 0 0 if $frame->filename eq '/.cpan/build/Plack-Middleware-InteractiveDebugger-0.01-Wo38Qv/blib/lib/Plack/Middleware/InteractiveDebugger.pm'
161 0 0 if ref $err
179 0 0 if (utf8::is_utf8($str))