blib/lib/Data/Tubes/Plugin/Renderer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 28 | 64.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
149 | 14 | 3 | 8 | $tpi && $ti |
line | l | !l | condition |
---|---|---|---|
46 | 12 | 0 | $record->{$input} // {} |
66 | 1 | 1 | $ctmpl // die({"message", "undefined template", "record", $record}) |
72 | 3 | 0 | $record->{$input} // {} |
93 | 2 | 0 | $record->{$input} // {} |
123 | 6 | 0 | $record->{$input} // {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 12 | 0 | 0 | _resolve_template($args) // LOGDIE("undefined template") |
83 | 2 | 0 | 1 | $args->{'template'} // LOGDIE("undefined template") |
87 | 1 | 1 | 0 | $record->{$itpf} // $ctp |
109 | 4 | 4 | 0 | $record->{$itpf} // $ctp |
144 | 6 | 19 | 0 | $args{'template_perlish'} //= _create_tp(\%args) |