| blib/lib/String/Tagged/Markdown.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 18 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 165 | 4 | 82 | 2 | not defined $link_start_pos and $str =~ /\G\[/cgu |
| 82 | 2 | 2 | defined $link_start_pos and $str =~ /\G\]\(/cgu | |
| 286 | 75 | 0 | 28 | @tags_in_effect and not $tags{$tags_in_effect[-1]} |
| 328 | 5 | 0 | 1 | length $more and $substr =~ /^`|`$/u |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 74 | 45 | 54 | 0 | ref $self || $self |
| 75 | 82 | 17 | 0 | $cache{$class} //= &$code($class) |