| Bio/Root/Storable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 20 | 45.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 347 | 0 | 0 | 2 | ref($value) =~ /^Bio::/ and $value->isa('Bio::Root::Storable') |
| 362 | 0 | 0 | 0 | ref($val) =~ /^Bio::/ and $val->isa('Bio::Root::Storable') |
| 375 | 0 | 0 | 0 | ref($val) =~ /^Bio::/ and $val->isa('Bio::Root::Storable') |
| 413 | 4 | 0 | 2 | ref $caller and $caller->retrievable |
| line | l | !l | condition |
|---|---|---|---|
| 188 | 22 | 2 | $self->{$key} ||= 'XXXXXXXX' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 167 | 18 | 4 | 0 | $self->{$key} ||= 'File::Spec'->tmpdir |
| 410 | 2 | 4 | 0 | ref $caller || $caller |