class SimpleCov::ExitCodes::MaximumCoverageDropCheck
def coverage_diff
def coverage_diff raise "Trying to access coverage_diff although there is no last run" unless last_run @coverage_diff ||= last_run[:result][:covered_percent] - covered_percent end