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
149 11 0 36 @ipaths and --$count
162 0 12 22 -d $dir and -f $dir . '/' . $path

or 2 conditions

line l !l condition
150 36 0 shift @ipaths || (next DIR_CHECK)

or 3 conditions

line l !l&&r !l&&!r condition
200 1 15 0 shift() || $c->_static_file
256 2 12 2 $config->{'mime_types'}{$ext} || $config->{'mime_types_obj'}->mimeTypeOf($ext)