| blib/lib/Template/Nest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 33 | 72.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 79 | 8 | 0 | $dir and ref $dir |
| 118 | 75 | 2 | 1 | $show and not $show == 0 || $show == 1 |
| 126 | 79 | 8 | 0 | defined $ext and ref $ext |
| 134 | 237 | 8 | 0 | defined $label and ref $label |
| 235 | 27 | 0 | 0 | $delim and $html |
| line | l | !l | condition |
|---|---|---|---|
| 92 | 2 | 0 | $delim2 || '' |
| 108 | 8 | 0 | $delim2 ||= '' |
| 420 | 11 | 1 | $$ref{$parts[0]} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 118 | 0 | 2 | 1 | $show == 0 || $show == 1 |
| 144 | 3 | 3 | 1 | $indent == 0 or $indent == 1 |
| 156 | 2 | 3 | 1 | $should_die == 0 or $should_die == 1 |
| 169 | 1 | 4 | 0 | $char eq '' or $char =~ /./ |