| blib/lib/Music/Harmonica/TabsCreator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 22 | 59.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 250 | 140 | 6 | 78 | @{$tunings;} and &none(sub { $_ eq $k; } , @{$tunings;}) |
| 368 | 302 | 142 | 51 | $tuning->{'is_chromatic'} and $key == $preferred_key |
| line | l | !l | condition |
|---|---|---|---|
| 201 | 1 | 15 | $options{'preferred_key'} // "C" |
| 211 | 3 | 13 | $options{'max_bends'} // 0 |
| 6 | 10 | $options{'tunings'} // [] | |
| 227 | 0 | 0 | $options{'max_bends'} // 0 |
| 0 | 0 | $options{'tunings'} // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 204 | 0 | 0 | 16 | $@ or @key_tone != 1 |
| 224 | 0 | 0 | 0 | $@ or @key_tone != 1 |