| blib/lib/Text/Livedoor/Wiki/Plugin/Block/H4.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 15 | 86.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 26 | 192 | 4 | 17 | $line =~ /^\*\*[^\*]+/ and not $$scratchpad{$key} | 
| 196 | 0 | 17 | $line =~ /^\*\*[^\*]+/ and not $$scratchpad{$key} and not $class->get_child($id) | |
| 169 | 3 | 24 | $on_next and $class->trigger_check($id, $line) | |
| 172 | 10 | 14 | $on_next and $class->trigger_check($id, $line) and $line =~ /^\*/ | |
| 13 | 0 | 14 | $on_next and $class->trigger_check($id, $line) and $line =~ /^\*/ and $$scratchpad{$key} |