| blib/lib/Catalyst/View/Email/Template.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 22 | 18.1 |
| line | true | false | branch |
|---|---|---|---|
| 141 | 1 | 0 | unless &blessed($view) |
| 144 | 0 | 0 | unless $view->isa('Catalyst::View') |
| 148 | 0 | 0 | unless $view->can('render') |
| 175 | 0 | 1 | if (exists $attrs->{'view'} and defined $attrs->{'view'} and $attrs->{'view'} ne '') { } |
| 1 | 0 | elsif ($default_view) { } | |
| 180 | 0 | 0 | if $c->debug |
| 188 | 0 | 1 | if $c->debug |
| 196 | 0 | 0 | if $c->debug |
| 208 | 0 | 0 | $template_prefix ne '' ? : |
| 223 | 0 | 0 | if (ref $output) |
| 224 | 0 | 0 | $output->can('as_string') ? : |