Branch Coverage

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


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