blib/lib/HTML/Form/TextInput.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 18 | 4 | 2 | $self->{'strict'} and $self->{'readonly'} |
26 | 18 | 2 | 2 | $self->{'strict'} and defined $n |
20 | 0 | 2 | $self->{'strict'} and defined $n and defined $new | |
2 | 1 | 1 | $self->{'strict'} and defined $n and defined $new and length $new > $n |