Branch Coverage

blib/lib/Statistics/R/REXP/Symbol.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
29 1468 22 if (scalar @_ == 1) { }
1 21 elsif (@_ % 2) { }
30 0 1468 if (ref $_[0] eq 'HASH') { }
45 2 1487 if (&blessed($attributes->{'name'}) and $attributes->{'name'}->isa('Statistics::R::REXP::Symbol'))
55 2 1486 unless ref \$self->name eq 'SCALAR'