Branch Coverage

blib/lib/Syntax/Feature/Try.pm
Criterion Covered Total %
branch 25 26 96.1


line true false branch
28 3 4 if (ref $code_ref ne 'CODE')
32 2 2 if (not grep({$_ == $code_ref;} @custom_exception_matchers))
52 157 142 if ($exception and $catch_list)
54 156 1 if ($catch_block)
60 196 103 if ($finally_block)
66 11 286 if ($exception)
77 1 299 if $self->{'finally'}
85 156 56 if _exception_match_args($exception, @args)
92 23 189 unless defined $className
96 7 3 if defined $result
99 7 175 if ('Moose::Util::TypeConstraints'->can('find_type_constraint'))
101 7 0 if $type
119 50 104 wantarray ? :