blib/lib/Data/MuForm/Field/Select.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 24 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 0 | 32 | 15 | $self->options and $self->has_options |
95 | 3 | 2 | 42 | $self->form and not exists $self->{'methods'}{'build_options'} |
133 | 47 | 61 | 0 | $self->has_options and $self->do_not_reload |
204 | 0 | 2 | 10 | $self->can('multiple') && $self->multiple |
17 | 10 | 2 | ref $input eq 'ARRAY' and not $self->can('multiple') && $self->multiple | |
10 | 16 | 1 | ref $input ne 'ARRAY' and $self->multiple |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
58 | 0 | 0 | 26 | not defined $value or $value eq '' |
133 | 20 | 0 | 108 | $self->options_from eq 'build' or $self->has_options and $self->do_not_reload |