Condition Coverage

blib/lib/Lab/MultiChannelInstrument.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
82 0 0 0 defined $self->{'device_settings'}{'channel_default'} and exists $self->{'channels'}{$self->{'device_settings'}{'channel_default'}}
229 0 0 0 defined $self->{'channels'}{$self->{'device_settings'}{'channel_default'}} and $self->{'channels'}{$self->{'device_settings'}{'channel_default'}}->can($name)
0 0 0 defined $self->{'channels'}{$self->{'device_settings'}{'channel_default'}} and exists $self->{'channels'}{$self->{'device_settings'}{'channel_default'}}{$name}
278 0 0 0 scalar @_ > 1 and scalar(@_) % 2 == 0

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 ref $proto || $proto