blib/lib/Text/Template/Simple/Compiler/Safe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 10 | 20.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 2 | if ($class->can('object')) |
19 | 0 | 0 | if ($safe and ref $safe) |
20 | 0 | 0 | if eval { do { $safe->isa('Safe'); 'Safe-is-OK' } } |
22 | 0 | 0 | $@ ? : |
33 | 0 | 2 | if $class->can('permit') |