Condition Coverage

blib/lib/Devel/MAT/Tool/Inrefs.pm
Criterion Covered Total %
condition 12 19 63.1


and 3 conditions

line !l l&&!r l&&r condition
147 3390 0 4 $self->{'tool_inrefs'}[4] and $strengths[0] eq "strong"
154 116 116 4 defined $sv and $sv == $self
160 3394 0 0 $self->{'tool_inrefs'}[5] and &any(sub { $_ eq "weak"; } , @strengths)
167 0 0 0 defined $sv and $sv == $self
173 3393 0 1 $self->{'tool_inrefs'}[6] and &any(sub { $_ eq "weak"; } , @strengths)

or 2 conditions

line l !l condition
126 3392 2 $self->{'tool_inrefs'} ||= []
132 10115 3400 $self->{'tool_inrefs'}[$STRENGTH_TO_IDX{$strength}] // []