Condition Coverage

blib/lib/HTML/FormFu/Constraint/Equal.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
62 20 9 6 $self->not and $value eq $EMPTY_STR
29 4 2 $self->not and $value eq $EMPTY_STR and &all(sub { $_ eq $EMPTY_STR unless not defined $_; } , values %values)
84 0 71 0 defined $v1 and defined $v2
86 0 2 8 ref $v1 eq 'ARRAY' and ref $v2 eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
82 71 0 0 defined $v1 or defined $v2
86 10 0 59 ref $v1 || ref $v2