| line | !l | l&&!r | l&&r | condition | 
 
| 32 | 0 | 708 | 7 | defined $self{'alias'} and not ref $self{'alias'} | 
 
| 133 | 30 | 0 | 86 | $is_optional && $constraint->parent && $constraint->parent->{'uniq'} eq &Optional()->{'uniq'} && $constraint->type_parameter | 
 
| 160 | 697 | 0 | 2 | $needs_clone and not $signature->{'loaded_Storable'} | 
 
| 172 | 349 | 342 | 8 | $args{'is_named'} and $self->has_alias | 
 
| 254 | 531 | 83 | 84 | $constraint->has_coercion and $constraint->coercion->can_be_inlined | 
 
| 280 | 688 | 7 | 3 | $strictness and $$strictness eq 1 | 
 
|  | 688 | 2 | 5 | $strictness and $$strictness | 
 
| 287 | 688 | 8 | 2 | $strictness and not $$strictness | 
 
| 325 | 119 | 85 | 390 | $args{'output_slot'} and $args{'output_slot'} ne $varname | 
 
| 333 | 80 | 106 | 204 | not $in_big_optional_block and $varname =~ /\{/ |