lcov
lcov copied to clipboard
LCOV
Some commands use `pwd`: https://github.com/search?q=repo%3Alinux-test-project%2Flcov+pwd+language%3APerl&type=code&l=Perl and redirection to `/dev/null`: https://github.com/search?q=repo%3Alinux-test-project%2Flcov+dev%2Fnull+language%3APerl&type=code&l=Perl Please replace the system specific calls to perl functions where possible - like `getwcd()` and have the redirection adjusted to...
Moving this from the discussion in PR #161. The PR is about something totally different - and I don't want this one to be lost. * Background: * ‘genhtml –frames’...
Hi all. I cloned successfully from link: https://github.com/linux-test-project/lcov.git **I want to build on x86 machine, I followed all required steps.** kush@enlite:~/enlite/lcov$ sudo make install ``` make[3]: Leaving directory '/home/kush/enlite/lcov/tests/gendiffcov/errs' make[2]:...
How can a file have a zeroth line? When I look at the line numbers corresponding to "FN:14...", I see that the 14th line of a file has the function...
when i use lcov in Android,such as following command: ``` lcov -c -o info -d . ``` An error occurred, the error message is as follows: ``` geninfo: ERROR: GCOV...
Hello, we're facing an error handling issue in genhtml after we switched to lcov 2.0. genhtml version ``` $ genhtml --version genhtml: LCOV version 2.0-1 ``` Command: ``` genhtml --demangle-cpp...
running on ubuntu20.04, with 16 cores, 32G memory. tested using the same tracefile(about 700 files, 300k+ lines, 20k+ functions, 100k+ branches), genhtml command: ``` time genhtml --output-directory $OUTPUT --branch-coverage --prefix...
A call to ``` lcov -c -i --no-external -d a/ -d b/ -o out ``` should generate a trace where the cover points of C files in _either_ `a/` or...
Running Ubuntu 22.04.4 LTS, bash 5.1.16(1)-release. Just pulled lcov and am trying to build the example. It fails if a part of the path is a softlink. lcov is dropping...
Having incorrect `#line` directives on the input C files causes `geninfo --filter trivial` to call the Perl function `containsTrivialFunction` in a way where variable `$src` on [lcovutil.pm:5372](/linux-test-project/lcov/blob/master/lib/lcovutil.pm#L5372) is undefined. Probably...