| blib/lib/Text/Record/Deduper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 18 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 442 | 0 | 0 | 0 | -T $input_file_name and -s $input_file_name |
| 508 | 0 | 0 | 0 | -T $input_file_name and -s $input_file_name |
| 593 | 0 | 0 | 0 | $$master_record_index_ref{$record_num}{'type'} ne 'unique' and $$master_record_index_ref{$record_num}{'parent'} > 0 |
| 635 | 12 | 2 | 2 | $alias_candidate_key and not $alias_candidates{$alias_candidate_key} |
| 651 | 3 | 0 | 0 | $storage_type eq 'file' and $$deduper{'alias'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 593 | 0 | 0 | 0 | $report_options{'all_records'} or $$master_record_index_ref{$record_num}{'type'} ne 'unique' and $$master_record_index_ref{$record_num}{'parent'} > 0 |