Condition Coverage

blib/lib/Mojolicious/Plugin/Bootstrap3.pm
Criterion Covered Total %
condition 6 17 35.2


and 3 conditions

line !l l&&!r l&&r condition
272 1 0 1 $type and $type eq 'sass'
408 0 0 0 $destination and not -e $destination
415 0 0 0 $destination and not -e $destination

or 2 conditions

line l !l condition
240 0 2 $ENV{'MOJO_ASSETPACK_DEBUG'} || 0
336 0 1 $config->{'css'} ||= [@DEFAULT_CSS_FILES]
337 0 1 $config->{'js'} ||= [@DEFAULT_JS_FILES]
339 0 1 $config->{'jquery'} //= 1