Branch Coverage

blib/lib/PDLA/PP/Dims.pm
Criterion Covered Total %
branch 5 18 27.7


line true false branch
12 0 2 unless $expr =~ /^([a-zA-Z0-9]+)(?:=([0-9]+))?$/
15 0 2 if (defined $this->{$name}) { }
21 0 2 if (defined $val)
41 0 0 unless $val > 0
43 0 0 if (defined $this->{'Value'}) { }
44 0 0 if ($this->{'Value'} == -1 or $this->{'Value'} == 1) { }
0 0 elsif ($val != 1 and $val != $this->{'Value'}) { }
68 0 1 if $this->{'From'}
69 0 1 if defined $this->{'Value'}