| blib/lib/FindBin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 22 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 105 | 0 | 2 | unless defined $cwd |
| 114 | 1 | 1 | if ($0 eq '-e' or $0 eq '-') { } |
| 119 | 0 | 1 | if $^O eq "VMS" |
| 125 | 0 | 1 | if ($^O eq 'VMS') { } |
| 134 | 0 | 1 | unless -f $script |
| 138 | 1 | 0 | unless "File::Spec"->file_name_is_absolute($script) |
| 149 | 1 | 0 | unless defined $linktext |
| 151 | 0 | 0 | 'File::Spec'->file_name_is_absolute($linktext) ? : |
| 157 | 1 | 0 | if ($Bin) |
| 160 | 0 | 1 | unless defined $Bin |
| 162 | 1 | 0 | if $RealBin |