| blib/lib/Template/Nest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 27 | 36 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 88 | 10 | 0 | $dir and ref $dir |
| 136 | 84 | 2 | 1 | $show and not $show == 0 || $show == 1 |
| 144 | 88 | 10 | 0 | defined $ext and ref $ext |
| 152 | 259 | 9 | 0 | defined $label and ref $label |
| 253 | 29 | 0 | 0 | $delim and $html |
| 383 | 4 | 76 | 3 | $self->{'die_on_bad_params'} and $replaced == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 110 | 2 | 0 | $delim2 || '' |
| 126 | 10 | 0 | $delim2 ||= "" |
| 463 | 11 | 1 | $$ref{$parts[0]} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 136 | 0 | 2 | 1 | $show == 0 || $show == 1 |
| 162 | 3 | 3 | 1 | $indent == 0 or $indent == 1 |
| 174 | 2 | 3 | 1 | $should_die == 0 or $should_die == 1 |
| 187 | 1 | 4 | 0 | $char eq "" or $char =~ /./ |