Branch Coverage

blib/lib/Astro/FITS/HdrTrans/LCOFLOYDS.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
114 0 0 if (defined $ccdscale) { }
118 0 0 if (defined $ybinning)
137 0 0 if (exists $FITS_headers->{'CAT-DEC'} and exists $FITS_headers->{'DEC'})
166 0 0 if (exists $FITS_headers->{'OBSTYPE'})
167 0 0 if ($FITS_headers->{'OBSTYPE'} =~ /ARC/i) { }
0 0 elsif ($FITS_headers->{'OBSTYPE'} =~ /BIAS/i) { }
0 0 elsif ($FITS_headers->{'OBSTYPE'} =~ /DARK/i) { }
0 0 elsif ($FITS_headers->{'OBSTYPE'} =~ /LAMPFLAT/i) { }
0 0 elsif ($FITS_headers->{'OBSTYPE'} =~ /EXPOSE/i) { }
0 0 elsif ($FITS_headers->{'OBSTYPE'} =~ /STANDARD/i) { }
202 0 0 if (defined $ccdscale) { }
206 0 0 if (defined $xbinning)
227 0 0 if (exists $FITS_headers->{'CAT-DEC'} and exists $FITS_headers->{'CAT-RA'} and exists $FITS_headers->{'RA'})
255 0 0 if (exists $FITS_headers->{'APERPA'})
257 0 0 unless ($slit_pa =~ /UNKNOWN/i)
332 0 0 if (exists $FITS_headers->{'CCDSUM'})
334 0 0 if ($binning eq "2 2")
338 0 0 if (exists $FITS_headers->{'TRIMSEC'})
340 0 0 unless ($section =~ /UNKNOWN/i)
345 0 0 if (@newbounds == grep({$_ == 0;} @newbounds)) { }
348 0 0 unless ($FITS_headers->{'INSTRUME'} =~ /^en0/i)