| blib/lib/Pod/Elemental/Element/Pod5/Region.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 9 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 1 | 0 | 1 | $self->is_pod and $child->isa("${base}Ordinary") |
| 78 | 0 | 1 | 0 | not $self->is_pod and $child->isa("${base}Data") |
| 113 | 1 | 6 | 2 | @{$self->children;} and $self->children->[-1]->isa("Pod::Elemental::Element::Pod5::Data") |