| blib/lib/Data/Phrasebook/Generic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 14 | 71.4 |
| line | l | !l | condition |
|---|---|---|---|
| 52 | 3 | 18 | $hash{'loader'} ||= 'Text' |
| 266 | 1 | 0 | $self->file || 'undef' |
| 267 | 0 | 1 | $self->dict || 'undef' |
| 304 | 0 | 4 | shift() || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 17 | 3 | 0 | not $$self{'file'} or $file ne $$self{'file'} |
| 278 | 1 | 20 | 2 | $$self{'loaded-data'}{$id} ||= do { $loader->get($id) } |