Condition Coverage

blib/lib/Ftree/Person.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 $parent_1->{$child_ident} == $self and defined $parent_2->{$child_ident}
74 0 0 0 defined $self->get_mother and defined $self->get_mother->get_children
0 0 0 defined $self->get_father and defined $self->get_father->get_children
96 0 0 0 defined &$other_parent_func($_) and defined &$other_parent_func($self)
0 0 0 defined &$other_parent_func($_) and defined &$other_parent_func($self) and &$other_parent_func($_) != &$other_parent_func($self)
0 0 0 not defined &$other_parent_func($_) and defined &$other_parent_func($self)
0 0 0 defined &$other_parent_func($_) and not defined &$other_parent_func($self)
112 0 0 0 defined $self->get_father and defined $self->get_father->get_name
114 0 0 0 defined $self->get_mother and defined $self->get_mother->get_name

or 3 conditions

line l !l&&r !l&&!r condition
75 0 0 0 defined $_->get_father || defined $self->get_father
96 0 0 0 not defined &$other_parent_func($_) and defined &$other_parent_func($self) or defined &$other_parent_func($_) and not defined &$other_parent_func($self)