| line |
l |
!l&&r |
!l&&!r |
condition |
|
134
|
0 |
0 |
0 |
$ENV{'APPDATA'} || _catdir($ENV{'USERPROFILE'}, 'Application Data') || _catdir($ENV{'WINDIR'}, 'Profiles', 'Application Data') || _catdir($ENV{'WINDIR'}, 'Application Data') |
|
303
|
0 |
1 |
0 |
not ref $value or ref $value eq 'ARRAY' |
|
327
|
0 |
2 |
0 |
$value eq '' or _catdir($value) |
|
355
|
0 |
0 |
0 |
not ref $value or ref $value eq 'Regexp' |
|
455
|
13 |
0 |
0 |
$$self{'profiles'}{$type} || croak($self->_log("invalid profile type: $type")) |
|
581
|
1 |
0 |
0 |
$args{'archive_name'} || $self->_archive_name('type', $type, 'name', $name) |
|
694
|
0 |
0 |
0 |
$args{'prefs_file'} || _catfile($profd, 'prefs.js') |