| blib/lib/FindBin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 22 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 106 | 0 | 2 | unless defined $cwd |
| 115 | 1 | 1 | if ($0 eq '-e' or $0 eq '-') { } |
| 120 | 0 | 1 | if $^O eq 'VMS' |
| 126 | 0 | 1 | if ($^O eq 'VMS') { } |
| 135 | 0 | 1 | unless -f $script |
| 139 | 1 | 0 | unless 'File::Spec'->file_name_is_absolute($script) |
| 150 | 1 | 0 | unless defined $linktext |
| 152 | 0 | 0 | 'File::Spec'->file_name_is_absolute($linktext) ? : |
| 158 | 1 | 0 | if ($Bin) |
| 161 | 0 | 1 | unless defined $Bin |
| 163 | 1 | 0 | if $RealBin |