name: statusbar should report Math.floor
about: statusbar should report Math.floor instead of Math.round
Issue:
implements proposal in #423
Changes:
in a 200 line file with 1 missed line, statusbar would report 100%
coverage with Math.round, which is misleading; there is still one
missed line, so use Math.floor instead (which would report 99%
coverage)
name: statusbar should report
Math.floor
about: statusbar should reportMath.floor
instead ofMath.round
Issue:
Changes:
Math.round
, which is misleading; there is still one missed line, so useMath.floor
instead (which would report 99% coverage)