| line | !l | l&&!r | l&&r | condition | 
 
| 222 | 2 | 1 | 2 | ref $hash{'ua'} && &blessed($hash{'ua'}) && ($hash{'ua'}->isa('Mojo::UserAgent') || $hash{'ua'}->isa('LWP::UserAgent')) | 
 
|  | 3 | 2 | 3 | exists $hash{'ua'} and not ref $hash{'ua'} && &blessed($hash{'ua'}) && ($hash{'ua'}->isa('Mojo::UserAgent') || $hash{'ua'}->isa('LWP::UserAgent')) | 
 
| 273 | 30 | 1 | 0 | $flags =~ /d/ and exists $hash->{$arg} | 
 
| 277 | 30 | 1 | 0 | $flags eq 'r' and not exists $hash->{$arg} | 
 
| 280 | 5 | 24 | 2 | not $flags =~ /m/ and exists $hash->{$arg} | 
 
|  | 24 | 2 | 0 | not $flags =~ /m/ and exists $hash->{$arg} and ref $hash->{$arg} | 
 
| 291 | 0 | 1 | 0 | $conditional_mandatory_required == 1 and $conditional_mandatory_flag != 1 |