Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
21 6 9 0 $$config{'required'} and !defined($value) || $value eq ''
7 6 0 not $$config{'required'} and !defined($value) || $value eq ''
42 8 2 1 defined $min and $value < $min
48 8 1 1 defined $max and $value > $max

or 3 conditions

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