blib/lib/Dancer2/Plugin/TemplateFlute/Form.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
152 | 2 | 1 | if (my $forms_ref = $self->session->read('form')) |
153 | 2 | 0 | if (exists $$forms_ref{$self->name}) |
159 | 1 | 1 | if $form->{'action'} |
160 | 2 | 0 | if $form->{'fields'} |
161 | 2 | 0 | if $form->{'errors'} |
162 | 2 | 0 | if $form->{'values'} |
163 | 2 | 0 | if defined $form->{'valid'} |
173 | 14 | 0 | if $self->has_log_cb |