| blib/lib/Rose/HTML/Form/Field/Option/Container.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 22 | 77.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 103 | 33 | 70 | 2 | $self->apply_error_class and defined $self->error |
| 127 | 16 | 25 | 2 | $self->apply_error_class and defined $self->error |
| 163 | 9 | 47 | 29 | @_ and @_ > 1 || ref $_[0] eq 'ARRAY' && @{$_[0];} > 1 |
| 62 | 13 | 1 | @_ and @_ > 1 || ref $_[0] eq 'ARRAY' && @{$_[0];} > 1 and not $self->multiple | |
| 170 | 65 | 19 | 0 | @$values > 1 and not $self->multiple |
| line | l | !l | condition |
|---|---|---|---|
| 84 | 0 | 0 | $self->items || [] |
| 92 | 0 | 0 | $self->items || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 163 | 13 | 16 | 47 | @_ > 1 || ref $_[0] eq 'ARRAY' && @{$_[0];} > 1 |