lib/Zen/Koan.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
11 | 103 | 6 | if (@_ == 1 and ref $_[0] eq 'HASH') { } |
35 | 1 | 12 | if $p =~ /^\s*$/ |
37 | 2 | 10 | if ($p =~ s/^(\s+)//) { } |
1 | 9 | elsif ($$self{'indent_level'}) { } | |
39 | 1 | 1 | if ($indent > $$self{'current_indent'}) { } |
0 | 1 | elsif ($indent < $$self{'current_indent'}) { } |