| blib/lib/PPI/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 12 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 278 | 1234 | 1552 | 22665 | $el->[$cursor]->significant and ++$idx >= 0 |
| 283 | 21407 | 18851 | 120287 | $el->[$cursor]->significant and --$idx < 0 |
| 615 | 0 | 1 | 3650 | &_CLASS($it) and $it->isa("PPI::Element") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 0 | 16767 | 0 | ref $_[0] || $_[0] |