| Bio/PopGen/IO/hapmap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 18 | 26 | 69.2 |
| line | true | false | branch |
|---|---|---|---|
| 126 | 1 | 0 | defined $noheader ? : |
| 127 | 0 | 1 | defined $fieldsep ? : |
| 128 | 0 | 1 | defined $all_sep ? : |
| 129 | 1 | 0 | defined $start_col ? : |
| 152 | 0 | 3098 | unless defined $fieldname |
| 153 | 3 | 3095 | if @_ |
| 164 | 0 | 35 | if /^\s*\#/ or /^\s+$/ or not length $_ |
| 165 | 1 | 34 | if (/^rs\#\s+alleles\s+chrom\s+pos\s+strand/) { } |
| 198 | 1 | 90 | unless ($self->{'_pivot'}) |
| 206 | 1 | 90 | unless defined $_ |
| 221 | 3060 | 0 | if (defined $self->{'_header'}) { } |
| 228 | 0 | 3060 | if (@alleles != 2) { } |
| 322 | 1 | 1 | if @_ |