blib/lib/Statistics/R/REXP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 24 | 79.1 |
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 | 20606 | defined $a and defined $b |
69 | 0 | 13 | 2473 | exists $b->{$name} and _compare_deeply($a->{$name}, $b->{$name}) |
95 | 1 | 0 | 3 | $attributes and $attributes->{'class'} |
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 |