line |
l |
!l&&r |
!l&&!r |
condition |
339
|
0 |
0 |
0 |
not $$options{'verbose'} =~ /^\d$/ or $$options{'verbose'} < 0 |
|
0 |
0 |
0 |
not $$options{'verbose'} =~ /^\d$/ or $$options{'verbose'} < 0 or $$options{'verbose'} > 2 |
344
|
0 |
0 |
0 |
not $$options{'cache'} =~ /^\d$/ or $$options{'cache'} < 0 |
|
0 |
0 |
0 |
not $$options{'cache'} =~ /^\d$/ or $$options{'cache'} < 0 or $$options{'cache'} > 2 |
349
|
0 |
0 |
0 |
-d $$options{'working_dir'} and -w $$options{'working_dir'} or mkdir $$options{'working_dir'}, 493 |
669
|
0 |
0 |
0 |
$file_ext eq 'jar' || $file_ext eq 'gz' || $file_ext eq 'zip' || $file_ext eq 'Z' || $file_ext eq 'tar' |
760
|
0 |
0 |
0 |
$inflate_file || carp("can't unlink file $inflate_file : $!") |
816
|
0 |
0 |
0 |
$fpath || croak("could not open file $fpath, $!") |
820
|
0 |
0 |
0 |
"$cmd_strings $fpath" || croak("could not get content from $fpath by using $cmd_strings, $!") |
971
|
0 |
0 |
0 |
$line =~ /Copyright\s*\(C\)\s*\w+/i or $line =~ /Copyright\s*[\d\-]+\s*\w+/i |
|
0 |
0 |
0 |
$line =~ /Copyright\s*\(C\)\s*\w+/i or $line =~ /Copyright\s*[\d\-]+\s*\w+/i or $line =~ /Copyright.*Software/i |
|
0 |
0 |
0 |
$line =~ /Copyright\s*\(C\)\s*\w+/i or $line =~ /Copyright\s*[\d\-]+\s*\w+/i or $line =~ /Copyright.*Software/i or $line =~ /Copyright.*All\srights\sreserved/i |
|
0 |
0 |
0 |
$line =~ /Copyright\s*\(C\)\s*\w+/i or $line =~ /Copyright\s*[\d\-]+\s*\w+/i or $line =~ /Copyright.*Software/i or $line =~ /Copyright.*All\srights\sreserved/i or $line =~ /\@Copyright/i |