Branch Coverage

blib/lib/Repl/Spec/Args/VarArgList.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
67 0 4 if $nrvar < 0
68 1 3 if $min >= 0 and $nrvar < $min
69 1 2 if $max >= 0 and $nrvar > $max
78 0 2 if scalar($args) - 1 < scalar @$fixed
97 1 2 if (ref $$args[$j] eq 'Repl::Core::Pair')
106 1 0 if ($namedpar->name eq $left)
112 0 1 unless $found