| blib/lib/MIDI/Drummer/Tiny/Syncopate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 149 | 0 | 0 | $opts->{'negate'} ||= 0 |
| 150 | 0 | 0 | $opts->{'count'} ||= 0 |
| 157 | 0 | 0 | $opts->{'vary'} ||= {0, sub { $self->rest($opts->{'duration'}); } , 1, sub { $self->note($opts->{'duration'}, $instrument); } } |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 0 | 0 | 0 | $instrument ||= $self->closed_hh |
| 104 | 0 | 0 | 0 | $opts->{'duration'} ||= $self->duration |
| 147 | 0 | 0 | 0 | $instrument ||= $self->snare |
| 151 | 0 | 0 | 0 | $opts->{'beats'} ||= $self->beats |
| 152 | 0 | 0 | 0 | $opts->{'repeat'} ||= $self->repeat |
| 153 | 0 | 0 | 0 | $opts->{'duration'} ||= $self->duration |