blib/lib/Markdent/Parser/BlockParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 26 | 65.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
140 | 2259 | 0 | 0 | $self->debug and pos ${$text;} |
151 | 1353 | 0 | 0 | defined $last_pos and $last_pos == $current_pos |
456 | 54 | 0 | 3 | $in_regex and not $line =~ /$regex/ |
49 | 0 | 5 | $line =~ /$regex/ and not $in_regex | |
622 | 38 | 39 | 36 | $line =~ /^$Bullet/ and @chunk |
666 | 12 | 22 | 5 | @items > 1 and $items[-2] =~ /^$Markdent::Parser::BlockParser::EmptyLine\z/m |
line | l | !l | condition |
---|---|---|---|
109 | 11 | 3 | $1 || '' |
116 | 0 | 0 | $1 || '' |
150 | 445 | 908 | pos ${$text;} || 0 |
172 | 620 | 0 | pos ${$text;} || 0 |