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