| line |
!l |
l&&!r |
l&&r |
condition |
|
366
|
0 |
29 |
0 |
ref $_[-1] && ref $_[-1] eq 'HASH' |
|
408
|
86 |
4 |
1 |
$opt->{'constraint'}{'shortcircuit'} and exists $opt->{'constraint'}{'default'} |
|
552
|
19 |
8 |
11 |
$CONSTRAINT{$ct} and ref $CONSTRAINT{$ct} eq 'CODE' |
|
577
|
24 |
48 |
4 |
not defined $arg{'params'}{$arg{'name'}} and $pvspec{'default'} |
|
|
48 |
4 |
0 |
not defined $arg{'params'}{$arg{'name'}} and $pvspec{'default'} and $spec->{'implies'} |
|
604
|
0 |
0 |
3 |
&Scalar::Util::blessed($error) and $error->isa('Getopt::Long::Descriptive::_PV_Error') |
|
664
|
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'};} |