Branch Coverage

utils/bff_pxf_simulator/bff-pxf-simulator
Criterion Covered Total %
branch 32 42 76.1


line true false branch
69 0 3 unless &GetOptions("format|f=s", \$format, "number|n=i", \$number, "output|o=s", \$output, "diseases=i", \$diseases, "exposures=i", \$exposures, "phenotypicFeatures=i", \$phenotypicFeatures, "procedures=i", \$procedures, "treatments=i", \$treatments, "max-diseases-pool=i", \my $max_diseases_pool, "max-ethnicity-pool=i", \my $max_ethnicity_pool, "max-exposures-pool=i", \my $max_exposures_pool, "max-phenotypicFeatures-pool=i", \my $max_phenotypicFeatures_pool, "max-treatments-pool=i", \my $max_treatments_pool, "max-procedures-pool=i", \my $max_procedures_pool, "random-seed=i", \my $random_seed, "external-ontologies=s", \my $ext_ontologies, "help|?", \my $help, "man", \my $man, "debug=i", \my $debug, "verbose|", \my $verbose, "version|V", sub { print "$0 Version $VERSION\n"; exit; } )
70 0 3 if $help
71 0 3 if $man
139 3 0 if defined $random_seed
145 1 2 $self->{'ext_ontologies'} ? :
209 100 0 if (defined $hash->{'treatments'})
215 100 0 if (defined $hash->{'procedures'})
285 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
296 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
310 1100 1000 $format eq 'bff' ? :
321 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
335 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
397 600 1200 exists $self->{'ontologies_data'}{$key} ? :
415 1200 600 defined $max ? :
417 0 1800 wantarray ? :
480 0 1 if @errors
490 0 0 if (@{$errors;})