| blib/lib/String/Tagged/Markdown.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 18 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 165 | 6 | 85 | 3 | not defined $link_start_pos and $str =~ /\G\[/cgu |
| 85 | 3 | 3 | defined $link_start_pos and $str =~ /\G\]\(/cgu | |
| 290 | 79 | 0 | 30 | @tags_in_effect and not $tags{$tags_in_effect[-1]} |
| 332 | 5 | 0 | 1 | length $more and $substr =~ /^`|`$/u |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 74 | 51 | 60 | 0 | ref $self || $self |
| 75 | 94 | 17 | 0 | $cache{$class} //= &$code($class) |