class SimpleCov::ExitCodes::MaximumCoverageDropCheck
def last_run
def last_run return @last_run if defined?(@last_run) @last_run = SimpleCov::LastRun.read end
def last_run return @last_run if defined?(@last_run) @last_run = SimpleCov::LastRun.read end