Condition Coverage

blib/lib/Text/TemplateLite.pm
Criterion Covered Total %
condition 20 30 66.6


and 3 conditions

line !l l&&!r l&&r condition
325 2 2 27 $code && @$code
331 25 0 2 wantarray and @$code == 1
455 0 0 0 @$value && $$value[0] eq '<>'
472 0 0 0 @$value && $$value[0] eq '<>'
485 4 0 4 blessed $value and $value->can('render')
637 2 1 0 @$tokens and $$tokens[0] eq '('
671 1 1 1 @$tokens and $$tokens[0] eq '('

or 3 conditions

line l !l&&r !l&&!r condition
325 4 0 27 not $code && @$code or $renderer->info->{'stop'}
624 6 11 8 $token =~ /^'(.*)'$/s or $token =~ /^"(.*)"$/s
675 1 1 2 $token eq ',' or $token eq ')'