line |
true |
false |
branch |
108
|
0 |
0 |
if (@_ % 2) |
121
|
0 |
0 |
if (/^--(?:enable|with)-([a-zA-Z][a-zA-Z0-9_-]*)(?:=(.*))?$/) { } |
|
0 |
0 |
elsif (/^--(?:without|disable)-([a-zA-Z][-a-zA-Z0-9_]*)(?:=(.*))?$/) { } |
137
|
0 |
0 |
unless defined $options{$1} |
139
|
0 |
0 |
if ($reftype eq 'SCALAR') { } |
|
0 |
0 |
elsif ($reftype eq 'ARRAY') { } |
|
0 |
0 |
elsif ($reftype eq 'CODE') { } |
140
|
0 |
0 |
if ($2) { } |
171
|
0 |
0 |
unless defined $options{$1} |
173
|
0 |
0 |
if ($reftype eq 'SCALAR') { } |
|
0 |
0 |
elsif ($reftype eq 'ARRAY') { } |
|
0 |
0 |
elsif ($reftype eq 'CODE') { } |
176
|
0 |
0 |
if ($2) { } |
198
|
0 |
0 |
if ($Getopt::AutoConf::DEBUG) |