| line |
!l |
l&&!r |
l&&r |
condition |
|
372
|
0 |
0 |
0 |
$options{'open'} and $options{'mkdir'}
|
|
508
|
0 |
0 |
0 |
$options{'unlink_on_close'} and not $File::Temp::KEEP_ALL
|
|
|
0 |
0 |
0 |
$^O eq 'VMS' and ($options{'unlink_on_close'} and not $File::Temp::KEEP_ALL)
|
|
513
|
0 |
0 |
0 |
$options{'unlink_on_close'} && !$File::Temp::KEEP_ALL
|
|
516
|
0 |
0 |
0 |
defined $LOCKFLAG and $options{'use_exlock'}
|
|
685
|
0 |
0 |
0 |
$info[4] > 'File::Temp'->top_system_uid and $info[4] != $>
|
|
1160
|
0 |
0 |
0 |
${*$self;}{'UNLINK'} and not $File::Temp::KEEP_ALL
|
|
1309
|
0 |
0 |
0 |
$options{'DIR'} and $^O eq 'VMS'
|
|
1541
|
0 |
0 |
0 |
$^O eq 'MacOS' and substr($template, -1) eq ':'
|
|
1556
|
0 |
0 |
0 |
$options{'CLEANUP'} and -d $tempdir
|
|
1690
|
0 |
0 |
0 |
$^O eq 'MacOS' and substr($template, -1) eq ':'
|
|
2021
|
0 |
0 |
0 |
$fh[3] > 1 and $^W
|
|
2215
|
0 |
0 |
0 |
$level != 0 and $level != 1
|
|
|
0 |
0 |
0 |
$level != 0 and $level != 1 and $level != 2
|
|
2219
|
0 |
0 |
0 |
$] < 5.006 and $level != 0
|
|
2416
|
0 |
0 |
0 |
$self->unlink_on_destroy and $$ == $$self{'LAUNCHPID'}
|
|
|
0 |
0 |
0 |
$self->unlink_on_destroy and $$ == $$self{'LAUNCHPID'} and not $File::Temp::KEEP_ALL
|