lib/CatalystX/Resource/TraitFor/Controller/Resource/Form.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 14 | 85.7 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 49 | exists $c->stash->{'activate_form_fields'} ? : |
42 | 25 | 24 | exists $c->stash->{'form_attrs_new'} ? : |
44 | 25 | 24 | exists $c->stash->{'form_attrs_process'} ? : |
55 | 25 | 24 | $self->has_form_template ? : |
60 | 25 | 24 | unless $form->validated |
62 | 11 | 13 | if ($c->stash->{'set_create_msg'}) { } |
13 | 0 | elsif ($c->stash->{'set_update_msg'}) { } |