module SimpleCov

def next_subprocess_serial!

Other tags:
    Api: - private — bump the serial in the parent before a fork so the
def next_subprocess_serial!
  @subprocess_serial = subprocess_serial + 1
end