Branch Coverage

blib/lib/Validation/Class/Plugin/FormFields.pm
Criterion Covered Total %
branch 0 64 0.0


line true false branch
101 0 0 unless $name and $method
105 0 0 unless $proto->fields->has($name)
116 0 0 if (defined $attributes{'value'}) { }
126 0 0 if ($proto->params->has($name))
128 0 0 isa_arrayref($param) ? :
133 0 0 if $self->can($processor)
153 0 0 isa_arrayref($value) ? :
155 0 0 unless $value
163 0 0 if (any sub { $_ eq $value; } , @{$param;})
188 0 0 isa_arrayref($value) ? :
195 0 0 unless @opts
205 0 0 if ($opt =~ /^([^\|]+)?\|(.*)/) { }
0 0 elsif (isa_arrayref($opt)) { }
226 0 0 if $v eq $values{$v}
248 0 0 isa_arrayref($value) ? :
250 0 0 unless $value
275 0 0 if (defined $attributes{'placeholder'})
292 0 0 isa_arrayref($value) ? :
296 0 0 unless @opts
306 0 0 if ($opt =~ /^([^\|]+)?\|(.*)/) { }
0 0 elsif (isa_arrayref($opt)) { }
322 0 0 if $v and $values{$v} and $v eq $values{$v}
346 0 0 isa_arrayref($value) ? :
348 0 0 unless $value
356 0 0 if (any sub { $_ eq $value; } , @{$param;})
381 0 0 isa_arrayref($value) ? :
388 0 0 unless @opts
398 0 0 if ($opt =~ /^([^\|]+)?\|(.*)/) { }
0 0 elsif (isa_arrayref($opt)) { }
419 0 0 if $v eq $values{$v}
627 0 0 isa_arrayref($element) ? :
642 0 0 if /^_/