| Bio/PopGen/IO/csv.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 21 | 61.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 284 | 0 | 0 | 22 | ref $ind and $ind->isa('Bio::PopGen::IndividualI') |
| 330 | 0 | 0 | 2 | ref $pop and $pop->isa('Bio::PopGen::PopulationI') |
| 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 | 21 | 1 | $self->flag('no_header') or $self->flag('header_written') |
| 337 | 0 | 1 | 1 | $self->flag('no_header') or $self->flag('header_written') |