Branch Coverage

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


line true false branch
38 0 2 if ($path eq '')
43 2 0 if (-e $src) { }
44 0 2 unless File::Copy::copy("$src", "$dest")
55 0 1 if ($path eq '')
60 1 0 if (-e $src) { }
61 0 1 unless File::Copy::move("$src", "$dest")
70 1 0 if ($moved_something)
81 5 1 unless &any(sub { $file->name eq $_; } , @{$self->move;})
105 1 0 if (@{$self->move;})
107 1 0 unless -e $manifest_file