Condition Coverage

blib/lib/Astro/FITS/HdrTrans/ACSIS.pm
Criterion Covered Total %
condition 39 111 35.1


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"
173 1 0 0 $obstype eq "skydip" and $dr eq "REDUCE_SCIENCE"
180 1 0 0 $standard and $is_sci
185 1 0 0 $utdate > 20081115 and $pol
1 0 0 $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 2 0 0 $utdate > 20081115 and defined $inbeam
2 0 0 $utdate > 20081115 and defined $inbeam and $inbeam =~ /pol/i
295 1 0 0 defined $system and defined $base_lon
314 1 0 0 defined $system and defined $base_lat
330 1 0 0 defined $ref_lon and defined $ref_lat
350 0 1 0 defined $FITS_headers->{'SAM_MODE'} and uc $FITS_headers->{'SAM_MODE'} eq "RASTER"
411 0 0 1 exists $FITS_headers->{'DATE-OBS'} and exists $FITS_headers->{'DATE-END'}
415 0 0 1 defined $start and defined $end
458 0 0 1 exists $FITS_headers->{'OBSID'} and defined $FITS_headers->{'OBSID'}
468 0 0 0 defined $backend and defined $obsnum
0 0 0 defined $backend and defined $obsnum and defined $dateobs
497 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'}
594 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'}
631 0 1 0 exists $FITS_headers->{'DOPPLER'} and defined $FITS_headers->{'DOPPLER'}
634 0 0 0 defined $frameset and UNIVERSAL::isa($frameset, "Starlink::AST::FrameSet")
727 1 0 0 defined $frameset and UNIVERSAL::isa($frameset, "Starlink::AST::FrameSet")
748 0 1 0 exists $FITS_headers->{'DOPPLER'} and exists $FITS_headers->{'ZSOURCE'} || exists $FITS_headers->{'SUBHEADERS'}[0]{'ZSOURCE'}
795 0 1 0 defined $fsw and $fsw =~ /freqsw/i

or 3 conditions

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