Branch Coverage

blib/lib/FreeBSD/Ports/INDEXhash.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
67 0 0 unless (defined $index)
68 0 0 if (not defined $ENV{'PORTSDIR'}) { }
80 0 0 unless (-f $index)
81 0 0 if (not defined $ENV{'PORTSDIR'}) { }
92 0 0 unless (-f $index)
97 0 0 unless (open INDEXFILE, $index)
128 0 0 if (defined $ENV{'PORTSDIR'})