Branch Coverage

lehmer.c
Criterion Covered Total %
branch 0 8 0.0


line true false branch
887 0 0 UV LMOS_prime_count(UV n) { if (n!=0) croak("Not compiled with Lehmer support"); return 0;}
888 0 0 UV lehmer_prime_count(UV n) { if (n!=0) croak("Not compiled with Lehmer support"); return 0;}
889 0 0 UV meissel_prime_count(UV n) { if (n!=0) croak("Not compiled with Lehmer support"); return 0;}
890 0 0 UV legendre_prime_count(UV n) { if (n!=0) croak("Not compiled with Lehmer support"); return 0;}