| blib/lib/Net/GPSD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 20 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 210 | 0 | 0 | 0 | defined $$self{'sock'} and defined $$self{'sock'}->connected |
| line | l | !l | condition |
|---|---|---|---|
| 68 | 0 | 1 | $param{'host'} || 'localhost' |
| 69 | 0 | 1 | $param{'port'} || '2947' |
| 105 | 0 | 0 | $param{'handler'} || \&default_point_handler |
| 106 | 0 | 0 | $param{'satlisthandler'} || \&default_satellitelist_handler |
| 107 | 0 | 0 | $param{'config'} || {} |
| 429 | 1 | 0 | $p1->speed || 0 |
| 430 | 1 | 0 | $p1->heading || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 1 | 0 | ref $this || $this |