Branch Coverage

blib/lib/SpeL/Object/Scientificnumber.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
25 8 0 if (exists $self->{'Sign'})
26 0 8 $self->{'Sign'} eq '+' ? :
27 1 7 $self->{'Sign'} eq '-' ? :
30 7 1 if (exists $self->{'Value'})
34 4 4 if (exists $self->{'Exponent'})
35 3 1 if (exists $self->{'Value'})