| line |
l |
!l&&r |
!l&&!r |
condition |
|
173
|
2 |
0 |
0 |
shift() || time |
|
188
|
0 |
1 |
0 |
shift() || time |
|
249
|
0 |
0 |
2 |
$file_path eq '.' or $file_path eq '..' |
|
|
0 |
1 |
1 |
$file_path eq '.' or $file_path eq '..' or $file_path =~ /.svn$/u |
|
|
1 |
0 |
1 |
$file_path eq '.' or $file_path eq '..' or $file_path =~ /.svn$/u or $file_path =~ /desktop\.ini$/u |
|
|
1 |
0 |
1 |
$file_path eq '.' or $file_path eq '..' or $file_path =~ /.svn$/u or $file_path =~ /desktop\.ini$/u or $file_path =~ /.DS_Store$/u |
|
|
0 |
0 |
1 |
$file_path eq '.' or $file_path eq '..' or $file_path =~ /.svn$/u or $file_path =~ /desktop\.ini$/u or $file_path =~ /.DS_Store$/u or $file_path =~ /Thumbs\.db$/u |
|
278
|
0 |
0 |
1 |
$file_name eq 'Thumbs.db' or not $file_name =~ /[^\.]/u |
|
282
|
0 |
0 |
1 |
$file_name eq '.svn' or $file_name eq 'desktop.ini' |
|
|
0 |
0 |
1 |
$file_name eq '.svn' or $file_name eq 'desktop.ini' or $file_name eq '.DS_Store' |