blib/lib/Text/Livedoor/Wiki/Plugin/Block/H5.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 167 | 3 | 15 | $line =~ /^\*\*\*/ and not $$scratchpad{$key} |
170 | 0 | 15 | $line =~ /^\*\*\*/ and not $$scratchpad{$key} and not $class->get_child($id) | |
151 | 6 | 13 | $on_next and $class->trigger_check($id, $line) | |
157 | 4 | 9 | $on_next and $class->trigger_check($id, $line) and $line =~ /^\*/ | |
10 | 0 | 9 | $on_next and $class->trigger_check($id, $line) and $line =~ /^\*/ and $$scratchpad{$key} |