Branch Coverage

blib/lib/Data/SExpression/Symbol.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
50 1 2 if $INTERN{$name}
85 3 2 $self->interned ? :
91 5 2 if (not $self->interned) { }
94 1 1 if (not ref $other) { }
1 0 elsif (blessed $other) { }
97 1 0 if ($other->isa('Data::SExpression::Symbol'))