| blib/lib/Text/Livedoor/Wiki/Plugin/Block/CopyAndPaste.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 18 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 17 | 319 | if (($row, $option_str) = $line =~ /^=\|([a-z0-9A-Z\-_]*)(?:\(([^\)\|]+)\))?\|$/ and not $processing and not $on_next) { } |
| 17 | 302 | elsif ($line =~ /^\|\|=$/ and $processing and not $on_next) { } | |
| 6 | 296 | elsif ($on_next and not $processing) { } | |
| 89 | 207 | elsif ($processing) { } | |
| 33 | 4 | 13 | if ($option_str) |
| 38 | 3 | 1 | if ($k eq 'box') |
| 39 | 1 | 2 | if ($v eq 'div') { } |
| 1 | 1 | elsif ($v eq 'textarea') { } | |
| 82 | 1 | 331 | if ($class_name eq $sh) |