Branch Coverage

blib/lib/Astro/FITS/HdrTrans/UKIRT.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
90 6 0 if (exists $FITS_headers->{'TELESCOP'} and $FITS_headers->{'TELESCOP'} =~ /UKIRT/ and exists $FITS_headers->{'FILENAME'} and exists $FITS_headers->{'RAJ2000'})
125 10 2 if (exists $FITS_headers->{'EQUINOX'})
126 0 10 if ($FITS_headers->{'EQUINOX'} =~ /1950/) { }
10 0 elsif ($FITS_headers->{'EQUINOX'} =~ /2000/) { }
160 8 2 if (exists $FITS_headers->{'RABASE'})
179 9 2 if (exists $generic_headers->{'RA_BASE'} and defined $generic_headers->{'RA_BASE'})
233 18 15 unless (defined $iso)
239 0 18 unless (defined $yyyymmdd)