| blib/lib/Statistics/R/REXP/Environment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 1 | 0 | 1 | &blessed($_[0]) and $_[0]->isa('Statistics::R::REXP::Environment') |
| 59 | 2 | 0 | 578 | &blessed($_) && $_->isa('Statistics::R::REXP') |
| 61 | 1 | 0 | 137 | &blessed(scalar $self->enclosure) && $self->enclosure->isa('Statistics::R::REXP::Environment') |
| 333 | 137 | 1 | defined $self->enclosure and not &blessed(scalar $self->enclosure) && $self->enclosure->isa('Statistics::R::REXP::Environment') | |
| 79 | 1 | 0 | 0 | $self->attributes && exists $self->attributes->{'name'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 59 | 0 | 1 | 471 | ref $self->frame ne 'HASH' or grep {not &blessed($_) && $_->isa('Statistics::R::REXP');} values %{$self->frame;} |