Condition Coverage

blib/lib/Markdent/Parser/SpanParser.pm
Criterion Covered Total %
condition 22 26 84.6


and 3 conditions

line !l l&&!r l&&r condition
191 3073 0 0 $self->debug and pos ${$text;}
248 1748 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 369 5 defined $merge_start and $i - 1 > $merge_start
926 0 1089 6 defined $merge_start and $#{$events;} > $merge_start

or 2 conditions

line l !l condition
510 404 1078 pos ${$text;} || 0
553 374 1076 pos ${$text;} || 0
608 26 7 $self->_get_link_by_id($id) || []
702 12 7 pos $text || 0