Condition Coverage

blib/lib/Astro/WaveBand.pm
Criterion Covered Total %
condition 28 42 66.6


and 3 conditions

line !l l&&!r l&&r condition
433 42 8 5 @_ && 'HASH' eq ref $_[0]
458 3 5 5 @_ && 'HASH' eq ref $_[0]
487 10 1 1 @_ && 'HASH' eq ref $_[0]
517 19 13 23 @_ && 'HASH' eq ref $_[0]
664 26 0 1 @_ && 'HASH' eq ref $_[0]
672 8 0 19 $inst and exists $NATURAL{$inst}
746 2 0 1 defined $self->instrument and defined $comp->instrument
747 0 1 0 $self->natural eq $comp->natural && $self->instrument eq $comp->instrument
778 0 0 1 defined $self->instrument && defined $comp->instrument
1128 3 0 1 $unit eq "mu" and $baseunit eq "m"

or 2 conditions

line l !l condition
441 0 1 $opt{'ndp'} // 3
469 2 1 $opt{'ndp'} // 3
498 0 1 $opt{'ndp'} // 3

or 3 conditions

line l !l&&r !l&&!r condition
342 0 29 0 ref $proto || $proto
782 0 1 0 $self->natural ne $comp->natural || $self->instrument ne $comp->instrument