| blib/lib/Bio/Gonzales/MiniFeat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 40 | 22 | 0 | 176 | exists $self->attributes->{$p->{'name'}} and @{$self->attributes->{$p->{'name'}};} > 0 |
| 42 | 171 | 3 | 2 | @{$self->attributes->{$p->{'name'}};} > 1 and not $p->{'quiet'} |
| 50 | 56 | 0 | 95 | exists $self->attributes->{$attr} and @{$self->attributes->{$attr};} > 0 |
| 52 | 89 | 0 | 6 | @values and @values > 0 |
| 57 | 0 | 0 | 6 | @values == 1 and ref $values[0] eq 'ARRAY' |
| 116 | 59 | 3 | 1 | exists $$v{&refaddr($self)} and $$v{&refaddr($self)} != $depth |