line |
l |
!l&&r |
!l&&!r |
condition |
77
|
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' |
97
|
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' |
163
|
161 |
462 |
0 |
$action eq 'drop' or $action eq 'next' |