blib/lib/Tapper/Reports/DPath/TT.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 12 | $self->include_path ? : |
69 | 1 | 11 | if $file |
70 | 11 | 0 | if $template |
80 | 0 | 11 | defined $self->substitutes ? : |
0 | 11 | unless ($tt->process(\$template, {'reportdata', \&Tapper::Reports::DPath::TT::reportdata, 'testrundata', \&Tapper::Reports::DPath::TT::testrundata, 'testplandata', \&Tapper::Reports::DPath::TT::testplandata, 'testrundb_hostnames', \&Tapper::Reports::DPath::TT::testrundb_hostnames, defined $self->substitutes ? %{$self->substitutes;} : ()}, \$outbuf)) | |
97 | 0 | 1 | unless ($tt->process($file, {}, \$outbuf)) |