While this issue address to split the UTGenerator into generator vs. validator. The coverage processing has been duplicated in couple of places -
CoverAgent at the end of the loop
UTGenerator during initialization - Does Generator even need coverage? May be when we split generator into validator this initialization can go into validator??
While validating each test.
It would be good to not repeat the code everywhere.
While this issue address to split the UTGenerator into generator vs. validator. The coverage processing has been duplicated in couple of places -
It would be good to not repeat the code everywhere.