Branch Coverage

blib/lib/Getopt/CommandLineExports.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
273 0 0 if defined $addWordsRef
415 0 0 if (-w "/etc/bash_completion.d/$scriptName" or -w '/etc/bash_completion.d/') { }
417 0 0 unless open my $fh, '>', "/etc/bash_completion.d/$scriptName"
441 0 0 if ($isList) { }
0 0 elsif ($isHash) { }
446 0 0 if defined $val
462 0 0 if (exists $ENV{'GATEWAY_INTERFACE'} and scalar @argvCopy == 0)
467 0 0 if scalar split(/,|\x{00}/, $args{$_}, 0) > 1
472 0 0 if scalar @argvCopy == 0
475 0 0 if ref $argvCopy[0] eq 'HASH'
477 0 0 if ref $argvCopy[0] eq 'HASH' and scalar @argvCopy == 1
481 0 0 if (scalar @argvCopy == 1 and ref $argvCopy[0] eq '' and $argvCopy[0] =~ /^-/) { }
0 0 elsif (scalar @argvCopy != 1 and ref $argvCopy[0] eq '' and $argvCopy[0] =~ /^-/) { }
506 0 0 if ref $args{$arg} eq 'ARRAY'
517 0 0 unless defined $value