class SimpleCov::SourceFile::Line

def never?

Returns true if this line is not relevant for coverage
def never?
  coverage.nil?
end