blib/lib/Statistics/R/REXP/S4.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 1 | 59 | defined $self->class and not ref $self->class |
42 | 0 | 0 | 125 | &blessed($_) && $_->isa('Statistics::R::REXP') |
44 | 0 | 1 | 57 | defined $self->package and not ref $self->package |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 1 | 0 | 58 | ref $self->slots ne 'HASH' or grep {not &blessed($_) && $_->isa('Statistics::R::REXP') if defined $_;} values %{$self->slots;} |