Condition Coverage

lib/Mojolicious/Plugin/JSLoader.pm
Criterion Covered Total %
condition 21 26 80.7


and 3 conditions

line !l l&&!r l&&r condition
21 7 1 3 $base and substr($base, -1) ne '/'
38 0 41 7 $_[1] and $_[1]{'inplace'}
70 26 12 3 $config->{'no_file'} and $config->{'on_ready'}
102 6 1 0 not exists $browser->{$name} and exists $browser->{'default'}
113 2 0 2 $op ne 'gt' and $op ne 'lt'
2 2 0 $op ne 'gt' and $op ne 'lt' and $op ne '!'

or 2 conditions

line l !l condition
19 4 7 $config->{'base'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
102 6 1 2 exists $browser->{$name} || exists $browser->{'default'}
113 2 0 4 not $op or $op ne 'gt' and $op ne 'lt' and $op ne '!'