| blib/lib/Bio/Phylo/Parsers/Phylip.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 8 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 16 | 0 | 4 | /^\s*(\d+)\s+(\d+)\s*$/ and not $ntax |
| 16 | 0 | 4 | /^\s*(\d+)\s+(\d+)\s*$/ and not $ntax and not $nchar |
| line | l | !l | condition |
|---|---|---|---|
| 32 | 4 | 0 | $self->_args->{'-type'} || 'standard' |