module Coveralls::Output

def no_color?

def no_color?
  (defined?(@no_color)) && @no_color
end