blib/lib/Text/Same/FileChunkedSource.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 18 | 20 | 90.0 |
line | true | false | branch |
---|---|---|---|
135 | 528 | 51 | unless (is_ignorable($options, $chunk)) |
155 | 0 | 4254 | unless (defined $options) |
160 | 774 | 3480 | $$options{'ignore_case'} ? : |
828 | 3426 | $$options{'ignore_blanks'} ? : | |
774 | 3480 | $$options{'ignore_case'} ? : | |
0 | 4254 | $$options{'ignore_simple'} ? : | |
174 | 72 | 2055 | if (not exists $$self{'filtered_chunk_indexes'}{$key}) |
232 | 18 | 240 | unless $$chunk_hash{hash($options, $text)} |
290 | 168 | 660 | if ($prev_filtered_indx < 0) |
316 | 75 | 135 | if ($next_filtered_indx >= $self->get_all_chunks_count) |