| Bio/Cluster/SequenceFamily.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 337 | 0 | 0 | 14 | not $match{$_} and $_->species |
| 0 | 14 | 0 | not $match{$_} and $_->species and $_->species->can($method) || $self->throw("$method is an invalid criteria") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 337 | 14 | 0 | 0 | $_->species->can($method) || $self->throw("$method is an invalid criteria") |