| line |
!l |
l&&!r |
l&&r |
condition |
|
365
|
0 |
30 |
1 |
ref $_[-1] && ref $_[-1] eq 'HASH' |
|
426
|
87 |
4 |
1 |
$opt->{'constraint'}{'shortcircuit'} and exists $opt->{'constraint'}{'default'} |
|
576
|
20 |
0 |
11 |
$CONSTRAINT{$ct} and ref $CONSTRAINT{$ct} eq "CODE" |
|
601
|
24 |
48 |
5 |
not defined $arg{'params'}{$arg{'name'}} and $pvspec{'default'} |
|
|
48 |
5 |
0 |
not defined $arg{'params'}{$arg{'name'}} and $pvspec{'default'} and $spec->{'implies'} |
|
628
|
0 |
0 |
3 |
builtin::blessed($error) and $error->isa("Getopt::Long::Descriptive::_PV_Error") |
|
688
|
4 |
0 |
1 |
exists $param->{$key} and $param->{$key} ne $val |
|
|
4 |
1 |
0 |
exists $param->{$key} and $param->{$key} ne $val and grep {$_ eq $key;} @{$$rest{"-given_keys"};} |
|
815
|
2 |
0 |
0 |
$p->{'negatable'} and length $name > 1 |
|
818
|
2 |
0 |
0 |
$p->{'takes_value'} and defined $p->{'completion'} |
|
861
|
2 |
0 |
0 |
$p->{'negatable'} and length $name > 1 |