line |
true |
false |
branch |
81
|
0 |
0 |
if (exists $FITS_headers->{'AMEND'} and not $FITS_headers->{'AMEND'} =~ /^UNKNOWN/) { }
|
|
0 |
0 |
elsif (exists $FITS_headers->{'AIRMASS'} and not $FITS_headers->{'AIRMASS'} =~ /^UNKNOWN/) { }
|
101
|
0 |
0 |
if (exists $FITS_headers->{'AMSTART'} and not $FITS_headers->{'AMSTART'} =~ /^UNKNOWN/) { }
|
|
0 |
0 |
elsif (exists $FITS_headers->{'AIRMASS'} and not $FITS_headers->{'AIRMASS'} =~ /^UNKNOWN/) { }
|
121
|
0 |
0 |
if (defined $sexa)
|
142
|
0 |
0 |
if (exists $FITS_headers->{'OBSTYPE'})
|
143
|
0 |
0 |
if ($FITS_headers->{'OBSTYPE'} =~ /BIAS/i) { }
|
|
0 |
0 |
elsif ($FITS_headers->{'OBSTYPE'} =~ /DARK/i) { }
|
|
0 |
0 |
elsif ($FITS_headers->{'OBSTYPE'} =~ /FLAT/i) { }
|
|
0 |
0 |
elsif ($FITS_headers->{'OBSTYPE'} =~ /EXPOSE/i) { }
|
|
0 |
0 |
elsif ($FITS_headers->{'OBSTYPE'} =~ /STANDARD/i) { }
|
166
|
0 |
0 |
if (exists $FITS_headers->{'EQUINOX'})
|
182
|
0 |
0 |
if (exists $FITS_headers->{'FILTER'}) { }
|
189
|
0 |
0 |
if ($filter1 =~ /air/)
|
193
|
0 |
0 |
if ($filter2 =~ /air/)
|
197
|
0 |
0 |
if ($filter1 =~ /air/ and $filter2 =~ /air/)
|
201
|
0 |
0 |
if ($filter1 =~ /air/ and $filter2 =~ /air/ and $filter3 =~ /air/)
|
229
|
0 |
0 |
defined $FITS_headers->{'FRMTOTAL'} ? :
|
246
|
0 |
0 |
if (exists $FITS_headers->{'FRAMENUM'})
|
265
|
0 |
0 |
if ($obstype eq 'EXPOSE' or $obstype eq 'STANDARD')
|
283
|
0 |
0 |
if (defined $sexa)
|
301
|
0 |
0 |
if (uc $type eq 'STANDARD')
|
349
|
0 |
0 |
if (exists $FITS_headers->{'XBINNING'}) { }
|
|
0 |
0 |
elsif (exists $FITS_headers->{'CCDSUM'}) { }
|
371
|
0 |
0 |
if (exists $FITS_headers->{'YBINNING'}) { }
|
|
0 |
0 |
elsif (exists $FITS_headers->{'CCDSUM'}) { }
|
395
|
0 |
0 |
if (defined $sexa)
|
396
|
0 |
0 |
if ($sexa =~ /UNKNOWN/i or $sexa eq 'N/A' or $sexa eq 'NaN') { }
|
401
|
0 |
0 |
if ($pos[0] =~ /-/)
|
421
|
0 |
0 |
if (defined $sexa)
|
422
|
0 |
0 |
if ($sexa =~ /UNKNOWN/i or $sexa eq 'N/A' or $sexa eq 'NaN') { }
|