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
When running ut_html_coverage_reporter from SQL Developer - I get: <title>Code coverage</title>
When running from cli I get: <title>null code coverage</title>
It seems that you're calling constructor with 'null' as a string: ut_coverage_html_reporter('null')
Rather than calling it with an actual null: ut_coverage_html_reporter(null)