Skip to content

Latest commit

 

History

History
75 lines (34 loc) · 2.17 KB

ut_coverage_report_html_helper.md

File metadata and controls

75 lines (34 loc) · 2.17 KB

UT_COVERAGE_REPORT_HTML_HELPER

Constants

Name Code Description
gc_green_coverage_pct
gc_green_coverage_pct  constant integer := 90;
gc_yellow_coverage_pct
gc_yellow_coverage_pct constant integer := 80;
gc_green_css
gc_green_css  constant varchar2(10) := 'green';
gc_yellow_css
gc_yellow_css constant varchar2(10) := 'yellow';
gc_red_css
gc_red_css    constant varchar2(10) := 'red';
gc_missed
gc_missed      constant varchar2(7) := 'missed';
gc_skipped
gc_skipped     constant varchar2(7) := 'skipped';
gc_disabled
gc_disabled    constant varchar2(7) := 'never';
gc_covered
gc_covered     constant varchar2(7) := 'covered';
gc_partcovered
gc_partcovered constant varchar2(7) := 'partcov';

GET_INDEX Function

public definitions

Syntax

function get_index(a_coverage_data ut_coverage.t_coverage, a_assets_path varchar2, a_project_name varchar2 := null, a_command_line varchar2 := null)
  return clob

GET_DEFAULT_HTML_ASSETS_PATH Function

utPLSQL - Version 3
Copyright 2016 - 2017 utPLSQL Project

Licensed under the Apache License, Version 2.0 (the "License"):
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Syntax

function get_default_html_assets_path return varchar2 deterministic