Branch Coverage

blib/lib/Acme/BloodType.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
61 0 0 if (defined $init and defined $$init{'genotype'}) { }
0 0 elsif (defined $init and defined $$init{'phenotype'}) { }
62 0 0 unless $$geno_pheno{$$init{'genotype'}}
66 0 0 unless @possible
110 0 0 unless $other->isa('Acme::BloodType')