blib/lib/Music/BachChoralHarmony.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 23 | 78.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
185 | 57543 | 424009 | 49038 | defined $index{$note} and $i == $index{$note} |
222 | 660 | 5 | 2 | $results{$id} and $match <= 0 |
321 | 366 | 0 | 0 | $results{$id} and $match <= 0 |
line | l | !l | condition |
---|---|---|---|
239 | 6 | 14 | $accidental ||= "b" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 2 | 2 | 60 | $line =~ /^\s*$/ or $line =~ /^#/ |
83 | 5605 | 60 | 0 | $progression->{$id}{'key'} ||= $data{$id}{'key'} |
84 | 5605 | 60 | 0 | $progression->{$id}{'bwv'} ||= $data{$id}{'bwv'} |
85 | 5605 | 60 | 0 | $progression->{$id}{'title'} ||= $data{$id}{'title'} |