| line | !l | l&&!r | l&&r | condition | 
 
| 103 | 0 | 0 | 0 | $vals{'type'} eq 'WAVE' and $vals{'type1'} eq 'fmt ' | 
 
|  | 0 | 0 | 0 | $vals{'type'} eq 'WAVE' and $vals{'type1'} eq 'fmt ' and $vals{'size1'} == 16 | 
 
|  | 0 | 0 | 0 | $vals{'type'} eq 'WAVE' and $vals{'type1'} eq 'fmt ' and $vals{'size1'} == 16 and $vals{'format'} == 1 | 
 
|  | 0 | 0 | 0 | $vals{'type'} eq 'WAVE' and $vals{'type1'} eq 'fmt ' and $vals{'size1'} == 16 and $vals{'format'} == 1 and $vals{'bits_per_sample_channel'} == 16 | 
 
|  | 0 | 0 | 0 | $vals{'type'} eq 'WAVE' and $vals{'type1'} eq 'fmt ' and $vals{'size1'} == 16 and $vals{'format'} == 1 and $vals{'bits_per_sample_channel'} == 16 and $vals{'format'} == 1 | 
 
|  | 0 | 0 | 0 | $vals{'type'} eq 'WAVE' and $vals{'type1'} eq 'fmt ' and $vals{'size1'} == 16 and $vals{'format'} == 1 and $vals{'bits_per_sample_channel'} == 16 and $vals{'format'} == 1 and $vals{'type2'} eq 'data' | 
 
| 438 | 0 | 0 | 0 | $out_fh and $$vals{'header'} | 
 
| 472 | 0 | 0 | 0 | $cnt and $out_fh | 
 
| 560 | 2 | 0 | 0 | $opts and not ref $opts | 
 
| 590 | 0 | 0 | 0 | $t and $t eq 'mp3' | 
 
| 595 | 0 | 0 | 0 | not $splitter_loaded++ and 0.02 > 'MP3::Splitter'->VERSION |