lib/Badger/Data/Facet/Text/MaxLength.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 3 | 66.6 |
line | l | !l | condition | |
---|---|---|---|---|
15 | 3 | 2 | 0 | length $$text <= $self->{'max_length'} || $self->invalid_msg('too_long', $type || 'Text', $self->{'max_length'}, length $$text) |