| blib/lib/Music/Scala.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 26 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 5 | 1 | 0 | exists $param->{'file'} and exists $param->{'fh'} |
| 192 | 39 | 7 | 28 | $is_dsc and $offset != 0 |
| 234 | 1 | 11 | 0 | defined $min and $r <= $min |
| line | l | !l | condition |
|---|---|---|---|
| 483 | 2 | 0 | @{$self->notes;} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 1 | not &looks_like_number($precision) or $precision < 0 |
| 140 | 0 | 0 | 1 | not &looks_like_number($freq) or $freq <= 0 |
| 202 | 43 | 16 | 0 | $octave_freq || $self->get_concertfreq |
| 275 | 0 | 0 | 54 | not &looks_like_number($pitch) or $pitch < 0 |
| 286 | 0 | 0 | 1 | not &looks_like_number($precision) or $precision < 0 |