Condition Coverage

blib/lib/Validation/Class/Directive/Filters.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
190 0 1726 0 $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 289 1424 $state and $proto->filtering eq 'pre' || $proto->filtering eq 'post' and defined $field->{'filters'} and defined $field->{'filtering'} and defined $param
197 314 0 1110 $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'