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