Branch Coverage

blib/lib/Audio/LADSPA/Plugin.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
42 0 0 unless ref $self
43 0 0 unless my $buffer = $self->get_buffer($port_id)
50 0 0 unless ref $self
51 0 0 unless my $buffer = $self->get_buffer($port_id)
59 0 0 unless defined $lower
61 0 0 unless defined $upper
62 0 0 if ($lower > $upper)
69 0 0 unless defined $_
70 0 0 if ($_ eq 'minimum')
73 0 0 if ($_ eq 'low')
74 0 0 if $log
77 0 0 if ($_ eq 'middle')
78 0 0 if $log
81 0 0 if ($_ eq 'high')
82 0 0 if $log
85 0 0 if ($_ eq 'maximum')
88 0 0 if ($_ eq '0')
91 0 0 if ($_ eq '1')
94 0 0 if ($_ eq '100')
97 0 0 if ($_ eq '440')
106 0 0 if ($self->callback('cb_connect', $self, $port, $buffer))
107 0 0 if (defined $self->get_buffer($port))
124 0 0 if (my $monitor = $self->monitor)
125 0 0 if (my $mref = $monitor->can($method))