Condition Coverage

blib/lib/HTML/FormFu/Constraint/Equal.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
63 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)
85 0 2 69 defined $v1 and defined $v2
87 0 2 8 ref $v1 eq 'ARRAY' and ref $v2 eq 'ARRAY'

or 3 conditions

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