Branch Coverage

blib/lib/App/whichdll.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
28 0 0 unless &GetOptions("a", \$opts{'a'}, "v", \$opts{'v'}, "s", \$opts{'s'}, "x", \$opts{'x'}, "alien=s", \@alien)
30 0 0 if $opts{'v'}
31 0 0 unless @ARGV
36 0 0 if (@alien)
44 0 0 if ($opts{'a'} or $name eq '*') { }
46 0 0 unless $name eq "*"
51 0 0 if defined $result
54 0 0 unless ($opts{'s'})
60 0 0 if (-l $path) { }
63 0 0 if (-e $target) { }
66 0 0 if not $opts{'x'} and $seen{$target}++
71 0 0 if not $opts{'x'} and $seen{$target}++
77 0 0 if not $opts{'x'} and $seen{$path}++
83 0 0 unless (@result)
85 0 0 unless $opts{'s'}