Branch Coverage

blib/lib/File/Fu.pm
Criterion Covered Total %
branch 6 18 33.3


line true false branch
73 0 33 unless $package
75 0 33 unless ($package and $package->isa('File::Fu'))
96 0 20 unless ($package->isa('File::Fu'))
119 3 2 if $tmp
136 0 0 if $home
217 0 3 unless defined(my $ans = Cwd::cwd())
237 0 0 unless @_
241 0 0 if (wantarray) { }
245 0 0 unless my $found = scalar File::Which::which($what)