| blib/lib/Tie/DictFile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 311 | 0 | 4 | 12 | $$self{'fh'} and $line = $$self{'fh'}->getline |
| 326 | 3 | 9 | 0 | exists $$self{'in_file_a'} and @{$$self{'in_file_a'};} == $Tie::DictFile::CACHE_SIZE |
| 359 | 0 | 0 | 0 | defined $line_read and $line_read le $word |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 144 | 4 | 0 | 2 | keys %{$$self{'delete_from_file'};} or keys %{$$self{'add_to_file'};} |
| 161 | 4 | 0 | 0 | exists $$self{'in_file'}{$word} or $self->_exists_in_file($word) |