From 0d2da86d1a754a45343c35bdc671e4d43eb66d39 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Tue, 29 Oct 2024 15:28:28 +0800 Subject: [PATCH] *[misc] add count of effective bug in project class. --- .../count_of_effective_bug_in_project.php | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 module/metric/calc/project/scale/count_of_effective_bug_in_project.php diff --git a/module/metric/calc/project/scale/count_of_effective_bug_in_project.php b/module/metric/calc/project/scale/count_of_effective_bug_in_project.php new file mode 100644 index 0000000000..6871875ff3 --- /dev/null +++ b/module/metric/calc/project/scale/count_of_effective_bug_in_project.php @@ -0,0 +1,20 @@ + + * @package + * @uses func + * @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html) + * @Link https://www.zentao.net + */