Condition Coverage

blib/lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm
Criterion Covered Total %
condition 14 26 53.8


and 3 conditions

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

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
11 2 8 0 $result ||= $self->result
19 10 0 0 $result ||= $self->result
47 40 0 0 $result ||= $self->result
76 4 0 36 $self->multiple && exists $fif_lookup{$value} || $fif eq $value