line |
!l |
l&&!r |
l&&r |
condition |
180
|
0 |
0 |
0 |
$args{'type'} eq 'optval' and $opt_completions{$args{'ospec'}} |
|
0 |
0 |
0 |
$args{'type'} eq 'arg' and $arg_completion |
223
|
23 |
28 |
22 |
$i > 0 and ref $_ eq 'Getopt::Long::More::OptSpec' |
239
|
0 |
1 |
1 |
ref $_->{'handler'} eq 'SCALAR' and not defined ${$$_{'handler'};} |
|
1 |
0 |
0 |
ref $_->{'handler'} eq 'ARRAY' and not @{$_->{'handler'};} |
|
1 |
0 |
0 |
ref $_->{'handler'} eq 'HASH' and not keys %{$$_{'handler'};} |
261
|
0 |
1 |
1 |
ref $_->{'handler'} eq 'SCALAR' and not defined ${$$_{'handler'};} |
|
1 |
0 |
0 |
ref $_->{'handler'} eq 'ARRAY' and not @{$_->{'handler'};} |
|
1 |
0 |
0 |
ref $_->{'handler'} eq 'HASH' and not keys %{$$_{'handler'};} |