blib/lib/App/podman/Parser/Markdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 10 | 1 | 2 | @lines >= 2 and $lines[1] =~ /^([=-])\1*$/u |
99 | 2 | 1 | 0 | @lines and not $lines[0] =~ /^[*+-]/u |
104 | 1 | 0 | 2 | @_paragraphs and $_paragraphs[-1]->type eq 'list-bullet' |