commit 60009ab7a6491095b99acd1445dfe0fc5418cb3f
Author: Hiral Oza <hiral.oza@netapp.com>
Date: Fri Mar 11 10:19:51 2022 +0530
Clamp negative coverage counters to zero. Because there is no locking on counter updates, race conditions may cause counters to become negative. Clamp them to zero when exporting LCOV reports. Optionally remove blank lines from coverage Added -omit-blank-lines option to add Skip regions to the coverage map for lines of source code that are blank. Author: Thom.Harp@netapp.com