blib/lib/Statistics/R/REXP/Vector.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 2834 | 0 | 18 | &blessed($_[0]) and $_[0]->isa('Statistics::R::REXP::Vector') |
58 | 0 | 9521 | 18 | defined $self->elements and ref $self->elements ne 'ARRAY' |
95 | 74 | 5 | 21 | &blessed($_) && $_->can('to_pl') |