Condition Coverage

utils/csv2pheno_ranker/csv2pheno-ranker
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 1 $input and $input =~ /\.(csv|tsv)$/
0 0 1 $input and $input =~ /\.(csv|tsv)$/ and -f $input
53 0 1 0 $generate_primary_key and not $primary_key_name
57 1 0 0 defined $output_dir and not -d $output_dir
195 3 0 0 $self->{'verbose'} and $count % 1000 == 0

or 3 conditions

line l !l&&r !l&&!r condition
108 0 1 0 $self->{'output_dir'} // $path
264 0 1 0 exists $arrays_hash{$primary_key_name} or exists $non_arrays_hash{$primary_key_name}