blib/lib/Device/RFXCOM/RX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
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 |
---|---|---|---|---|
32 | 0 | 1 | 1 | $cb || $$self{'init_callback'} |
78 | 1 | 1 | 0 | $header_byte == 44 || $header_byte == 65 |