blib/lib/SQL/Translator/Producer/TT/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 7 | 42.8 |
line | l | !l | condition |
---|---|---|---|
39 | 1 | 0 | delete $args{'translator'} || die('Need a translator.') |
81 | 1 | 0 | 'Template'->new('ABSOLUTE', 1, 'RELATIVE', 1, $me->tt_config, %args) || die('Failed to initialize Template object: ' . 'Template'->error) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 0 | 1 | 0 | ref $proto || $proto |