Branch Coverage

blib/lib/Mite/Attribute/SHV/CodeGen.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
19 5 1 unless $handler->signature
1 5 if (@{[] unless $handler->signature;}) { }
35 0 1 $state->{'shifted_self'} ? :
40 0 1 if ($sigcode =~ /return/) { }
65 0 5 if ($state->{'shifted_self'})
80 1 4 if (defined $min_args and defined $max_args and $min_args == $max_args) { }
0 4 elsif (defined $min_args and defined $max_args) { }
0 4 elsif (defined $min_args and $min_args > 0) { }