| blib/lib/Pod/Abstract/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 20 | 65.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 232 | 2 | 2 | 4 | defined $body and $body ne '' |
| 371 | 0 | 0 | 0 | ref $pv and eval { do { $pv->can('duplicate') } } |
| 624 | 27 | 1 | 0 | defined $$self{'parent'} and $self->parent->tree->detach($self) |
| line | l | !l | condition |
|---|---|---|---|
| 126 | 0 | 0 | shift() || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 216 | 10 | 4 | 20 | $type eq ':text' or $type eq '#cut' |
| 14 | 0 | 20 | $type eq ':text' or $type eq '#cut' or $type eq ':verbatim' | |
| 6 | 4 | 8 | $type eq '[ROOT]' or $type =~ /^@/ |