Branch Coverage

blib/lib/Astro/FITS/HdrTrans/UIST.pm
Criterion Covered Total %
branch 10 18 55.5


line true false branch
115 1 2 if ($self->to_OBSERVATION_MODE($FITS_headers) eq 'imaging') { }
140 1 2 if ($generic_headers->{'OBSERVATION_MODE'} eq "imaging")
163 1 2 if (exists $FITS_headers->{'PC1_1'} and exists $FITS_headers->{'PC2_1'}) { }
0 2 elsif (exists $FITS_headers->{'CROTA2'}) { }
166 0 1 if (exists $FITS_headers->{'PC3_2'} and exists $FITS_headers->{'PC2_2'}) { }
201 3 0 if (exists $FITS_headers->{'CRPIX1'}) { }
0 0 elsif (exists $FITS_headers->{'RDOUT_X1'} and exists $FITS_headers->{'RDOUT_X2'}) { }
238 3 0 if (exists $FITS_headers->{'CRPIX2'}) { }
0 0 elsif (exists $FITS_headers->{'RDOUT_Y1'} and exists $FITS_headers->{'RDOUT_Y2'}) { }