line |
!l |
l&&!r |
l&&r |
condition |
109
|
218 |
0 |
2074 |
$self->has_max_args and $self->max_args == 0
|
|
84 |
134 |
0 |
$self->min_args == 0 and $self->max_args == 1
|
|
218 |
0 |
0 |
$self->min_args == 1 and $self->max_args == 1
|
|
218 |
0 |
0 |
$self->min_args > 0 and $self->max_args > 0
|
129
|
214 |
1189 |
0 |
$self->has_max_args and @curried > $self->max_args
|
164
|
0 |
385 |
170 |
$ti and $ti->{'trust_mutated'} eq "always"
|
167
|
0 |
235 |
150 |
$ti and $ti->{'trust_mutated'} eq "maybe"
|
216
|
0 |
1 |
4242 |
$class->isa("Sub::HandlesVia::HandlerLibrary") and $class->has_handler($method_name)
|