| blib/lib/KiokuDB/Linker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 71 | 1 | 5569 | 1 | ref $entry->data and refaddr $object == refaddr($entry->data) |
| 173 | 0 | 2053 | 1678 | ref $data and $data->is_weak |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 304 | 0 | 0 | 524 | @entries != @ids or grep {not $_;} @entries |
| 365 | 25 | 2924 | 0 | $self->id_to_entry($id) || $self->load_entry($id) |