blib/lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 10 | unless $result |
25 | 5 | 25 | if (my $label = $option->{'group'}) { } |
26 | 0 | 5 | if $self->localize_labels |
52 | 40 | 0 | if $self->multiple |
57 | 9 | 31 | if ($self->get_tag('inline')) |
59 | 3 | 6 | if $self->has_flag('is_b3') |
73 | 0 | 0 | if (defined $option->{'disabled'} and $option->{'disabled'}) |
76 | 4 | 36 | if (defined $fif and $self->multiple && exists $fif_lookup{$value} || $fif eq $value) |
86 | 0 | 40 | if $self->localize_labels |
91 | 3 | 37 | if ($self->get_tag('checkbox_element_wrapper')) |