Branch Coverage

blib/lib/Getopt/Module.pm
Criterion Covered Total %
branch 25 34 73.5


line true false branch
29 0 230 &Scalar::Util::blessed(ref $_) ? :
48 72 0 if (@_ == 1) { }
0 0 elsif (@_ % 2 == 0) { }
51 0 72 unless (&_isa($params, 'HASH'))
61 2 70 defined $params->{'separator'} ? :
67 0 72 unless defined $value and @_ == 0
69 0 72 unless $value =~ /$MODULE_RE/x
75 31 41 if ($hyphen) { }
83 31 41 if ($args_start) { }
11 30 elsif ($no_import) { }
84 0 31 unless defined $args
86 23 8 if ($args_start eq '=') { }
107 24 48 if (&_isa($target, 'ARRAY')) { }
20 28 elsif (&_isa($target, 'SCALAR')) { }
18 10 elsif (&_isa($target, 'HASH')) { }
10 0 elsif (&_isa($target, 'CODE')) { }
110 4 16 if (defined $$target and length $$target) { }