Condition Coverage

blib/lib/Mojolicious/Plugin/Bootstrap3.pm
Criterion Covered Total %
condition 6 19 31.5


and 3 conditions

line !l l&&!r l&&r condition
272 1 0 1 $type and $type eq 'sass'
342 0 1 0 @js and $config->{'jquery'} // 1
406 0 0 0 $destination and not -e $destination
413 0 0 0 $destination and not -e $destination

or 2 conditions

line l !l condition
240 0 2 $ENV{'MOJO_ASSETPACK_DEBUG'} || 0
342 0 1 $config->{'jquery'} // 1

or 3 conditions

line l !l&&r !l&&!r condition
342 0 0 1 $config->{'jquery'} or @js and $config->{'jquery'} // 1