class Minitest::Reporters::HtmlReporter

def passes

The number of tests that passed
def passes
  count - failures - errors - skips
end