class SimpleCov::SourceFile::Branch

def skipped!

Flags the branch as skipped
def skipped!
  @skipped = true
end