| blib/lib/Dancer2/Plugin/TemplateFlute.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 16 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 4 | if (@_ % 2) |
| 32 | 0 | 4 | if $name |
| 39 | 0 | 4 | if not $source and $plugin->app->request->is_post |
| 41 | 4 | 0 | if ($source) |
| 42 | 2 | 2 | if ($source eq 'body') { } |
| 0 | 2 | elsif ($source eq 'query') { } | |
| 0 | 2 | elsif ($source eq 'parameters') { } | |
| 59 | 2 | 2 | if $source and $source eq 'session' |