Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 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