Branch Coverage

blib/lib/Text/Livedoor/Wiki/Plugin/Block/H4.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
26 17 196 if ($line =~ /^\*\*[^\*]+/ and not $$scratchpad{$key} and not $class->get_child($id)) { }
14 182 elsif ($on_next and $class->trigger_check($id, $line) and $line =~ /^\*/ and $$scratchpad{$key}) { }
26 156 elsif ($$scratchpad{$key}) { }
35 3 14 if ($skip_catalog) { }