Commits

Vedant Kumar committed 348b78a4408
[Coverage] Handle non-local exits out of DoStmt's properly First, assign counter expressions to the DoStmt and its body. Next, fix the count associated to the DoStmt when handling a non-local exit. This fixes SR-1850.