Branch Coverage

blib/lib/HTML/Template/Associate/FormValidator.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
233 0 1 unless $results->isa('Data::FormValidator::Results')
235 1 0 if $results->has_missing
236 0 1 if $results->has_invalid
237 0 1 if $results->has_unknown
238 1 0 if keys %{$results->msgs;}
255 1 2 ref $results->$method eq 'ARRAY' ? :
257 6 10 ref $results->$method eq 'ARRAY' ? :
260 0 16 ref $field_value eq 'ARRAY' ? :