Branch Coverage

blib/lib/HiPi/Interface/MCP3ADC.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
40 0 0 unless (defined $params{'device'})
53 0 0 $params{'hsb_mask'} == 15 ? :
69 0 0 $self->devbits == 12 ? :
80 0 0 if $channel < 0 or $channel > $self->max_channel
88 0 0 if not $channel =~ /^\d$/ or $channel > $self->max_channel
95 0 0 unless $raw
96 0 0 $self->devbits == 12 ? :