| blib/lib/Astro/FITS/HdrTrans/INGRID.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | defined $ccdypixe and defined $ingpscal |
| 141 | 0 | 0 | 0 | exists $FITS_headers->{'CAT-DEC'} and exists $FITS_headers->{'DEC'} |
| 171 | 0 | 0 | 0 | $readout_mode =~ /^cds/i and $nreads == 1 |
| 344 | 0 | 0 | 0 | defined $ccdxpixe and defined $ingpscal |
| 363 | 0 | 0 | 0 | exists $FITS_headers->{'CAT-DEC'} and exists $FITS_headers->{'CAT-RA'} |
| 0 | 0 | 0 | exists $FITS_headers->{'CAT-DEC'} and exists $FITS_headers->{'CAT-RA'} and exists $FITS_headers->{'RA'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 171 | 0 | 0 | 0 | $readout_mode =~ /^mndr/i or $readout_mode =~ /^cds/i and $nreads == 1 |
| 516 | 0 | 0 | 0 | $bounds[0] > 1 or $bounds[1] < 1024 |
| 566 | 0 | 0 | 0 | $bounds[2] > 1 or $bounds[3] < 1024 |