| blib/lib/FormValidator/Simple/Result.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 16 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 4 | 19 | if $self->is_blank |
| 36 | 3 | 7 | unless $result |
| 43 | 8 | 136 | if $self->is_blank |
| 45 | 80 | 72 | unless $result |
| 52 | 0 | 3 | unless exists $self->constraints->{$constraint} |
| 53 | 1 | 2 | $self->constraints->{$constraint} ? : |
| 58 | 0 | 7 | unless exists $self->constraints->{$constraint} |
| 59 | 2 | 5 | $self->constraints->{$constraint} ? : |