Branch Coverage

inc/Try/Tiny.pm
Criterion Covered Total %
branch 10 34 29.4


line true false branch
19 5 0 unless eval 'use Sub::Name; 1'
40 17 0 if (ref $code_ref eq 'Try::Tiny::Catch') { }
0 0 elsif (ref $code_ref eq 'Try::Tiny::Finally') { }
41 0 17 if $catch
47 0 0 defined $code_ref ? :
62 17 0 if $catch
77 0 17 if ($wantarray) { }
17 0 elsif (defined $wantarray) { }
94 0 0 $failed ? :
99 17 0 if ($failed) { }
101 17 0 if ($catch)
115 0 0 $wantarray ? :
122 0 17 unless wantarray
133 0 0 unless wantarray
145 0 5 $] < 5.013002 ? :
159 0 0 unless (eval { do { &$code(@args); 1 } })
160 0 0 defined $@ ? :