-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Labels
Description
Hi all,
if I run html reporter on one unit test package and compare it with results from dbms_utplsql_code_coverage a deviation can be seen.
These is coming from dbms_utplsql_code_coverage:

It states that the only (partially) uncovered line is 338. Everything else is fine.
But the html output looks like this:

If you run this test multiple times, then sometimes it varies in the uncovered lines (i.e. it marks 337-338 or 338-339), but dbms_utplsql_code_coverage looks always the same.
Best regards
Tobias