Condition Coverage

blib/lib/Statistics/R/REXP/Environment.pm
Criterion Covered Total %
condition 12 18 66.6


and 3 conditions

line !l l&&!r l&&r condition
34 1 0 1 &blessed($_[0]) and $_[0]->isa('Statistics::R::REXP::Environment')
59 2 0 481 &blessed($_) && $_->isa('Statistics::R::REXP')
61 1 0 94 &blessed(scalar $self->enclosure) && $self->enclosure->isa('Statistics::R::REXP::Environment')
225 94 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'}

or 3 conditions

line l !l&&r !l&&!r condition
59 0 1 320 ref $self->frame ne 'HASH' or grep {not &blessed($_) && $_->isa('Statistics::R::REXP');} values %{$self->frame;}