Condition Coverage

blib/lib/Astro/Misc.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
170 0 0 0 $astro::oldpossm and /\s*(\d+)\s+ # Channel \d+\s+ # IF ([-+]?\d+\.\d*(?:[Ee][\-+]\d+)?)\s+ # Velocity Frequency ([-+]?\d+\.\d*(?:[Ee][\-+]\d+)?)\s+ # Amplitude ([-+]?\d+\.\d*) # Phase /x
325 0 0 0 defined $min and $freq < $min
326 0 0 0 defined $max and $freq > $max
586 0 0 0 $model != 1 and $model != 2
685 0 0 0 0.09 * $Ro < $R and $R <= 0.45 * $Ro
0 0 0 0.45 * $Ro < $R and $R <= 1.6 * $Ro

or 3 conditions

line l !l&&r !l&&!r condition
579 0 0 0 $epoch eq 'J2000' or $epoch eq 'J'