10000 Standalone coverage by jgebal · Pull Request #1079 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content

Standalone coverage #1079

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 18, 2020
Prev Previous commit
Next Next commit
Removed dead code.
  • Loading branch information
jgebal committed Jun 21, 2020
commit a4ae4cf875cf7e925d7c7634786a4811474bc8a5
7 changes: 0 additions & 7 deletions source/core/coverage/ut_coverage_helper_block.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ create or replace package body ut_coverage_helper_block is
limitations under the License.
*/

type t_proftab_row is record (
line binary_integer,
calls number(38,0)
);

type t_proftab_rows is table of t_proftab_row;

type t_block_row is record(
line binary_integer
,blocks binary_integer
Expand Down
0