Branch Coverage

blib/lib/HTML/FormHandler/Widget/Wrapper/Base.pm
Criterion Covered Total %
branch 28 40 70.0


line true false branch
13 58 351 if $class
16 1 408 if ($self->does_wrap_label) { }
20 0 408 $self->get_tag('label_no_filter') ? :
22 395 14 if $label_tag ne 'legend'
24 385 24 $label_tag eq 'label' ? :
32 1 30 if ($option_wrapper and $option_wrapper ne 'standard' and $option_wrapper ne 'label') { }
34 1 0 unless ($self->can($option_wrapper))
48 3 27 if $self->get_tag('no_wrapped_label')
57 0 27 if $self->get_tag('inline')
62 1 26 if ($self->get_tag('label_left')) { }
68 0 27 if ($self->get_tag('checkbox_element_wrapper'))
78 3 24 if ($label eq '' and not $self->do_label) { }
11 13 elsif ($label ne '') { }
79 0 3 $self->get_tag('label_no_filter') ? :
82 0 11 $self->get_tag('label_no_filter') ? :
147 0 0 unless $self->get_tag('label_no_colon')
164 6 0 if (keys %args > 0)
166 0 6 unless $self->can($key)
178 1 0 if (keys %args > 0)
180 0 1 unless $self->can($key)