Hi, I did some searching, but couldn't find anything on this concept. I am wondering if anyone is aware of a tool, or if maybe this is a capability already embedded in gcov/lcov that I'm can't find. I have two penetration testers / fuzzers, I want to produce lcov reports that show their differences. I.e, what code was covered by both, and also unique coverage for each so I can compare the two for a paper. Can someone familiar with these tools suggest a strategy? I'm totally up for writing a tool myself, just curious what the experts think the easiest path is. thanks!