Branch Coverage

blib/lib/Method/Signatures/Simple.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
30 9 3 unless (defined $meth or defined $func)
36 11 1 if (defined $meth)
43 10 2 if (defined $func)
54 3 13 unless my($proto) = $self->SUPER::strip_proto
70 2 14 if $$self{'__nls'}
84 4 17 if $proto =~ s/(\$\w+)\s*:\s*//
87 19 2 if $invocant
88 14 7 if defined $proto and length $proto