Condition Coverage

blib/lib/Statistics/R/REXP/Integer.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 10838 &looks_like_number($_) && int $_ == $_
0 1178 0 defined $self->elements and grep {not &looks_like_number($_) && int $_ == $_ if defined $_;} @{$self->elements;}