Is Gcov an application based coverage or system based coverage
.gcda files doesn't get generated for all the files. the gcda files are created only for few source files. gcno files are created for all the source files complied with the gcov complilation flags. My project also has QT based modules for which i don't get .gcda files.
Question here is : is gcov application based coverage tool or system based coverage tool ??
I have added the -fprofile-arcs -ftest-coverage in CFLAGS LDFLAGS and CXXFLAGS.