Branch Coverage

blib/lib/BT368i/NMEA/GP/GGA.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
57 0 0 if ($$self{'latitude_hemisphere'} eq 'N') { }
0 0 elsif ($$self{'latitude_hemisphere'} eq 'N') { }
63 0 0 if ($$self{'longitude_hemisphere'} eq 'E') { }
0 0 elsif ($$self{'longitude_hemisphere'} eq 'W') { }
68 0 0 if ($$self{'fix_type'} == 0) { }
0 0 elsif ($$self{'fix_type'} == 1) { }
0 0 elsif ($$self{'fix_type'} == 2) { }
80 0 0 if ($$self{'dgps_data_age'} ne '') { }
96 0 0 if ($$self{'log_fh'})