Condition Coverage

lib/MKDoc/Text/Structured/Block.pm
Criterion Covered Total %
condition 13 14 92.8


and 3 conditions

line !l l&&!r l&&r condition
40 76 16 1 @lines > 1 and $lines[0] =~ /^==/
92 0 1 @lines > 1 and $lines[0] =~ /^==/ and $lines[-1] =~ /^==/
51 76 11 5 @lines > 1 and $lines[-1] =~ /^==/
61 76 8 3 @lines > 1 and $lines[-1] =~ /^--/

or 2 conditions

line l !l condition
24 114 18 'MKDoc::Text::Structured::Factory'->new($line) || (return)