blib/lib/String/Tagged/Markdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
160 | 4 | 83 | 2 | not defined $link_start_pos and $str =~ /\G\[/cgu |
83 | 2 | 2 | defined $link_start_pos and $str =~ /\G\]\(/cgu | |
275 | 70 | 0 | 28 | @tags_in_effect and not $tags{$tags_in_effect[-1]} |
317 | 4 | 0 | 1 | length $more and $substr =~ /^`|`$/u |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 39 | 50 | 0 | ref $self || $self |
73 | 72 | 17 | 0 | $cache{$class} //= &$code($class) |