Condition Coverage

blib/lib/Validation/Class/Directive/Filters.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
190 0 13 1713 $state and $proto->filtering eq 'pre' || $proto->filtering eq 'post'
13 0 1713 $state and $proto->filtering eq 'pre' || $proto->filtering eq 'post' and defined $field->{'filters'}
13 0 1713 $state and $proto->filtering eq 'pre' || $proto->filtering eq 'post' and defined $field->{'filters'} and defined $field->{'filtering'}
0 286 1427 $state and $proto->filtering eq 'pre' || $proto->filtering eq 'post' and defined $field->{'filters'} and defined $field->{'filtering'} and defined $param
197 316 0 1111 $field->{'filtering'} eq $state and $state ne "off"

or 3 conditions

line l !l&&r !l&&!r condition
190 1709 4 13 $proto->filtering eq 'pre' || $proto->filtering eq 'post'