blib/lib/Dancer2/Plugin/TemplateFlute/Form.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 16 | 50.0 |
line | true | false | branch |
---|---|---|---|
159 | 1 | 0 | if (my $forms_ref = $self->session->read('form')) |
160 | 1 | 0 | if (exists $$forms_ref{$self->name}) |
166 | 1 | 0 | if $form->{'action'} |
167 | 1 | 0 | if $form->{'fields'} |
168 | 1 | 0 | if $form->{'errors'} |
169 | 1 | 0 | if $form->{'values'} |
170 | 1 | 0 | if defined $form->{'valid'} |
180 | 10 | 0 | if $self->has_log_cb |