Branch Coverage

lib/ChordPro/Symbols.pm
Criterion Covered Total %
branch 2 12 16.6


line true false branch
21 90 100 unless $symbols
115 0 0 exists $main::config->{'gridstrum'}{'symbols'}{$code} ? :
123 0 0 if ($main::config->{'settings'}{'notenames'})
126 0 0 is_arrayref($_) ? :
128 0 0 if &any(sub { $_ eq $code; } , map({is_arrayref($_) ? map({lc $_;} @$_) : lc $_;} @{$$main::config{"notes"}{"flat"};}, @{$$main::config{"notes"}{"sharp"};}))
141 0 0 if ($s ge '!' and $s le '}') { }