| blib/lib/Music/Dice.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 340 | 12 | 0 | 1 | exists $args->{'phrase_pool'} and not ref $args->{'phrase_pool'} |
| 12 | 0 | 1 | exists $args->{'phrase_pool'} and not ref $args->{'phrase_pool'} and $args->{'phrase_pool'} eq "all" | |
| 666 | 1 | 1 | 1 | $motif and grep {$_ == @$motif;} @{$self->rhythmic_phrase_constraints;} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 679 | 0 | 1 | 0 | $items ||= $self->notes |
| 681 | 1 | 0 | 1 | not $item or grep {$_ eq $item;} @$excludes |