Condition Coverage

blib/lib/HTML/FormFu/Constraint/MinMaxFields.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
77 45 0 37 $ok and not $@

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 4 @errors or $@
83 0 7 16 $count < $min || $count > $max
96 8 37 42 not defined $value or $value eq ''