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