Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
statusbar reports floor of coverage (resolves #423)
* 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)
- Loading branch information