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
523 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"
571 8 0 18 $inst and exists $NATURAL{$inst}
645 2 0 1 defined $self->instrument and defined $comp->instrument
646 0 1 0 $self->natural eq $comp->natural && $self->instrument eq $comp->instrument
676 0 0 1 defined $self->instrument && defined $comp->instrument

or 3 conditions

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