Condition Coverage

blib/lib/HTML/CheckArgs/integer.pm
Criterion Covered Total %
condition 15 18 83.3


and 3 conditions

line !l l&&!r l&&r condition
18 6 4 0 $$config{'required'} and !defined($value) || $value eq ''
2 6 0 not $$config{'required'} and !defined($value) || $value eq ''
39 4 2 1 defined $min and $value < $min
45 4 1 1 defined $max and $value > $max

or 3 conditions

line l !l&&r !l&&!r condition
18 1 1 2 !defined($value) || $value eq ''
1 0 5 !defined($value) || $value eq ''