Condition Coverage

blib/lib/Statistics/R/REXP.pm
Criterion Covered Total %
condition 19 24 79.1


and 3 conditions

line !l l&&!r l&&r condition
30 13593 1887 13 defined $self->attributes and ref $self->attributes ne 'HASH'
49 0 4 2316 &blessed($a) and &blessed($b)
4 2316 0 &blessed($a) and &blessed($b) and $a->isa(ref $b) || $b->isa(ref $a)
58 6487 17 20605 defined $a and defined $b
69 0 13 2472 exists $b->{$name} and _compare_deeply($a->{$name}, $b->{$name})
95 1 3 0 $attributes and $attributes->{'class'}

or 3 conditions

line l !l&&r !l&&!r condition
49 2303 0 13 $a->isa(ref $b) || $b->isa(ref $a)
75 17 3 6484 defined $a or defined $b