aa::coverage::proc_coverage (public)

 aa::coverage::proc_coverage [ -package_key package_key ]

Defined in packages/acs-automated-testing/tcl/coverage-procs.tcl

Calculates the test proc coverage of a particular package. If no 'package_key' is passed, then the system wide test proc coverage is returned.

Switches:
-package_key
(optional)
The 'package_key' of the package to check.
Returns:
Dict with the number of procs (procs), covered procs (covered) and the coverage percentage (coverage).
Author:
Héctor Romojaro
Created:
2019-08-28

Partial Call Graph (max 5 caller/called nodes):
%3 test_aa__coverage_proc_coverage aa__coverage_proc_coverage (test acs-automated-testing) aa::coverage::proc_coverage aa::coverage::proc_coverage test_aa__coverage_proc_coverage->aa::coverage::proc_coverage aa::coverage::proc_list aa::coverage::proc_list (public) aa::coverage::proc_coverage->aa::coverage::proc_list packages/acs-automated-testing/www/admin/index.tcl packages/acs-automated-testing/ www/admin/index.tcl packages/acs-automated-testing/www/admin/index.tcl->aa::coverage::proc_coverage packages/acs-automated-testing/www/admin/proc-coverage.tcl packages/acs-automated-testing/ www/admin/proc-coverage.tcl packages/acs-automated-testing/www/admin/proc-coverage.tcl->aa::coverage::proc_coverage

Testcases:
aa__coverage_proc_coverage
[ show source ]
Show another procedure: