Branch Coverage

blib/lib/CPAN/Nearest.pm
Criterion Covered Total %
branch 2 8 25.0


line true false branch
15 0 2 unless (-f $file)
19 2 0 if ($file =~ /\.gz$/) { }
25 0 0 unless open my $in, '<', $file
27 0 0 unless close $in