blib/lib/Text/TemplateLite/Renderer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 16 | 56.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
106 | 0 | 0 | 5 | blessed $template && $template->isa('Text::TemplateLite') |
0 | 5 | 0 | defined $template and not blessed $template && $template->isa('Text::TemplateLite') | |
336 | 8 | 0 | 0 | defined $limit and $step > $limit |
line | l | !l | condition |
---|---|---|---|
173 | 6 | 23 | $vars || {} |
268 | 4 | 0 | (shift())->{'vars'} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
343 | 41 | 2 | 1 | not defined $limit or $$self{'info'}{'total_steps'} < $limit |