| blib/lib/Markdent/Role/BalancedEvent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 535 | 0 | 0 | $self->is_start and $other->is_end |
| 0 | 0 | 535 | $self->is_end and $other->is_start |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 535 | 0 | $self->is_start and $other->is_end or $self->is_end and $other->is_start |