Condition Coverage

blib/lib/Music/Intervals.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
311 1 0 3 $i && $j

or 3 conditions

line l !l&&r !l&&!r condition
133 10 0 0 name2freq($_ . $self->_octave) || $self->_concert * $self->_note_index->{$_}
235 14 1 0 name2freq($i->[1] . $self->_octave) || $self->_concert * $self->_note_index->{$i->[1]}
15 0 0 name2freq($i->[0] . $self->_octave) || $self->_concert * $self->_note_index->{$i->[0]}