Condition Coverage

blib/lib/Plack/Middleware/MangleEnv.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
18 23 8 4 exists $env->{$key} and not $value->{'override'}
158 13 8 1 $doe && !length($_)
243 5 0 0 ref $value eq 'HASH' and my(@keys) = keys %$value

or 2 conditions

line l !l condition
192 0 4 $cfg->{'remove_if'} ||= []
193 0 4 $cfg->{'default'} ||= []
194 1 3 $cfg->{'default_on_empty'} ||= 0
195 2 2 $cfg->{'flatten'} ||= 0