Tagged Questions

3
votes
2answers
557 views

splint and test coverage analysis?

I'm looking for a static analysis tool with the maturity of splint that also produces test coverage analysis of the code. For instance, all non-static functions in libfoo.c should be present in ...