blib/lib/Text/Wikispaces2Markdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 32 | 0 | 33 | $lines[$i] =~ /^[*0-9]/ and $i > 0 |
32 | 29 | 4 | $lines[$i] =~ /^[*0-9]/ and $i > 0 and not $lines[$i - 1] =~ /^\s*$|^\s*[*0-9]/ | |
49 | 1 | 6 | 3 | $i > 0 and not $lines[$i - 1] =~ /^\s*$/ |