Branch Coverage

blib/lib/Archive/SimpleExtractor/Zip.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
39 0 0 unless ($zip->read($arguments{'archive'}) == 0)
40 0 0 if ($arguments{'tree'}) { }
41 0 0 unless ($zip->extractTree('', $arguments{'dir'}) == 0)
51 0 0 unless ($zip->extractTree('', $tmp_dir) == 0)
56 0 0 if (-f $File::Find::name)