Condition Coverage

blib/lib/FormValidator/Simple/Struct.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
40 192 0 0 $$opt{'alias'} && $$opt{'alias'}{$meth}
52 0 123 0 $param and $rule
82 0 8 1 ref $$rule{$_} eq 'ARRAY' and ref $$rule{$_}[0] eq 'ARRAY'
94 18 5 2 @$rule != 1 and @$rule != @$param

or 2 conditions

line l !l condition
103 27 3 $$param[$_] || ''
105 22 0 $$param[$_] || ''
222 63 0 $$self{'error_object'} ||= []
231 48 0 $_[0]{'error_object'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
143 9 9 32 $type eq 'LENGTH' or $type eq 'BETWEEN'