Condition Coverage

lib/CGI/FormBuilder/Field/text.pm
Criterion Covered Total %
condition 13 24 54.1


and 3 conditions

line !l l&&!r l&&r condition
117 236 4 0 $self->growable and $self->growable ne 1
122 242 0 0 $limit and $count == $limit
133 238 2 2 $self->growable and $self->javascript
158 238 2 2 $self->growable and $self->javascript
168 240 0 0 $limit and $count == $limit
171 236 2 2 $self->growable and $self->javascript

or 3 conditions

line l !l&&r !l&&!r condition
152 0 0 0 $$attr{'labels'}{$o} || ($self->nameopts ? toname $o : $o)
0 0 0 $n ||= $$attr{'labels'}{$o} || ($self->nameopts ? toname $o : $o)