Branch Coverage

blib/lib/App/optex/rpn.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
229 0 0 if (defined $config->{'pattern'}) { }
0 0 elsif ($config->{'auto'}) { }
269 0 0 $config->{'quiet'} ? :
272 0 0 if (@ans == 1 and defined $ans[0] and not $ans[0] =~ /[^\.\d]/u) { }
283 0 0 unless /^$rpn_re$/u
285 0 0 if ($calc ne $_)
290 0 0 if $config->{'verbose'} and $count
296 0 0 if ($pattern =~ /^\w+$/u) { }
298 0 0 @matches == 0 ? :
0 0 unless @matches == 1
307 0 0 unless /$re/u
309 0 0 unless length $expr
311 0 0 if ($calc ne $expr)
316 0 0 if $config->{'verbose'} and $count
322 0 0 if ($target =~ /^$rpn_re$/u)
324 0 0 if (defined $calc and $calc ne $target)