Branch Coverage

blib/lib/String/Tagged/Markdown.pm
Criterion Covered Total %
branch 31 32 96.8


line true false branch
160 2 89 if ($str =~ /\G\\(.)/cgu) { }
2 87 elsif (not defined $link_start_pos and $str =~ /\G\[/cgu) { }
2 85 elsif (defined $link_start_pos and $str =~ /\G\]\(/cgu) { }
42 43 elsif ($str =~ /\G($MARKER_PATTERN)/cgu) { }
179 5 37 if ($marker eq "`")
180 1 4 if ($str =~ /\G(`)+/cgu)
185 1 4 if length $marker > 1
191 18 19 $tags_in_effect{$tag} ? :
241 2 1 if ($args{'convert_tags'})
278 2 26 if ($tag eq 'link') { }
291 2 68 exists $tags{'link'} ? :
295 0 28 if &any(sub { $_ eq $tag; } , @tags_in_effect)
297 2 26 if ($tag eq 'link') { }
311 5 65 if ($tags{'fixed'}) { }
317 1 4 if length $more and $substr =~ /^`|`$/u
368 2 1 if ($args{'convert_tags'})