| line |
true |
false |
branch |
|
113
|
1 |
2 |
if ($self->to_OBSERVATION_MODE($FITS_headers) eq 'imaging') { }
|
|
138
|
1 |
2 |
if ($generic_headers->{'OBSERVATION_MODE'} eq "imaging")
|
|
161
|
1 |
2 |
if (exists $FITS_headers->{'PC1_1'} and exists $FITS_headers->{'PC2_1'}) { }
|
|
|
0 |
2 |
elsif (exists $FITS_headers->{'CROTA2'}) { }
|
|
164
|
0 |
1 |
if (exists $FITS_headers->{'PC3_2'} and exists $FITS_headers->{'PC2_2'}) { }
|
|
199
|
3 |
0 |
if (exists $FITS_headers->{'CRPIX1'}) { }
|
|
|
0 |
0 |
elsif (exists $FITS_headers->{'RDOUT_X1'} and exists $FITS_headers->{'RDOUT_X2'}) { }
|
|
236
|
3 |
0 |
if (exists $FITS_headers->{'CRPIX2'}) { }
|
|
|
0 |
0 |
elsif (exists $FITS_headers->{'RDOUT_Y1'} and exists $FITS_headers->{'RDOUT_Y2'}) { }
|