Condition Coverage

Bio/PopGen/IO/csv.pm
Criterion Covered Total %
condition 11 21 52.3


and 3 conditions

line !l l&&!r l&&r condition
284 0 22 0 ref $ind and $ind->isa('Bio::PopGen::IndividualI')
330 0 2 0 ref $pop and $pop->isa('Bio::PopGen::PopulationI')

or 3 conditions

line l !l&&r !l&&!r condition
182 6 1 53 /^\s*\#/ or /^\s+$/
7 0 53 /^\s*\#/ or /^\s+$/ or not length $_
186 0 50 3 $self->flag('no_header') or defined $self->{'_header'}
291 0 0 22 $self->flag('no_header') or $self->flag('header_written')
337 0 0 2 $self->flag('no_header') or $self->flag('header_written')