Branch Coverage

File:/usr/local/share/automake-1.11/Automake/FileUtils.pm
Coverage:0.0%

line%coveragebranch
700TFif ($s =~ /^\s/)
740TFif ($s =~ /\s$/)
1040TFif $file_name =~ s/\?$//
1070TFif -e $file_name
1100TFif (not 'File::Spec'->file_name_is_absolute($file_name))
1140TFif -e 'File::Spec'->catfile($path, $file_name)
1190TFunless $optional
1380TFif $file eq '-' or not -f $file
1410TFunless my $stat = stat $file
1620TFunless defined $force
1680TFif ($to eq '-')
1770TFunless unlink $from
1810TFif (not $force and -f "$to" and compare("$from", "$to") == 0)
1850TFunless unlink $from
1900TFif (-f "$to") { }
1930TFunless move("$to", "$to$SIMPLE_BACKUP_SUFFIX")
1950TFunless move("$from", "$to")
2010TFunless move("$from", "$to")
2240TFif ($mtime < mtime $dep)
2480TFunless defined $expected
2490TFif (defined $hint) { }
2590TFif ($!) { }
2670TFif (WIFEXITED($?)) { }
0TFelsif (WIFSIGNALED($?)) { }
2710TFunless $status == $expected
3040TFif $?
3250TFif system @command
3440TFif system @command
3930TFunless -f "$dirname/$file_name"
4000TFif (not exists $_directory_cache{$dirname})
4020TFunless opendir DIR, $dirname
4300TFif exists $_directory_cache{$dirname}