| blib/lib/Silly/StringMaths.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 81 | 49 | 35 | if ($base =~ /[A-Z]/) { } |
| 122 | 2 | 4 | if (negative($product)) |
| 148 | 1 | 0 | if (negative($sign)) |
| 154 | 1 | 0 | if (negative(sign($divisor))) |
| 181 | 0 | 3 | if (negative($power)) |
| 212 | 3 | 68 | if ($number =~ /[A-Z]/ and $number =~ /[a-z]/) |