class SimpleCov::SourceFile

def branches

Return all the branches inside current source file
def branches
  @branches ||= build_branches
end