This is a follow-up of simplecov-ruby/simplecov#679
I'm having a 100% test coverage with some missed lines

I suggest to stick with using Float#floor instead of round as simplecov does.
The changes would be in :
- lib/simplecov-html.rb:41
- lib/simplecov-html.rb:42
- views/covered_percent.erb:2
- views/file_list.erb:10
- views/file_list.erb:61
- views/file_list.erb:66
- views/file_list.erb:68
Are you open to merge pull requests? I can submit one
This is a follow-up of simplecov-ruby/simplecov#679
I'm having a 100% test coverage with some missed lines
I suggest to stick with using
Float#floorinstead ofroundas simplecov does.The changes would be in :
Are you open to merge pull requests? I can submit one