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 7430 1194 13 defined $self->attributes and ref $self->attributes ne 'HASH'
49 0 4 996 &blessed($a) and &blessed($b)
4 996 0 &blessed($a) and &blessed($b) and $a->isa(ref $b) || $b->isa(ref $a)
58 2891 17 9041 defined $a and defined $b
69 0 13 1064 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 983 0 13 $a->isa(ref $b) || $b->isa(ref $a)
75 17 3 2888 defined $a or defined $b