blib/lib/Validator/Custom/Validation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
17 | 9 | 5 | if (defined $name) { } |
18 | 8 | 1 | exists $self->{'_failed_infos'}{$name} ? : |
21 | 1 | 4 | !keys(%{$$self{'_failed_infos'};}) ? : |
30 | 0 | 32 | if ($failed_infos->{$name}) |
36 | 20 | 12 | if (@failed_names) { } |
40 | 18 | 29 | if ($pos > $max_pos) |
52 | 28 | 4 | unless (defined $message) |
75 | 0 | 8 | unless $name |