blib/lib/Music/Tempo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 14 | 57.1 |
line | true | false | branch |
---|---|---|---|
110 | 0 | 2 | unless defined $tempi{$name} |
115 | 0 | 2 | unless int $bpm |
116 | 0 | 2 | if $bpm < 40 |
117 | 0 | 2 | if $bpm > 220 |
119 | 2 | 12 | if $tempi{$_}[0] <= $bpm and $bpm <= $tempi{$_}[1] |
126 | 0 | 2 | unless int $bpm and int $beat |
132 | 0 | 2 | unless int $ms and int $beat |