Branch Coverage

blib/lib/Dancer2/Plugin/TemplateFlute/Form.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
152 1 0 if (my $forms_ref = $self->session->read('form'))
153 1 0 if (exists $$forms_ref{$self->name})
159 1 0 if $form->{'action'}
160 1 0 if $form->{'fields'}
161 1 0 if $form->{'errors'}
162 1 0 if $form->{'values'}
163 1 0 if defined $form->{'valid'}
173 10 0 if $self->has_log_cb