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

Testcases:
aa__coverage_proc_coverage
[ show source ]
Show another procedure: