| blib/lib/Pugs/Emitter/Grammar/Perl5.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | $code and not ref $code |
| 0 | 0 | 0 | $code and not ref $code and $code =~ /\w+/ | |
| 30 | 0 | 0 | 0 | ref $child and ref $child eq 'HASH' |
| 53 | 0 | 0 | 0 | $$opts{'safe_mode'} and $code =~ /\w+/ |
| line | l | !l | condition |
|---|---|---|---|
| 42 | 0 | 0 | $opts ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 0 | 0 | $key =~ /^_/ or not ref $node |