Top "Lcov" questions

LCOV is a graphical front-end for GCC's coverage testing tool gcov

CMake and lcov: gcno files not found

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 lcov
In SonarQube what is the difference in meaning between the "Lines to Cover" and "Uncovered Lines" metrics?

I 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 lcov
Looking for a way to exclude files used by geninfo/genhtml

We are trying to use geninfo and genhtml (alternative to gcovr, see here) to produce an html page using coverage …

html gcc gcov lcov
Lcov: can not collect branch coverage statistics

I used the lcov to create coverage information in my project. But I only can get line coverage and function …

c testing branch code-coverage lcov
How to generate LCOV report based on Jasmine's SpecRunner.html?

We are using Jasmine for our JavaScript unit tests. We have a SpecRunner.html file to run the tests. Does …

javascript unit-testing jasmine lcov
lcov not working properly for coverage

I 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 lcov
Xcode5 Code Coverage (from cmd-line for CI builds)

How 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