| blib/lib/Text/Livedoor/Wiki/Plugin/Block/CopyAndPaste.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 17 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 314 | 2 | 20 | ($row, $option_str) = $line =~ /^=\|([a-z0-9A-Z\-_]*)(?:\(([^\)\|]+)\))?\|$/ and not $processing |
| 316 | 3 | 17 | ($row, $option_str) = $line =~ /^=\|([a-z0-9A-Z\-_]*)(?:\(([^\)\|]+)\))?\|$/ and not $processing and not $on_next | |
| 284 | 1 | 34 | $line =~ /^\|\|=$/ and $processing | |
| 285 | 17 | 17 | $line =~ /^\|\|=$/ and $processing and not $on_next | |
| 243 | 53 | 6 | $on_next and not $processing |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 1 | 16 | $row ||= 'PLAIN-BOX' |