| blib/lib/Pod/Abstract/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 32 | 59.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 244 | 2 | 11 | 52 | defined $body and $body ne "" |
| 383 | 0 | 5 | 1 | $doc and $doc =~ /^.+\:$/ |
| 418 | 0 | 0 | 0 | ref $pv and eval { do { $pv->can("duplicate") } } |
| 671 | 465 | 12 | 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 |
|---|---|---|---|---|
| 220 | 427 | 31 | 415 | $type eq ":text" or $type eq "#cut" |
| 458 | 14 | 401 | $type eq ":text" or $type eq "#cut" or $type eq ":verbatim" | |
| 12 | 271 | 67 | $type eq "[ROOT]" or $type =~ /^@/ | |
| 386 | 1 | 0 | 0 | $text || $url |
| 392 | 5 | 0 | 0 | $text || $doc || $section |
| 5 | 0 | 0 | $doc || $text |