Branch Coverage

blib/lib/Ftree/FamilyTreeInfo.pm
Criterion Covered Total %
branch 0 56 0.0


line true false branch
56 0 0 if (&Switch::case(''))
57 0 0 if (&Switch::case('subfamily'))
58 0 0 if (&Switch::case('snames'))
59 0 0 if (&Switch::case('faces'))
60 0 0 if (&Switch::case('emails'))
62 0 0 if (&Switch::case('hpages'))
64 0 0 if (&Switch::case('bdays')) { }
77 0 0 unless defined $self->{'pagetype'}
86 0 0 unless defined $column_number
92 0 0 if $index % $column_number == 0
97 0 0 if $index % $column_number == $column_number - 1
99 0 0 if @{$people;} % $column_number != 1
131 0 0 unless defined $surname
132 0 0 if defined $_->get_name
150 0 0 unless defined $column_number
155 0 0 if defined $person->get_name and defined $person->get_name->get_last_name
168 0 0 if $people_count % $column_number == 0
171 0 0 if $people_count % $column_number == $column_number - 1
173 0 0 if $#sortednodes % $column_number != 0
236 0 0 if (not defined $month) { }
248 0 0 if defined $_->get_name and defined $_->get_date_of_birth and not defined $_->get_date_of_death and defined $_->get_date_of_birth->{'month'}
265 0 0 if ($index == $month - 1) { }
290 0 0 if defined $_->get_name
303 0 0 if $index % $column_number == 0
309 0 0 if $index % $column_number == $column_number - 1
311 0 0 if $#people_with_photo % $column_number != 0
323 0 0 if ($people_with_photo[$index]->get_is_living)
333 0 0 unless ($people_with_photo[$index]->get_is_living)