Condition Coverage

blib/lib/Plack/App/CGIBin/Streaming.pm
Criterion Covered Total %
condition 6 9 66.6


or 2 conditions

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

or 3 conditions

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