| blib/lib/Text/Livedoor/Wiki/Plugin/Block/H3.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 8 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 23 | 32 | 269 | if ($line =~ /^\*[^\*]+/ and not $on_next and not $class->get_child($id)) { } | 
| 20 | 249 | elsif ($on_next and $class->trigger_check($id, $line) and $line =~ /^\*/ and $$scratchpad{$key}) { } | |
| 76 | 173 | elsif ($$scratchpad{$key}) { } | |
| 33 | 2 | 30 | if ($skip_catalog) { } |