Condition Coverage

blib/lib/Astro/WaveBand.pm
Criterion Covered Total %
condition 14 36 38.8


and 3 conditions

line !l l&&!r l&&r condition
518 0 18 0 $lambda < 10000 and $lambda >= 1000
0 15 3 $lambda < 1000 and $lambda >= 100
0 4 11 $lambda < 100 and $lambda >= 1
0 0 4 $lambda < 1 and $lambda >= 0.3
0 0 0 $lambda < 0.3 and $lambda >= 0.01
0 0 0 $lambda < 0.01 and $lambda >= 1e-05
566 8 0 18 $inst and exists $NATURAL{$inst}
640 2 0 1 defined $self->instrument and defined $comp->instrument
641 0 1 0 $self->natural eq $comp->natural && $self->instrument eq $comp->instrument
671 0 0 1 defined $self->instrument && defined $comp->instrument

or 3 conditions

line l !l&&r !l&&!r condition
305 0 28 0 ref $proto || $proto
674 0 1 0 $self->natural ne $comp->natural || $self->instrument ne $comp->instrument