blib/lib/Markdent/Parser/SpanParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 26 | 84.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
191 | 3089 | 0 | 0 | $self->debug and pos ${$text;} |
248 | 1697 | 45 | 18 | $open{'strong'} and $open{'emphasis'} |
601 | 9 | 2 | 22 | defined $id and length $id |
698 | 4 | 0 | 7 | defined $text and length $text |
916 | 30 | 371 | 5 | defined $merge_start and $i - 1 > $merge_start |
926 | 0 | 1092 | 6 | defined $merge_start and $#{$events;} > $merge_start |
line | l | !l | condition |
---|---|---|---|
510 | 410 | 1081 | pos ${$text;} || 0 |
553 | 380 | 1079 | pos ${$text;} || 0 |
608 | 26 | 7 | $self->_get_link_by_id($id) || [] |
702 | 12 | 7 | pos $text || 0 |