blib/lib/Music/RhythmSet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 35 | 35 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 1 | 1 | 1 | defined $args->{'voicel'} and ref $args->{'voicel'} eq "ARRAY" |
48 | 1 | 1 | 14 | defined $ref and ref $ref eq "HASH" |
82 | 2 | 2 | 6 | defined $param{$cb} and ref $param{$cb} eq "CODE" |
157 | 1 | 1 | 12 | defined $str and length $str |
228 | 12 | 1 | 7 | exists $param{$pram} and not exists $param{'voice'}[$id]{$pram} |
246 | 30 | 1 | 5 | exists $param{$pram} and not exists $param{'track'}[$id]{$pram} |
line | l | !l | condition |
---|---|---|---|
66 | 3 | 1 | $count // 1 |
90 | 1 | 1 | $param{'divisor'} //= 1 |
91 | 1 | 1 | $param{'max'} //= '18446744073709551615' |
120 | 4 | 3 | $curpat_str[$id] // "" |
159 | 2 | 10 | $param{'rs'} //= "\n" |
240 | 1 | 1 | $param{'format'} //= 1 |
241 | 1 | 1 | $param{'ticks'} //= 96 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
189 | 4 | 4 | 2 | $#$voices == 0 or $+{'id'} == $#$voices + 1 |