Branch Coverage

blib/lib/Statistics/Welford.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
62 1 9 if ($$self{'n'} == 1)
72 0 9 if $x < $$self{'min'}
73 9 0 if $x > $$self{'max'}
122 1 0 $$self{'n'} > 0 ? :
133 2 0 $$self{'n'} > 1 ? :