| Bio/DB/GFF/Typename.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 23 | 43.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 1434 | 0 | 0 | $source eq '' and $method =~ /^([\w-\.]+):([\w-\.]*)$/ |
| 162 | 0 | 0 | 25 | $method ne '' and $self->method ne '' |
| 0 | 25 | 0 | $method ne '' and $self->method ne '' and $method ne $self->method | |
| 163 | 0 | 0 | 25 | $source ne '' and $self->source ne '' |
| 0 | 25 | 0 | $source ne '' and $self->source ne '' and $source ne $self->source |
| line | l | !l | condition |
|---|---|---|---|
| 53 | 1434 | 0 | $method ||= '' |
| 54 | 1434 | 0 | $source ||= '' |
| 59 | 1401 | 33 | $OBJECT_CACHE{"${method}:$source"} ||= bless([$method, $source], $package) |
| 160 | 25 | 0 | $source ||= '' |