| blib/lib/Audio/Nama/Fade.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 12 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 125 | 0 | 0 | 0 | $time >= $play_start_time and $time <= $play_end_time | 
| 153 | 0 | 0 | 0 | scalar @fades && $fades[0]->type eq 'in' | 
| 159 | 0 | 0 | 0 | scalar @fades && $fades[-1]->type eq 'out' | 
| 311 | 0 | 0 | 0 | $id and Audio::Nama::fxn($id) |