| blib/lib/GPS/NMEA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 14 | 0 | if ($line =~ s/\*(\w\w)$//) |
| 46 | 0 | 14 | unless $csum eq $self->checksum($line) |
| 52 | 0 | 14 | if $self->verbose |
| 53 | 14 | 0 | if ($self->can($short_cmd)) { } |
| 0 | 0 | elsif ($self->verbose) { } | |
| 93 | 2 | 2 | if (length $dm == 4) { } |
| 2 | 0 | elsif (length $dm == 5) { } | |
| 122 | 0 | 14 | if $self->verbose |