blib/lib/Device/WebIO/Firmata.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
74 | 0 | 0 | unless my $dev = 'Device::Firmata'->open($port) |
116 | 0 | 0 | if $self->_pin_mode->[$pin] eq 'IN' |
123 | 0 | 0 | if $self->_pin_mode->[$pin] eq 'OUT' |
142 | 0 | 0 | unless exists $did_set_pwm{$pin} |
179 | 0 | 0 | unless exists $did_set_adc{$pin} |
201 | 0 | 0 | $function eq 'IN' ? : |