class SimpleCov::SourceFile::Line

def never?

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