How can call coverage be implemented on C source file using python. I'm trying to develop python script for call coverage. But I'm unable to find a way for getting the information about the function calls that are actually executed during testing. Can anyone suggest a way to extract that information.. I want a generic way that works on any C source file that is tested for call coverage.
1.4m articles
1.4m replys
5 comments
57.0k users