line |
l |
!l&&r |
!l&&!r |
condition |
214
|
13 |
0 |
13 |
&blessed($args_ref->{'input'}) and $args_ref->{'input'}->isa('GLOB') or ref $args_ref->{'input'} eq 'GLOB' |
|
13 |
0 |
13 |
&blessed($args_ref->{'input'}) and $args_ref->{'input'}->isa('GLOB') or ref $args_ref->{'input'} eq 'GLOB' or ref \$args_ref->{'input'} eq 'GLOB' |
234
|
11 |
0 |
13 |
&blessed($args_ref->{'output'}) and $args_ref->{'output'}->isa('GLOB') or ref $args_ref->{'output'} eq 'GLOB' |
|
11 |
0 |
13 |
&blessed($args_ref->{'output'}) and $args_ref->{'output'}->isa('GLOB') or ref $args_ref->{'output'} eq 'GLOB' or ref \$args_ref->{'output'} eq 'GLOB' |
316
|
161 |
462 |
0 |
$action eq 'drop' or $action eq 'next' |