| blib/lib/Template/Process.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 18 | 38.8 |
| line | true | false | branch |
|---|---|---|---|
| 39 | 1 | 0 | ref $args{'DATA'} ? : |
| 46 | 0 | 1 | unless open my $io, '>', shift() |
| 60 | 1 | 0 | ref $args{'DATA'} ? : |
| 1 | 0 | defined $args{'DATA'} ? : | |
| 63 | 1 | 0 | if (ref $_) { } |
| 0 | 0 | elsif (-f $_ and /\.ya?ml$/) { } | |
| 0 | 0 | elsif (-f $_ and /\.PL$/i) { } | |
| 75 | 1 | 0 | if ref $out eq 'SCALAR' |
| 76 | 0 | 1 | unless $out |