| line | !l | l&&!r | l&&r | condition | 
 
| 83 | 0 | 12 | 15 | -e $$self{'filename'} and -s $$self{'filename'} | 
 
| 100 | 0 | 41 | 0 | not $args{'force'} and $haveSet | 
 
| 256 | 0 | 1470 | 0 | defined $person and not defined $person->id | 
 
| 265 | 379 | 0 | 361 | $people and @$people | 
 
| 272 | 365 | 0 | 347 | $person->mom and $person->dad | 
 
|  | 28 | 712 | 0 | $person->spouse and ($person->mom and $person->dad) | 
 
|  | 7 | 0 | 340 | $person->spouse->mom and $person->spouse->dad | 
 
|  | 365 | 347 | 0 | $person->spouse and ($person->mom and $person->dad) and ($person->spouse->mom and $person->spouse->dad) | 
 
| 315 | 0 | 0 | 4331 | defined $a->get('generation') and defined $b->get('generation') | 
 
| 478 | 174 | 112 | 1046 | $a->spouse && $b->spouse && $a->spouse->id eq $b->id | 
 
| 568 | 0 | 0 | 368 | $output and $output =~ /\w/ | 
 
| 594 | 0 | 0 | 996 | $a and $b |