Condition Coverage

blib/lib/Statistics/R/REXP/S4.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
39 0 1 41 defined $self->class and not ref $self->class
42 0 0 80 &blessed($_) && $_->isa('Statistics::R::REXP')
44 0 1 39 defined $self->package and not ref $self->package

or 3 conditions

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