blib/lib/Device/SDS011.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
97 | 0 | 0 | 0 | defined $byte and length $byte |
100 | 0 | 0 | 0 | length $msg == 10 and substr($msg, 0, 1) eq "\252" |
0 | 0 | 0 | length $msg == 10 and substr($msg, 0, 1) eq "\252" and substr($msg, -1) eq "\253" | |
107 | 0 | 0 | 0 | $cmdChar and substr($msg, 1, 1) eq $cmdChar |
114 | 0 | 0 | 0 | $cmdChar and substr($msg, 1, 1) ne $cmdChar |
line | l | !l | condition |
---|---|---|---|
141 | 0 | 0 | $response_type // "\305" |