| blib/lib/HTML/FormFu/Constraint/Length.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 14 | 17 | if not defined $value or $value eq '' |
| 29 | 9 | 8 | if (defined(my $min = $self->minimum)) |
| 30 | 3 | 6 | if length $value < $min |
| 33 | 11 | 3 | if (defined(my $max = $self->maximum)) |
| 34 | 4 | 7 | if length $value > $max |