• Sergei Golubchik's avatar
    bugfix: dgcov.pl shows wrong line numbers · 179515a6
    Sergei Golubchik authored
    dgcov.pl was putting gcov execution counters on wrong lines
    in the report (*.dgcov files were correct), because it was
    incrementing the new line number for diff lines starting from '-'
    (lines from the old file, not present in the new)
    179515a6
dgcov.pl 6.24 KB