Branch Coverage

blib/lib/Statistics/LogRank.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
54 0 6 if ($N1 + $N2 == 0) { }
57 0 6 if ($N ** 2 * ($N - 1) == 0) { }
77 0 1 if ($total_v == 0)