line |
!l |
l&&!r |
l&&r |
condition |
34
|
0 |
0 |
0 |
ref \$_ eq 'GLOB' and *$_{'HASH'} and exists $_->{$sub} |
207
|
0 |
0 |
0 |
@DB::args == 1 and ref $DB::args[0] eq ref \$i |
|
0 |
0 |
0 |
@DB::args == 1 and ref $DB::args[0] eq ref \$i and $DB::args[0] == \$i |
231
|
0 |
0 |
0 |
$MaxArgNums and @args > $MaxArgNums |
258
|
0 |
0 |
0 |
not $in_recurse and do {
local $@;
local $in_recurse = 1;
local $SIG{'__DIE__'} = sub {
}
;
eval {
do {
$arg->can('CARP_TRACE')
}
}
} |
|
0 |
0 |
0 |
not $in_recurse and defined $RefArgFormatter |
|
0 |
0 |
0 |
not $in_recurse and defined $RefArgFormatter and do {
local $@;
local $in_recurse = 1;
local $SIG{'__DIE__'} = sub {
}
;
eval {
do {
$arg = &$RefArgFormatter($arg);
1
}
}
} |
290
|
0 |
0 |
0 |
2 < $MaxArgLen and $MaxArgLen < length $arg |
366
|
0 |
0 |
0 |
2 < $MaxArgLen and $MaxArgLen < length $arg |
522
|
0 |
0 |
0 |
defined $called and $CarpInternal{$called} |
556
|
0 |
0 |
0 |
2 < $max and $max < length $str |
575
|
0 |
0 |
0 |
@$partial and not exists $known->{$parent} |
595
|
0 |
0 |
0 |
$stash->{$var} and *{$stash->{$var};}{'ARRAY'} and @{$stash->{$var};} |