Condition Coverage

blib/lib/String/Tagged/Markdown.pm
Criterion Covered Total %
condition 14 18 77.7


and 3 conditions

line !l l&&!r l&&r condition
160 4 79 2 not defined $link_start_pos and $str =~ /\G\[/cgu
79 2 2 defined $link_start_pos and $str =~ /\G\]\(/cgu
275 68 0 27 @tags_in_effect and not $tags{$tags_in_effect[-1]}
317 4 0 1 length $more and $substr =~ /^`|`$/u

or 3 conditions

line l !l&&r !l&&!r condition
72 39 50 0 ref $self || $self
73 72 17 0 $cache{$class} //= &$code($class)