BOOST_FOREACH prevent 100% code coverage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I'm using BOOST_FOREACH in my code. And because it's macro so the
whole code behind the macro is inserted in place where it's used. So
finally when generating code coverage using gcc/gcov for my file it
says that I have not covered branches in line with BOOST_FOREACH.
And the question is - is it possible to somehow exclude BOOST_FOREACH
form coverage results?

Thanks,
Marcin


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux