Branch Coverage

blib/lib/SpeL/Object/Binop.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
20 128 3 if (exists $self->{'Op'})
22 46 82 if $self->{'Op'} =~ /^[+-]$/
23 2 80 if $self->{'Op'} =~ /^\\pm$/
25 3 77 if $self->{'Op'} =~ /^,|;$/
27 0 77 if $self->{'Op'} =~ /^\\in$/
29 1 76 if $self->{'Op'} =~ /^\\mid$/
31 2 74 if $self->{'Op'} =~ /^\\cdots$/
33 10 64 if $self->{'Op'} =~ /^\\times|\\cdot$/
35 0 64 if $self->{'Op'} =~ /^\\sim$/
39 0 3 if (exists $self->{'Pause'})
42 3 0 if (exists $self->{'Com'})