Condition Coverage

blib/lib/Statistics/R/REXP/Complex.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
25 76 0 242 &blessed($_) && $_->isa('Math::Complex')
43 0 190 0 defined $self->elements and grep {not &blessed($_) && $_->isa('Math::Complex') || &Scalar::Util::looks_like_number($_) if defined $_;} @{$self->elements;}

or 3 conditions

line l !l&&r !l&&!r condition
41 288 0 0 &blessed($_) && $_->isa('Math::Complex') || &Scalar::Util::looks_like_number($_)