| line | true | false | branch | 
 
| 112 | 0 | 2 | unless defined $cwd | 
 
| 121 | 0 | 2 | if ($0 eq '-e' or $0 eq '-') { } | 
 
| 131 | 0 | 2 | if ($^O eq 'VMS') { } | 
 
| 139 | 0 | 2 | unless ($script =~ m[/] || $dosish && $script =~ /\\/ and -f $script) | 
 
| 146 | 0 | 0 | if (-r $scr and !$dosish || -x _) | 
 
| 150 | 0 | 0 | if (-f $0) | 
 
| 160 | 0 | 0 | unless -T $script | 
 
| 167 | 0 | 2 | unless -f $script | 
 
| 171 | 2 | 0 | unless 'File::Spec'->file_name_is_absolute($script) | 
 
| 182 | 2 | 0 | unless defined $linktext | 
 
| 184 | 0 | 0 | 'File::Spec'->file_name_is_absolute($linktext) ? : | 
 
| 190 | 2 | 0 | if ($Bin) | 
 
| 193 | 0 | 2 | unless defined $Bin | 
 
| 195 | 2 | 0 | if $RealBin |