Condition Coverage

blib/lib/Gears/Config.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 2 $mode eq "-" and diff($this_conf->{$key}, $value, \my $rest)

or 2 conditions

line l !l condition
33 9 3 $mode // ""

or 3 conditions

line l !l&&r !l&&!r condition
33 21 4 8 not exists $this_conf->{$key} or ($mode // "") eq "="
41 1 1 0 not defined $mode or $mode eq "+"
50 1 2 2 not defined $mode or $mode eq "+"