blib/lib/MVC/Neaf/View/TT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 16 | 87.5 |
line | true | false | branch |
---|---|---|---|
94 | 0 | 17 | if @extra |
108 | 20 | 201 | if defined $tt_opt{$_} |
127 | 1 | 16 | if (ref $preload eq 'HASH') { } |
0 | 16 | elsif ($preload) { } | |
152 | 1 | 20 | unless (defined $template) |
158 | 4 | 16 | unless $self->{'engine'}->process($template, $data, \$out) |
160 | 15 | 1 | wantarray ? : |
175 | 1 | 8 | unless my $compiled = eval { do { $self->{'engine'}->template(\$tpls{$_}) } } |