RFR: 7903842: Negative coverage in report for records
Dmitry Bessonov
dbessono at openjdk.org
Fri Jan 10 18:20:57 UTC 2025
On Mon, 7 Oct 2024 20:10:03 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:
> The Javap report had several issues marked in the picture below, which have been fixed:
> 
> The expected report is:
> 
While not being deep in the context it seems that the report body was not reworked to show something else than code lines containing code instructions. The report still renders lines marked as green or red, not the specific instructions highlighted in green or red.
Another thing to note is that the reported bug looks related to incorrect calculations, not to the column naming. So any suggested renaming might better go under a different suggested enhancement?
-------------
PR Comment: https://git.openjdk.org/jcov/pull/48#issuecomment-2583465391
More information about the jcov-dev
mailing list