Condition Coverage

blib/lib/Music/BachChoralHarmony.pm
Criterion Covered Total %
condition 18 23 78.2


and 3 conditions

line !l l&&!r l&&r condition
184 57543 424009 49038 defined $index{$note} and $i == $index{$note}
221 660 5 2 $results{$id} and $match <= 0
320 366 0 0 $results{$id} and $match <= 0

or 2 conditions

line l !l condition
238 6 14 $accidental ||= 'b'

or 3 conditions

line l !l&&r !l&&!r condition
47 2 2 60 $line =~ /^\s*$/ or $line =~ /^#/
82 5605 60 0 $progression->{$id}{'key'} ||= $data{$id}{'key'}
83 5605 60 0 $progression->{$id}{'bwv'} ||= $data{$id}{'bwv'}
84 5605 60 0 $progression->{$id}{'title'} ||= $data{$id}{'title'}