Condition Coverage

blib/lib/Markdent/Parser/BlockParser.pm
Criterion Covered Total %
condition 17 26 65.3


and 3 conditions

line !l l&&!r l&&r condition
140 2253 0 0 $self->debug and pos ${$text;}
151 1350 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

or 2 conditions

line l !l condition
109 11 3 $1 || ''
116 0 0 $1 || ''
150 445 905 pos ${$text;} || 0
172 620 0 pos ${$text;} || 0