Condition Coverage

blib/lib/Rstats.pm
Criterion Covered Total %
condition 9 14 64.2


and 3 conditions

line !l l&&!r l&&r condition
385 3 1 0 $length > $v1_length and not $replace

or 2 conditions

line l !l condition
637 1 0 $opt->{'times'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 0 !ref($_) || ref $_ eq 'Rstats::Type::Complex' || ref $_ eq 'Rstats::Logical'
669 4 2 2 not defined $maxs[$i] or $values->[$i] > $maxs[$i]
686 4 2 2 not defined $mins[$i] or $values->[$i] < $mins[$i]