Branch Coverage

blib/lib/Sub/WrapInType.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
61 25 9 $options->{'check'} ? :
79 3 11 ref $params_types eq 'HASH' ? :
11 14 ref $params_types eq 'ARRAY' ? :
83 3 22 ref $return_types eq 'ARRAY' ? :
87 3 22 if (ref $return_types eq 'ARRAY') { }
88 1 2 if ($options->{'skip_invocant'}) { }
104 4 18 if ($options->{'skip_invocant'}) { }
122 20 4 unless $ENV{'PERL_NDEBUG'}