| blib/lib/PPI/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 12 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 278 | 1229 | 1554 | 22915 | $el->[$cursor]->significant and ++$idx >= 0 |
| 283 | 21437 | 18846 | 119215 | $el->[$cursor]->significant and --$idx < 0 |
| 598 | 0 | 1 | 3706 | &_CLASS($it) and $it->isa("PPI::Element") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 71 | 0 | 16704 | 0 | ref $_[0] || $_[0] |