class Minitest::Reporters::HtmlReporter

def percent_skips

The percentage of tests that were skipped
def percent_skips
  (skips / count.to_f * 100).to_i
end