> How do you mean that? Why would be that dependent? I don't really understand the question... The coverage result contains the working directory where the program was run so by definition it depends on the working directory. Put it differently, run the same program in 2 different directories and compare the .gcov files, they are now different, which is a very effective way of breaking automatic coverage testing.
-- Eric Botcazou