| blib/lib/Org/Element.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 17 | 52.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 6 | $self->document && $self->document->_srclabel |
| 50 | 0 | 0 | 44 | $self->parent and $c = $self->parent->children |
| 62 | 0 | 9 | 12 | defined $sen and $sen > 0 |
| 171 | 0 | 0 | 5 | $prev and $prev->isa("Org::Element::Text") |
| 178 | 0 | 1 | 1 | $parent and $parent->isa("Org::Element::ListItem") |
| line | l | !l | condition |
|---|---|---|---|
| 81 | 966 | 87 | $_level //= 0 |