Branch Coverage

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


line true false branch
68 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; } )
69 0 3 if $help
70 0 3 if $man
137 3 0 if defined $random_seed
143 1 2 $self->{'ext_ontologies'} ? :
204 100 0 if (defined $hash->{'treatments'})
210 100 0 if (defined $hash->{'procedures'})
276 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
286 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
299 1100 1000 $format eq 'bff' ? :
309 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
322 200 100 $format eq 'bff' ? :
200 100 $format eq 'bff' ? :
381 600 1200 exists $self->{'ontologies_data'}{$key} ? :
398 1200 600 defined $max ? :
400 0 1800 wantarray ? :
462 0 1 if @errors
471 0 0 if (@{$errors;})