Branch Coverage

blib/lib/Dist/Zilla/Plugin/CopyFilesFromBuild.pm
Criterion Covered Total %
branch 11 20 55.0


line true false branch
39 0 2 if ($path eq '')
44 2 0 if (-e $src) { }
45 0 2 unless File::Copy::copy("$src", "$dest")
56 0 1 if ($path eq '')
61 1 0 if (-e $src) { }
62 0 1 unless File::Copy::move("$src", "$dest")
71 1 0 if ($moved_something)
82 5 1 unless &any(sub { $file->name eq $_; } , @{$self->move;})
106 1 0 if (@{$self->move;})
108 1 0 unless -e $manifest_file