module SimpleCov

def round_coverage(coverage)

Other tags:
    Api: - private
def round_coverage(coverage)
  coverage.floor(2)
end