Condition Coverage

blib/lib/Astro/FITS/HdrTrans/ACSIS.pm
Criterion Covered Total %
condition 43 123 34.9


and 3 conditions

line !l l&&!r l&&r condition
103 18 0 3 exists $headers->{'BACKEND'} and defined $headers->{'BACKEND'}
18 1 2 exists $headers->{'BACKEND'} and defined $headers->{'BACKEND'} and $headers->{'BACKEND'} =~ /^ACSIS/i
18 0 1 exists $headers->{'BACKEND'} and defined $headers->{'BACKEND'}
18 0 1 exists $headers->{'BACKEND'} and defined $headers->{'BACKEND'} and $headers->{'BACKEND'} =~ /^DAS/i
0 0 1 exists $headers->{'GSDFILE'} && exists $headers->{'SCA#'}
0 1 0 exists $headers->{'BACKEND'} and defined $headers->{'BACKEND'} and $headers->{'BACKEND'} =~ /^DAS/i and not exists $headers->{'GSDFILE'} && exists $headers->{'SCA#'}
19 0 0 exists $headers->{'INST_DHS'} and defined $headers->{'INST_DHS'}
19 0 0 exists $headers->{'INST_DHS'} and defined $headers->{'INST_DHS'} and $headers->{'INST_DHS'} eq "ACSIS"
172 0 0 1 defined $utdate and $utdate < 20080701
173 0 1 0 defined $obstype and $obstype =~ /skydip/i
1 0 0 defined $obstype and $obstype =~ /skydip/i and $dr eq "REDUCE_SCIENCE"
178 0 1 0 defined $obstype && $obstype =~ /science|raster|scan|grid|jiggle/i
180 1 0 0 $standard and $is_sci
185 0 1 0 defined $utdate and $utdate > 20081115
1 0 0 defined $utdate and $utdate > 20081115 and $pol
1 0 0 defined $utdate and $utdate > 20081115 and $pol and $is_sci
207 0 0 1 defined $ut and $ut < 20080615
208 0 1 0 defined $dr and $dr eq "REDUCE_SKYDIP"
229 0 2 0 defined $utdate and $utdate > 20081115
2 0 0 defined $utdate and $utdate > 20081115 and defined $inbeam
2 0 0 defined $utdate and $utdate > 20081115 and defined $inbeam and $inbeam =~ /pol/i
296 1 0 0 defined $system and defined $base_lon
315 1 0 0 defined $system and defined $base_lat
331 1 0 0 defined $ref_lon and defined $ref_lat
413 0 0 1 exists $FITS_headers->{'DATE-OBS'} and exists $FITS_headers->{'DATE-END'}
417 0 0 1 defined $start and defined $end
460 0 0 1 exists $FITS_headers->{'OBSID'} and defined $FITS_headers->{'OBSID'}
470 0 0 0 defined $backend and defined $obsnum
0 0 0 defined $backend and defined $obsnum and defined $dateobs
499 0 0 1 exists $FITS_headers->{'SAM_MODE'} and exists $FITS_headers->{'SW_MODE'}
0 0 1 exists $FITS_headers->{'SAM_MODE'} and exists $FITS_headers->{'SW_MODE'} and exists $FITS_headers->{'OBS_TYPE'}
596 1 0 0 defined $frameset and UNIVERSAL::isa($frameset, "Starlink::AST::FrameSet")
0 1 0 exists $FITS_headers->{'SUBHEADERS'} and exists $FITS_headers->{'SUBHEADERS'}[0]{'RESTFREQ'}
633 0 1 0 exists $FITS_headers->{'DOPPLER'} and defined $FITS_headers->{'DOPPLER'}
636 0 0 0 defined $frameset and UNIVERSAL::isa($frameset, "Starlink::AST::FrameSet")
724 1 0 0 defined $frameset and UNIVERSAL::isa($frameset, "Starlink::AST::FrameSet")
745 0 1 0 exists $FITS_headers->{'DOPPLER'} and exists $FITS_headers->{'ZSOURCE'} || exists $FITS_headers->{'SUBHEADERS'}[0]{'ZSOURCE'}
792 0 1 0 defined $fsw and $fsw =~ /freqsw/i

or 3 conditions

line l !l&&r !l&&!r condition
438 0 0 1 $FITS_headers->{'INSTRUME'} =~ /^HARP/ or $FITS_headers->{'INSTRUME'} =~ /^FE_HARP/
596 0 0 1 exists $FITS_headers->{'RESTFREQ'} or exists $FITS_headers->{'SUBHEADERS'} and exists $FITS_headers->{'SUBHEADERS'}[0]{'RESTFREQ'}
745 0 0 1 exists $FITS_headers->{'ZSOURCE'} || exists $FITS_headers->{'SUBHEADERS'}[0]{'ZSOURCE'}