line |
!l |
l&&!r |
l&&r |
condition |
85
|
0 |
0 |
0 |
ref $_ eq 'ARRAY' and scalar @$_ == 3
|
|
0 |
0 |
0 |
ref $_ eq 'ARRAY' and scalar @$_ == 3 and ref $_->[0] eq 'HASH'
|
|
0 |
0 |
0 |
ref $_ eq 'ARRAY' and scalar @$_ == 3 and ref $_->[0] eq 'HASH' and defined $_->[0]{'package'}
|
122
|
0 |
0 |
0 |
ref $item eq 'HASH' and defined $last
|
|
0 |
0 |
0 |
ref $item eq 'HASH' and defined $last and not ref $last
|
145
|
0 |
0 |
0 |
ref $item eq 'HASH' and defined $last
|
|
0 |
0 |
0 |
ref $item eq 'HASH' and defined $last and not ref $last
|
161
|
1339 |
0 |
1631 |
ref $v && ref $v eq 'SCALAR'
|
205
|
0 |
0 |
0 |
$regex and not eval '$item->{subroutine} =~ /' . $regex . '/'
|
223
|
6304 |
3590 |
184 |
@_ == 1 and ref $_[0] eq 'ARRAY'
|
250
|
0 |
0 |
0 |
ref $_[0] eq 'CODE' and @_ > 1
|
|
0 |
0 |
0 |
ref $_[0] eq 'CODE' and @_ > 1 and $recurse == 0
|
274
|
0 |
0 |
6 |
defined $max_length and $max_length =~ /^\d+$/
|
|
0 |
0 |
6 |
defined $max_length and $max_length =~ /^\d+$/ and $max_length > 0
|
381
|
0 |
0 |
0 |
$opt{'verbose'} and not defined $opt{'verbose_in'}
|
382
|
0 |
0 |
0 |
$opt{'verbose'} and not defined $opt{'verbose_out'}
|
386
|
0 |
0 |
0 |
@_ > 0 and defined $_[0]
|
419
|
0 |
0 |
0 |
ref $_ && ++$has_refs
|
452
|
0 |
0 |
0 |
$has_refs and $opt{'verbose_in'}
|
583
|
0 |
0 |
0 |
scalar @_ == 1 and ref $_[0] eq ''
|
594
|
1508 |
1 |
0 |
&blessed($js) and not $js->can('TO_JSON_RAW')
|
624
|
0 |
0 |
0 |
ref $text and ref($text)->isa('RapidApp::HTML::RawHtml')
|
664
|
0 |
0 |
0 |
ref $msg and ref($msg)->isa('RapidApp::Responder::UserError')
|
666
|
0 |
0 |
0 |
ref $msg && ref($msg)->isa('RapidApp::HTML::RawHtml')
|
710
|
0 |
0 |
0 |
ref $msg && ref($msg)->isa('RapidApp::HTML::RawHtml')
|
799
|
0 |
0 |
0 |
scalar(@_) % 2 and not ref $_[0]
|
801
|
0 |
0 |
0 |
ref $_[0] && ref $_[0] eq 'HASH'
|
867
|
0 |
0 |
0 |
$_[0] and $_[0] eq 'RapidApp::Util'
|