class SimpleCov::SourceFile

def covered_branches

report.
isn't declared in code but is given by default by the coverage
some conditions like `case` may have an additional `else` that
Select the covered branches. We use a tree schema here because
def covered_branches
  @covered_branches ||= branches.select(&:covered?)
end