class SimpleCov::ExitCodes::MaximumOverallCoverageCheck

def report

def report
  violations.each { |violation| report_violation(violation) }
end