blib/lib/Gantry/Template/TT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
59 | 0 | 0 | if ($self->template_disable) { } |
65 | 0 | 0 | unless (defined $tt) |
66 | 0 | 0 | unless $tt = 'Template'->new('WRAPPER', \@tt_wrapper, 'INCLUDE_PATH', \@tt_include_paths, 'DEFAULT', \@tt_default_template) |
74 | 0 | 0 | unless (defined $self->stash->view->template) |
79 | 0 | 0 | unless $self->stash->view->template |
90 | 0 | 0 | if ($self->template_wrapper) { } |
100 | 0 | 0 | unless $tt->process($self->stash->view->template, {'self', $self, 'site', $self, 'view', $self->stash->view}, \$page) |