| blib/lib/App/Rad/Plugin/TT.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 0 | 0 | if exists $$config{'CONTROLLER_VAR'} |
| 23 | 0 | 0 | if exists $$config{'TEMPLATE_EXTENSION'} |
| 29 | 0 | 0 | if (exists $c->stash->{'template'}) { } |
| 42 | 0 | 0 | unless $$c{'_tt_obj'}->process($tt_file, {$$c{'_tt_controler'} || 'c', $c, %{$c->stash;}}, \$output) |
| 56 | 0 | 0 | unless $c->stash->{'template_obj'}->process($tt_file, {'c', $c, %{$c->stash;}, %$vars}, \$output_part) |
| 70 | 0 | 0 | if ($c->cmd) |