Branch Coverage

blib/lib/Form/Factory/Control.pm
Criterion Covered Total %
branch 20 22 90.9


line true false branch
72 97 266 if @_
74 205 158 if $self->has_value
75 156 2 if $self->has_default_value
90 8 3 unless $feature->does('Form::Factory::Feature::Role::ControlValueConverter')
95 3 5 if ($self->has_value_to_control)
97 0 3 if (ref $converter) { }
113 6 1 unless $feature->does('Form::Factory::Feature::Role::ControlValueConverter')
118 1 19 if ($self->has_control_to_value)
120 0 1 if (ref $converter) { }
136 20 1 if (defined $value) { }
154 5 124 if $self->get_feature_by_name($name)