lib/CGI/FormBuilder/Field/select.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 24 | 27 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
110 | 0 | 16 | 31 | $$self{'_form'}->smartness and not $$attr{'multiple'} |
16 | 2 | 29 | $$self{'_form'}->smartness and not $$attr{'multiple'} and $self->selectname ne 0 | |
121 | 44 | 0 | 3 | $self->other and $self->javascript |
155 | 20 | 18 | 10 | $g and $g ne $lastgroup |
18 | 10 | 10 | not $g and $lastgroup | |
175 | 56 | 308 | 21 | not $foundit and $self->other |
364 | 14 | 7 | not $foundit and $self->other and @value | |
322 | 6 | 1 | not $foundit and $self->other and @value and not @opt |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
175 | 64 | 0 | 385 | ismember $o, @value or not $foundit and $self->other and @value and not @opt |