Condition Coverage

blib/lib/Statistics/Descriptive/Weighted.pm
Criterion Covered Total %
condition 8 31 25.8


and 3 conditions

line !l l&&!r l&&r condition
43 0 0 1 @_ == 2 and ref $_[0] eq 'ARRAY'
0 0 1 @_ == 2 and ref $_[0] eq 'ARRAY' and ref $_[1] eq 'ARRAY'
0 0 1 @_ == 2 and ref $_[0] eq 'ARRAY' and ref $_[1] eq 'ARRAY' and @{$_[0];} == @{$_[1];}

or 2 conditions

line l !l condition
229 0 0 $self->weight($_[0]) || 0
236 0 0 $self->count($_[0]) || 0

or 3 conditions

line l !l&&r !l&&!r condition
28 0 1 0 ref $proto || $proto
76 1 3 0 not defined $$self{'max'} or $$datum[$_] > $$self{'max'}
79 1 0 3 not defined $$self{'min'} or $$datum[$_] < $$self{'min'}
140 0 0 0 ref $proto || $proto
278 0 0 0 $proportion < 0 or $proportion > 1
294 0 0 0 $percent < 0 or $percent > 100