Condition Coverage

File:blib/lib/HTML/Genealogy/Map.pm
Coverage:46.7%

line%coveragecondition
13850
Adec
00
11
$$params{'height'} || '400px'
13950
Adec
00
11
$$params{'width'} || '600px'
14950
Adec
00
11
$indi->name || 'Unknown'
15567
ABdec
0X0
100
111
ref $birth and my $place = $birth->place
15650
Adec
00
11
$birth->date || 'Unknown date'
16733
ABdec
0X0
100
111
ref $death and my $place = $death->place
16850
Adec
00
11
$death->date || 'Unknown date'
18067
ABdec
0X0
100
111
defined $fam and ref $fam
18233
ABdec
0X0
100
111
ref $fam->husband && $fam->husband->name
18333
ABdec
0X0
100
111
ref $fam->wife && $fam->wife->name
18933
ABdec
0X0
100
111
ref $marriage and my $place = $marriage->place
19250
Adec
00
11
$marriage->date || 'Unknown date'
21550
ABCdec
0XX0
10X0
1100
1111
$location and $$location{"lat"} and $$location{"lon"}
29233
ABdec
0X0
100
111
$date_a =~ /^Unknown/i and not $date_b =~ /^Unknown/i
29333
ABdec
0X0
100
111
$date_b =~ /^Unknown/i and not $date_a =~ /^Unknown/i
29433
ABdec
0X0
100
111
$date_a =~ /^Unknown/i and $date_b =~ /^Unknown/i