lib/Convert/Pheno.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 20 | 60.0 |
line | l | !l | condition |
---|---|---|---|
354 | 0 | 0 | warn "<$table_name> is not a valid table in OMOP-CDM\n" and next |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
538 | 3 | 7 | 4 | $self->{'in_textfile'} && !($self->{'method'} =~ /^redcap2|^omop2|^cdisc2/) |
554 | 11 | 0 | 2 | $self->{'method'} eq "omop2bff" and $self->{'omop_cli'} |
592 | 288 | 0 | 1000 | exists $self->{'omop_cli'} and $self->{'omop_cli'} |
610 | 12 | 0 | 0 | $self->{'verbose'} and $self->{'method'} eq "omop2bff" |
623 | 11 | 0 | 2 | exists $self->{'omop_cli'} and $self->{'omop_cli'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
597 | 0 | 2 | 998 | $total == $elements or $total == $self->{'max_lines_sql'} |