line | % | coverage | condition |
138 | 50 | | $$params{'height'} || '400px' |
139 | 50 | | $$params{'width'} || '600px' |
149 | 50 | | $indi->name || 'Unknown' |
155 | 67 | | ref $birth and my $place = $birth->place |
156 | 50 | | $birth->date || 'Unknown date' |
167 | 33 | | ref $death and my $place = $death->place |
168 | 50 | | $death->date || 'Unknown date' |
180 | 67 | | defined $fam and ref $fam |
182 | 33 | | ref $fam->husband && $fam->husband->name |
183 | 33 | | ref $fam->wife && $fam->wife->name |
189 | 33 | | ref $marriage and my $place = $marriage->place |
192 | 50 | | $marriage->date || 'Unknown date' |
215 | 50 | | $location and $$location{"lat"} and $$location{"lon"} |
292 | 33 | | $date_a =~ /^Unknown/i and not $date_b =~ /^Unknown/i |
293 | 33 | | $date_b =~ /^Unknown/i and not $date_a =~ /^Unknown/i |
294 | 33 | | $date_a =~ /^Unknown/i and $date_b =~ /^Unknown/i |