Branch Coverage

lib/Acme/CPANAuthors/Utils/CPANIndex.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
14 7 0 if @_
56 4 3 if ($file =~ /\.gz$/) { }
58 1 3 unless $handle = "IO::Uncompress::Gunzip"->new($file)
62 1 2 unless $handle = "IO::File"->new($file, "r")