Condition Coverage

blib/lib/App/Music/PlayTab/Chord.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
135 18 4 14 $2 > 7 and not vec($chflags, 7, 1)
139 23 0 13 $2 > 10 and not vec($chflags, 9, 1)
143 28 0 8 $2 > 11 and not vec($chflags, 11, 1)

or 2 conditions

line l !l condition
169 0 2 $self->{'high'} ||= []
182 0 2 $self->{'bass'} ||= []