Condition Coverage

blib/lib/Audio/TinySoundFont/Builder.pm
Criterion Covered Total %
condition 15 15 100.0


or 2 conditions

line l !l condition
46 10 14 $item->{'in_seconds'} // 1
14 10 $item->{'at'} // 0
14 10 $item->{'for'} // 1
20 4 $item->{'note'} // 60
8 16 $item->{'vel'} // 0.5
23 1 $item->{'preset'} // ''

or 3 conditions

line l !l&&r !l&&!r condition
91 1 1 7 $args{'volume'} // $self->soundfont->db_to_vol($args{'db'})