| blib/lib/Device/IRU_GE.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 40 | 0 | 0 | $arg_hsh{'port'} || 'COM3' |
| 42 | 0 | 0 | 'Device::SerialPort'->new($port) || die("Can't open ${port}: $^E\n") |
| 45 | 0 | 0 | $arg_hsh{'baudrate'} || 19200 |
| 47 | 0 | 0 | $arg_hsh{'parity'} || 'none' |
| 48 | 0 | 0 | $arg_hsh{'databits'} || 8 |
| 49 | 0 | 0 | $arg_hsh{'stopbits'} || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 0 | $caller_is_obj || $caller |
| 76 | 0 | 0 | 0 | $port_obj->status || warn("could not get port status\n") |