line |
l |
!l&&r |
!l&&!r |
condition |
80
|
0 |
1 |
0 |
$self->{'perl_bin'} ||= 'File::Spec'->catdir($self->perl_root, 'bin') |
85
|
0 |
1 |
0 |
$self->{'perl_lib'} ||= 'File::Spec'->catdir($self->perl_root, 'lib') |
90
|
0 |
1 |
0 |
$self->{'perl_sitelib'} ||= 'File::Spec'->catdir($self->perl_root, 'site', 'lib') |
95
|
0 |
1 |
0 |
$self->{'perl_vendorlib'} ||= 'File::Spec'->catdir($self->perl_root, 'vendor', 'lib') |
100
|
0 |
1 |
0 |
$self->{'perl_sitebin'} ||= 'File::Spec'->catdir($self->perl_root, 'site', 'bin') |
105
|
0 |
1 |
0 |
$self->{'perl_vendorbin'} ||= 'File::Spec'->catdir($self->perl_root, 'vendor', 'bin') |