blib/lib/KSx/Index/ZlibDocWriter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 20 | 70.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 4 | unless $ix_out{$$self} = $folder->open_out($ix_file) |
28 | 0 | 4 | unless $dat_out{$$self} = $folder->open_out($dat_file) |
35 | 3 | 10 | unless $ix_out{$$self} |
42 | 0 | 13 | unless $args{'doc_id'} == $expected |
50 | 13 | 39 | unless $inverter->get_type->stored |
75 | 0 | 3 | unless $doc_max |
77 | 1 | 2 | unless $ix_out{$$self} |
81 | 0 | 3 | unless blessed $doc_reader and $doc_reader->isa('KSx::Index::ZlibDocReader') |
86 | 3 | 21 | unless $doc_map->get($i) |
98 | 4 | 0 | if ($ix_out) |