class SimpleCov::SourceFile::Line

def skipped?

# :nocov: comment lines.
Returns true if this line was skipped, false otherwise. Lines are skipped if they are wrapped with
def skipped?
  !!skipped
end