# File lib/logging/stats.rb, line 99
def
mean
return
0
.0
if
num
<
1
sum
/
num
end