blib/lib/Acme/Text/Rhombus.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 21 | 26 | 80.7 |
line | true | false | branch |
---|---|---|---|
36 | 3 | 2 | if $is_letter |
39 | 0 | 5 | unless defined $char |
41 | 0 | 5 | if $lines % 2 == 0 |
53 | 56 | 61 | $line < $lines / 2 ? : |
55 | 71 | 46 | if ($is_letter) { } |
46 | 0 | elsif ($is_digit) { } | |
0 | 0 | elsif ($is_random) { } | |
56 | 56 | 15 | $forward ? : |
59 | 31 | 15 | $forward ? : |
65 | 2 | 115 | if ($is_letter and not $char =~ /[a-zA-Z]/) { } |
5 | 110 | elsif ($is_digit and $char > 9 || $char < 0) { } | |
66 | 1 | 1 | $forward ? : |
69 | 3 | 2 | $forward ? : |