blib/lib/Music/Scales.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 26 | 76.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
205 | 11 | 3 | 0 | $descending and $mode == 9 |
225 | 0 | 0 | 23 | $mode && $mode <= @scales |
263 | 0 | 7 | 2 | not $keypref and $descending |
7 | 1 | 1 | not $keypref and $descending and $mode == 12 | |
289 | 24 | 12 | 6 | @scale < 7 and abs $m >= $ns |
321 | 1 | 2 | 1 | $n2 < $n1 and $n1 - $n2 < 5 |
line | l | !l | condition |
---|---|---|---|
222 | 22 | 1 | shift() || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
266 | 1 | 1 | 7 | $keypref eq 'b' or $keynote =~ /.b/i |
289 | 0 | 0 | 42 | abs $m > 2 or @scale < 7 and abs $m >= $ns |