Branch Coverage

blib/lib/MouseX/NativeTraits/MethodProvider.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
47 171 355 if (@curried_args) { }
67 10 610 unless (defined $max)
76 0 620 if ($min <= $nargs and $nargs <= $max)
82 180 50 if ($min == 0 and ($max == 0 and $nargs > 0))
89 110 330 $nargs < $min ? :
0 440 $nargs == 1 ? :