blib/lib/HTML/FormHandler/Widget/Field/HorizCheckboxGroup.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 14 | 35.7 |
line | true | false | branch |
---|---|---|---|
12 | 0 | 1 | unless $result |
25 | 0 | 4 | if (my $label = $option->{'group'}) { } |
26 | 0 | 0 | if $self->localize_labels |
52 | 4 | 0 | if $self->multiple |
72 | 0 | 0 | if (defined $option->{'disabled'} and $option->{'disabled'}) |
75 | 0 | 4 | if (defined $fif and $self->multiple && exists $fif_lookup{$value} || $fif eq $value) |
85 | 0 | 4 | if $self->localize_labels |