Condition Coverage

blib/lib/Catalyst/Plugin/Static/Simple.pm
Criterion Covered Total %
condition 10 14 71.4


and 3 conditions

line !l l&&!r l&&r condition
148 11 0 37 @ipaths and --$count
161 0 12 23 -d $dir and -f $dir . '/' . $path

or 2 conditions

line l !l condition
149 37 0 shift @ipaths || (next DIR_CHECK)

or 3 conditions

line l !l&&r !l&&!r condition
199 1 16 0 shift() || $c->_static_file
255 2 13 2 $config->{'mime_types'}{$ext} || $config->{'mime_types_obj'}->mimeTypeOf($ext)