lib/Su/Template.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 27 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
190 | 1045 | 3 | 2 | $b_perl_mode and $l =~ /(.*)%>(\s*)$/ |
842 | 54 | 2 | $l =~ /^\s*<%(.*)/ and index($l, '%>') == -1 | |
228 | 0 | 144 | 0 | defined $2 and $2 eq '=' || $2 eq '==' |
270 | 119 | 0 | 25 | defined $4 and $4 eq '~' |
287 | 990 | 50 | 10 | $line_num == $current_line && $b_no_last_newline |
296 | 179 | 5 | 88 | $b_need_line_return && !$no_need_newline |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 0 | 0 | 73 | $base or $dir |
228 | 137 | 3 | 4 | $2 eq '=' || $2 eq '==' |
305 | 0 | 5 | 773 | not $b_need_line_return or $no_need_newline |