Condition Coverage

blib/lib/Plack/App/CGIBin/Streaming.pm
Criterion Covered Total %
condition 5 9 55.5


or 2 conditions

line l !l condition
79 0 17 $self->request_class // 'Plack::App::CGIBin::Streaming::Request'
81 17 0 $self->request_params // []
95 17 0 &$sub() // ''

or 3 conditions

line l !l&&r !l&&!r condition
117 12 5 0 $$self{'_compiled'}{$file} ||= do { local $0 = $file; $self->mkapp('CGI::Compile'->compile($file)) }