| blib/lib/Audio/Wav/Read.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 24 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 2 | 0 | $tools and $tools->is_debug |
| 92 | 0 | 0 | 0 | exists $$self{'handle'} and defined $$self{'handle'} |
| 228 | 1 | 0 | 168 | $len and $len > 0 |
| 486 | 0 | 0 | 2 | $type eq 'RIFF' and $subtype eq 'WAVE' |
| 492 | 2 | 0 | 11 | not eof $handle and $$self{'pos'} < $length |
| 542 | 0 | 0 | 0 | $pad =~ /\w/ and $old_cooledit |
| 0 | 0 | 0 | $pad =~ /\w/ and $old_cooledit and $head eq 'data' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 589 | 4 | 4 | 0 | $head eq 'labl' or $head eq 'note' |