line |
!l |
l&&!r |
l&&r |
condition |
12
|
4 |
2 |
3 |
ref $self and ref $self eq 'ARRAY'
|
|
6 |
0 |
3 |
ref $self and ref $self eq 'ARRAY' and not &isweak($self)
|
|
4 |
1 |
1 |
ref $self and ref $self eq 'HASH'
|
|
5 |
0 |
1 |
ref $self and ref $self eq 'HASH' and not &isweak($self)
|
17
|
8 |
0 |
1 |
defined $self && &blessed($self) && $self->isa('DateTime')
|
22
|
0 |
3 |
1 |
defined $_[2] and not ref $_[2]
|
|
3 |
0 |
1 |
defined $_[2] and not ref $_[2] and length $_[2] >= 2
|
26
|
3 |
0 |
0 |
&blessed($_[2]) && $_[2]->isa('WWW::Shopify::Model::Item')
|
27
|
0 |
0 |
3 |
defined $object && ref $object
|