class SimpleCov::SourceFile::Line

def never?

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