line |
!l |
l&&!r |
l&&r |
condition |
75
|
0 |
0 |
0 |
basename($file) =~ /^\./ and not exists $builder->{'properties'}{$path_type . '_files'}{$file} |
94
|
0 |
0 |
0 |
$non_persistant and not exists $builder->{'properties'}{$path_type . '_files'}{$file} |
105
|
0 |
0 |
0 |
basename($file) =~ /^\./ and basename($file) ne '.exists' |
119
|
0 |
0 |
0 |
$diff and 'Sys::Path'->changed_since_install($dest_file) |
124
|
0 |
0 |
0 |
'Sys::Path'->changed_since_install($dest_file, $file) and 'Sys::Path'->prompt_cfg_file_changed($file, $dest_file, sub {
$builder->prompt(@_);
}
) |