lib/Convert/Pheno/CSV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
239 | 67707 | 0 | 0 | $self->{'verbose'} and $count % 10000 == 0 |
377 | 12049 | 0 | 0 | $self->{'verbose'} and $count % 1000 == 0 |
485 | 0 | 0 | 6000 | exists $item->{'person_id'} and $item->{'person_id'} |
671 | 0 | 0 | 0 | $self->{'verbose'} and $count % 10000 == 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
710 | 1 | 0 | 2 | $mode eq "a" or $mode eq "w" |