blib/lib/Data/FormValidator/Multi.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 22 | 77.2 |
line | true | false | branch |
---|---|---|---|
215 | 1 | 7 | if (ref $datas eq 'ARRAY') { } |
226 | 7 | 1 | unless ref $datas eq "ARRAY" |
253 | 2 | 5 | if ($profile->{'subprofiles'}) { } |
268 | 2 | 0 | if (my $data = $results->valid($field)) |
271 | 2 | 0 | if (not $nested_results->success) |
284 | 5 | 0 | if (my $datas = $results->valid($field)) |
286 | 2 | 3 | if (ref $datas eq 'HASH') { } |
3 | 0 | elsif (ref $datas eq 'ARRAY') { } | |
307 | 2 | 0 | if ($nested_results->success) { } |
336 | 2 | 4 | unless ($nested_results->success) |
343 | 1 | 2 | if (not $error->{'count'}) { } |