blib/lib/Music/Note/Role/Operators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
148 | 1 | 0 | 1 | ref $_[0] and $_[0]->isa('Music::Note') |
line | l | !l | condition |
---|---|---|---|
156 | 1 | 1 | $args{'notes'} ||= [$self->format('isobase'), $other->format('isobase')] |
157 | 7 | 7 | $args{$_} ||= 1 |
158 | 1 | 1 | $args{'size'} ||= scalar @{$args{'notes'};} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
155 | 1 | 1 | 0 | $other or $args{'notes'} |