| blib/lib/Audio/LADSPA/Network.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 14 | 14.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 176 | 0 | 0 | 0 | $from_plug->is_control($from_port) and not $to_plug->is_control($to_port) |
| 311 | 0 | 0 | 0 | $plug->is_control($_) and $plug->is_input($_) |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 0 | 1 | $args{'sample_rate'} || 44100 |
| 1 | 0 | $args{'buffer_size'} || 1024 |
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
|---|---|---|---|---|---|
| 169 | 0 | 0 | 0 | 0 | $from_plug->is_input($from_port) xor $to_plug->is_input($to_port) |