Condition Coverage

blib/lib/MMM/Utils.pm
Criterion Covered Total %
condition 8 21 38.1


and 3 conditions

line !l l&&!r l&&r condition
30 5 0 4 $val =~ /^(yes|true|on|\d+)$/i and $val ne 0
106 2 0 0 $user and $> == 0 || $< == 0
155 2 0 0 defined $gid and $) != $gid
161 2 0 0 defined $uid and $> != $uid

or 2 conditions

line l !l condition
29 6 3 $val ||= ''
55 4 0 $second2 || scalar time
82 0 0 $u || 'm'

or 3 conditions

line l !l&&r !l&&!r condition
106 0 0 0 $> == 0 || $< == 0