Branch Coverage

blib/lib/BT368i/NMEA/GP/RMC.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
55 0 0 if ($$self{'status'} eq 'A') { }
0 0 elsif ($$self{'status'} eq 'V') { }
61 0 0 if ($$self{'latitude_hemisphere'} eq 'N') { }
0 0 elsif ($$self{'latitude_hemisphere'} eq 'N') { }
67 0 0 if ($$self{'longitude_hemisphere'} eq 'E') { }
0 0 elsif ($$self{'longitude_hemisphere'} eq 'W') { }
76 0 0 if ($$self{'magnetic_variation'} ne '') { }
92 0 0 if ($$self{'log_fh'})