| line | !l | l&&!r | l&&r | condition | 
 
| 89 | 5 | 0 | 0 | $$import{'pragma'}{'rpc'} and $0 eq '-' | 
 
| 252 | 1022 | 0 | 4902 | "${class}::$subname" ne $fullname and not exists $EXCEPT->{$subname} | 
 
|  | 1022 | 146 | 4756 | "${class}::$subname" ne $fullname and not exists $EXCEPT->{$subname} and substr($subname, 0, 1) ne '(' | 
 
| 292 | 725 | 0 | 0 | $spec{'lazy'} and not exists $spec{'default'} | 
 
|  | 725 | 0 | 0 | $spec{'lazy'} and not exists $spec{'default'} and not exists $spec{'builder'} | 
 
| 463 | 5 | 0 | 0 | defined $$ENV{'UID'} and not defined $$ENV{'GID'} | 
 
| 562 | 0 | 0 | 0 | $class->can('DEMOLISH') and $class->isa('Moo::Object') |