Open rwfranks opened 4 months ago
If you use the -relative_only
flag (and for more complex distros, also -gcov_chdir
) in https://metacpan.org/dist/Devel-Cover/view/bin/cover, you shouldn't see this, since that's why I added them. @kiwiroy perhaps of interest to you too
The time has surely come to reconsider the decision to include perl included header files in the coverage report. The more ingenious the compiler engineers become in their quest for efficiency, the more uncoverable branches and statements appear in the coverage reports. None of this extraneous information is of any value to the end user.
The following report shows how bad this situation has become for this uncomplicated perl XS example.