| blib/lib/Text/Textile2MarkdownStandalone.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 16 | 56.2 |
| 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 |
| line | l | !l | condition |
|---|---|---|---|
| 14 | 2 | 1 | $opt{'input_file'} // "" |
| 1 | 2 | $opt{'output_file'} // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 232 | 0 | 0 | 0 | $line =~ /^\|/ or $line =~ /^$/ |