Condition Coverage

blib/lib/HTML/FormHandler/Widget/Field/HorizCheckboxGroup.pm
Criterion Covered Total %
condition 8 26 30.7


and 3 conditions

line !l l&&!r l&&r condition
72 4 0 0 defined $option->{'disabled'} and $option->{'disabled'}
75 0 4 0 defined $fif and $self->multiple && exists $fif_lookup{$value} || $fif eq $value

or 2 conditions

line l !l condition
27 0 0 $option->{'attributes'} || {}
29 0 0 $option->{'label_attributes'} || {}
55 0 4 $option->{'label_attributes'} || {}
71 0 4 $option->{'attributes'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
11 0 1 0 $result ||= $self->result
19 1 0 0 $result ||= $self->result
47 4 0 0 $result ||= $self->result
75 0 0 4 $self->multiple && exists $fif_lookup{$value} || $fif eq $value