| blib/lib/Device/RFXCOM/RX.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 78 | 92 | 2 | 1 | exists $self->{'_waiting'} and $header_byte == 77 |
| 92 | 2 | 0 | exists $self->{'_waiting'} and $header_byte == 44 || $header_byte == 65 | |
| 164 | 0 | 1 | 0 | $self->{'_buf'} ne '' and $self->{'_last_read'} < $self->_time_now - $self->{'discard_timeout'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 2 | $cb || $self->{'init_callback'} |
| 78 | 1 | 1 | 0 | $header_byte == 44 || $header_byte == 65 |