| blib/lib/Music/Note/Frequency.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 10 | 60.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 1 | 1 | if (ref($args[0]) =~ /HASH/) { } |
| 1 | 0 | elsif (scalar @args > 0) { } | |
| 17 | 0 | 1 | if (defined $args[0]{'base'} and $args[0]{'base'} =~ /^\d+$/) |
| 27 | 1 | 0 | if (not $base =~ /^\d*\.?\d*$/ && $base =~ /\d/ or $base < 0) |
| 139 | 1 | 0 | if (defined $base and $base =~ /^\d*\.?\d*$/ and $base =~ /\d/ and $base >= 0) |