LCOV is a graphical front-end for GCC's coverage testing tool gcov
I am trying to get code coverage on my CMake based project (which consists of several targets). First I generate …
c++ cmake code-coverage gcov lcovI am looking at the Coverage report within the Measures tab of a SonarQube analysed C++ project. On that page …
unit-testing sonarqube code-coverage gcov lcovI used the lcov to create coverage information in my project. But I only can get line coverage and function …
c testing branch code-coverage lcovWe are using Jasmine for our JavaScript unit tests. We have a SpecRunner.html file to run the tests. Does …
javascript unit-testing jasmine lcovI am trying to get html coverage for a test using gcc 4.8.2 and lcov 1.10. I am sure that my source, …
gcov lcovHow can I generate code coverage with Xcode 5 and iOS7? Prior to upgrading I was getting code coverage just fine. …
objective-c code-coverage xcode5 lcov