| blib/lib/Templ/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 14 | 21.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | $chunk eq '' and not $is_last_chunk |
| line | l | !l | condition |
|---|---|---|---|
| 79 | 0 | 0 | $tmp || die("Unable to open file for reading ${tmp}: $!") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 4 | 0 | 0 | defined $class or ref $class |
| 4 | 0 | 0 | defined $class or ref $class or not $class =~ /^(\w+\:\:)*\w+$/ | |
| 90 | 0 | 0 | 4 | $self->tidy or $self->prettify |