line |
true |
false |
branch |
56
|
0 |
0 |
unless defined $self->get_children
|
58
|
0 |
0 |
$self->get_gender == 0 ? :
|
66
|
0 |
0 |
if $parent_1->{$child_ident} == $self and defined $parent_2->{$child_ident}
|
74
|
0 |
0 |
if (defined $self->get_mother and defined $self->get_mother->get_children) { }
|
|
0 |
0 |
elsif (defined $self->get_father and defined $self->get_father->get_children) { }
|
75
|
0 |
0 |
unless not defined $_->get_father || defined $self->get_father
|
92
|
0 |
0 |
$parent_type eq 'mother' ? :
|
95
|
0 |
0 |
if (defined &$parent_func($self)) { }
|
96
|
0 |
0 |
unless not defined &$other_parent_func($_) and defined &$other_parent_func($self) or defined &$other_parent_func($_) and not defined &$other_parent_func($self)
|
112
|
0 |
0 |
if defined $self->get_father and defined $self->get_father->get_name
|
114
|
0 |
0 |
if defined $self->get_mother and defined $self->get_mother->get_name
|
116
|
0 |
0 |
if defined $self->get_date_of_birth
|
118
|
0 |
0 |
if defined $self->get_date_of_death
|