blib/lib/Device/Regulator/Plasmatronic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
421 | 0 | 0 | 0 | defined $value and $out != $value |
462 | 0 | 0 | 0 | $Device::Regulator::Plasmatronic::AUTOLOAD =~ /::pl_(.*)$/ and $this->exists($1) |
line | l | !l | condition |
---|---|---|---|
220 | 0 | 0 | $args{'port'} || '/dev/plasmatronic' |
221 | 0 | 0 | $args{'type'} || 'FILE' |
304 | 0 | 0 | Device::SerialPort($$this{'PORT'}{'NAME'}, 0, $lock) || die(q[Can't open ] . $$this{'PORT'}{'REF'} . ": $!\n") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
219 | 0 | 0 | 0 | ref $class || $class |