| blib/lib/Catalyst/View/TT.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 22 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 132 | 112 | 0 | 0 | $c->debug and $config->{'DUMP_CONFIG'} |
| 228 | 18 | 0 | 0 | &blessed($output) and $output->isa('Template::Exception') |
| 253 | 1 | 21 | 0 | $c and $c->debug |
| 270 | 0 | 0 | 0 | $c and $c->debug |
| line | l | !l | condition |
|---|---|---|---|
| 176 | 10 | 0 | $p->{'args'} ||= {} |
| 233 | 1 | 17 | $self->content_type || 'text/html; charset=UTF-8' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 201 | 112 | 0 | 0 | $config->{'CLASS'}->new($config) || do { my $error = $config->{'CLASS'}->error; $c->log->error($error); $c->error($error); return undef } |
| 216 | 10 | 8 | 0 | $c->stash->{'template'} || $c->action . $self->config->{'TEMPLATE_EXTENSION'} |