| blib/lib/ZWave/Protocol.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 0 | 0 | unless (defined $port) |
| 36 | 0 | 0 | unless $port->write_settings |
| 71 | 0 | 0 | if (length $string) |
| 103 | 0 | 0 | unless ($self->port->write($request)) |
| 122 | 0 | 0 | if (@bytes == 0) |
| 127 | 0 | 0 | if (defined $bytes[0] and $bytes[0] == 6) |
| 150 | 0 | 0 | unless ($self->payload_send(@payload)) |
| 154 | 0 | 0 | unless ($self->ack_recv) |
| 185 | 0 | 0 | unless ($count) |
| 204 | 0 | 0 | if ($checksum != $self->checksum($len, @rest)) |