Branch Coverage

blib/lib/MCE/Shared/Base.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
79 0 0 if (/([\(]*)([^\(]+)[\t ]+(=~|!~)[\t ]+(.*)/) { }
0 0 elsif (/([\(]*)([^\(]+)[\t ]+(==|!=|<|<=|>|>=)[\t ]+([^\)]+)(.*)/) { }
0 0 elsif (/([\(]*)([^\(]+)[\t ]+(eq|ne|lt|le|gt|ge)[\t ]+([^\)]+)(.*)/) { }
86 0 0 $4 eq 'undef' ? :
94 0 0 if lc substr($query, $len, 3) eq " :a"
95 0 0 if lc substr($query, $len, 3) eq " :o"
129 0 0 if ($params->{'getkeys'}) { }
0 0 elsif ($params->{'getvals'}) { }
160 0 0 if (exists $params->{'hfind'}) { }
0 0 elsif (exists $params->{'lfind'}) { }
0 0 elsif ($params->{'getvals'} and not $q =~ /\(\$_/) { }
195 0 0 if ($params->{'getkeys'}) { }
0 0 elsif ($params->{'getvals'}) { }
203 0 0 $grepvals ? :
234 0 0 if ($INC{'MCE.pm'}) { }
0 0 elsif ($INC{'MCE::Signal.pm'}) { }
244 0 0 unless $INC{'Carp.pm'}