line |
!l |
l&&!r |
l&&r |
condition |
74
|
25 |
86 |
0 |
@$mmc and $spec->{'method'} != $mmc->[0]{'method'}
|
305
|
8 |
0 |
0 |
is_HashRef($sig[0]) and not $sig[0]{'slurpy'}
|
341
|
1 |
0 |
1 |
$spec{'is_monomethod'} && $alias eq $aliases[0]
|
352
|
2 |
13 |
34 |
defined $sub_name and not $spec{'no_dispatcher'}
|
354
|
8 |
34 |
5 |
not $hooked{$target} and "Role::Hooks"->is_role($target)
|
407
|
0 |
0 |
2 |
$target and $sub_name
|
431
|
23 |
2 |
16 |
$existing and $me->known_dispatcher($existing)
|
477
|
13 |
7 |
39 |
$is_method and is_Object($invocants[0])
|
|
13 |
2 |
5 |
$is_method and &is_ClassName($invocants[0])
|
524
|
78 |
0 |
1 |
is_HashRef($sig[0]) && !$sig[0]{'slurpy'}
|
547
|
372 |
0 |
0 |
$candidate->{'compiled'}{'_pure_named'} and not $argv_maybe_named
|
|
0 |
365 |
7 |
defined $candidate->{'compiled'}{'min_args'} and $candidate->{'compiled'}{'min_args'} > $argc
|
|
8 |
355 |
2 |
defined $candidate->{'compiled'}{'max_args'} and $candidate->{'compiled'}{'max_args'} < $argc
|