| lib/Pheno/Ranker/Compare.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 34 | 53 | 64.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 172 | 72 | 0 | 0 | defined $self->{'debug'} and $self->{'debug'} > 1 |
| 455 | 4912 | 1372 | 5164 | $char1 == 0 and $char2 == 0 |
| 567 | 433 | 25 | 0 | @included and @excluded |
| 693 | 588 | 33075 | 50729 | defined $exclude_variables_regex_qr and $key =~ /$exclude_variables_regex_qr/ |
| 700 | 380 | 31774 | 1509 | $format eq 'PXF' || $format eq 'BFF' and $key =~ /\.age(?!nt)|onset/i |
| 32154 | 0 | 1509 | $format eq 'PXF' || $format eq 'BFF' and $key =~ /\.age(?!nt)|onset/i and not $self->{'age'} | |
| 711 | 32153 | 0 | 1 | ref $val eq "HASH" and not keys %{$val;} |
| 31553 | 0 | 600 | ref $val eq "ARRAY" and not @{$val;} | |
| 722 | 23564 | 0 | 0 | defined $edges and $val =~ /^HP:/ |
| line | l | !l | condition |
|---|---|---|---|
| 787 | 458 | 0 | \%out_hash // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 0 | 0 | 14 | $self->{'debug'} or $self->{'verbose'} |
| 66 | 0 | 0 | 14 | $self->{'debug'} or $self->{'verbose'} |
| 131 | 0 | 0 | 14 | $self->{'debug'} or $self->{'verbose'} |
| 149 | 0 | 0 | 2 | $self->{'debug'} or $self->{'verbose'} |
| 700 | 24 | 33259 | 380 | $format eq 'PXF' || $format eq 'BFF' |
| 711 | 1 | 600 | 31553 | ref $val eq "HASH" and not keys %{$val;} or ref $val eq "ARRAY" and not @{$val;} |
| 600 | 0 | 31553 | ref $val eq "HASH" and not keys %{$val;} or ref $val eq "ARRAY" and not @{$val;} or exists $exclude_values{$val} | |
| 0 | 7989 | 23564 | ref $val eq "HASH" and not keys %{$val;} or ref $val eq "ARRAY" and not @{$val;} or exists $exclude_values{$val} or $val =~ /$misc_regex_qr/ |