| blib/lib/Rose/HTML/Form/Field/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 24 | 2 | 97 | defined $value and length $value |
| 51 | 96 | 0 | 1 | ref($self)->force_utf8 and not &Encode::is_utf8($value) |
| 56 | 48 | 46 | 3 | defined $maxlength and length $value > $maxlength |