Condition Coverage

blib/lib/Astro/FITS/HdrTrans/JCMT.pm
Criterion Covered Total %
condition 23 42 54.7


and 3 conditions

line !l l&&!r l&&r condition
181 2 0 4 defined $startval && $startval != 0.0
182 2 0 4 defined $endval && $endval != 0.0
183 2 0 4 $have_start and $have_end
213 1 0 3 defined $startval and defined $endval
300 3 0 1 $n_open and not $n_closed || $n_other
304 1 0 2 $n_closed and not $n_open || $n_other
417 4 0 4 defined $COORDS and UNIVERSAL::isa($COORDS, "Astro::Coords")
446 0 1 4 defined $dateobs and defined $az
1 0 4 defined $dateobs and defined $az and defined $el
450 0 0 4 defined $dateobs and defined $telescope
0 0 4 defined $dateobs and defined $telescope and defined $az
0 0 4 defined $dateobs and defined $telescope and defined $az and defined $el

or 3 conditions

line l !l&&r !l&&!r condition
300 0 0 1 $n_closed || $n_other
304 0 0 2 $n_open || $n_other