Condition Coverage

blib/lib/Text/Textile2MarkdownStandalone.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
219 14 172 4 not $in_table and $line =~ /^\|/
221 0 4 0 $i > 0 and not $lines[$i - 1] =~ /^\s*$/
340 3 0 0 $in_table and @table_rows

or 2 conditions

line l !l condition
14 2 1 $opt{'input_file'} // ""
1 2 $opt{'output_file'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
232 0 0 0 $line =~ /^\|/ or $line =~ /^$/