Branch Coverage

Bio/PopGen/PopStats.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
103 2 0 if ($haploid)
122 2 172 if @_
147 0 8 if (not defined $populations && ref($populations) =~ /ARRAY/i) { }
0 8 elsif (not defined $markernames && ref($markernames) =~ /ARRAY/i) { }
158 0 8 if ($num_sub_pops < 2)
198 0 405 unless (defined $markerobj)
236 172 0 if ($self->haploid_status) { }