| line | !l | l&&!r | l&&r | condition | 
 
| 145 | 0 | 0 | 196 | ref $val and ref $$val{'parent'} | 
 
|  | 0 | 196 | 0 | ref $val and ref $$val{'parent'} and $$val{'parent'} eq $self | 
 
| 192 | 380 | 0 | 0 | $newsize >= 4294967296 and $$self{'size'} >= 4294967296 | 
 
| 195 | 380 | 0 | 0 | $newsize >= 4294967296 and $$self{'size'} < 4294967296 | 
 
| 198 | 380 | 0 | 0 | $$self{'size'} >= 4294967296 and $newsize < 4294967296 | 
 
| 219 | 0 | 0 | 0 | $$self{'offset'} == 8 and $newsize >= 4294967296 | 
 
| 233 | 0 | 0 | 0 | $$self{'offset'} == 16 and $newsize < 4294967296 | 
 
| 245 | 710 | 0 | 0 | defined $o and $o == 8 || $o == 16 | 
 
| 303 | 1 | 0 | 304 | $$self{'parent'} and ref $$self{'parent'} | 
 
| 316 | 4974 | 91 | 1563 | $$atom{'start'} >= $pivot and $atom != $self | 
 
| 338 | 75 | 0 | 0 | $before and $after_atom = $self->Contained($before) | 
 
| 388 | 3 | 559 | 945 | $$val{'type'} and $$val{'type'} =~ /$type/i |