module SimpleCov::Configuration
def print_error_status
configured with the #print_error_status= method.
Whether we should print non-success status codes. This can be
def print_error_status defined?(@print_error_status) ? @print_error_status : true end