You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/userguide/coverage.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,26 @@ end;
67
67
68
68
In this mode html reporter will show additionally number of lines that been partially covered and highlight them in orange. Number of blocks in code, blocks covered and missed.
69
69
70
+
#### Oracle 12.2 extended coverage with profiler and block coverage
71
+
Using data collected from profiler and block coverage running parallel we are able to enrich information about coverage.
72
+
For every line recorded by profiler if we have a partially covered same line in block coverage we will display that information
73
+
presenting line as partially covered and displaying number of block and how many blocks been covered in that line.
0 commit comments