From bd868007bcf0418686b397f7909ef89c3bb2f906 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Tue, 1 Jul 2025 13:13:16 +0800 Subject: [PATCH] + [task#146025] add the count_of_delayed_execution_in_project metric. --- .../count_of_delayed_execution_in_project.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 module/metric/calc/project/scale/count_of_delayed_execution_in_project.php diff --git a/module/metric/calc/project/scale/count_of_delayed_execution_in_project.php b/module/metric/calc/project/scale/count_of_delayed_execution_in_project.php new file mode 100755 index 0000000000..151c52476b --- /dev/null +++ b/module/metric/calc/project/scale/count_of_delayed_execution_in_project.php @@ -0,0 +1,15 @@ +getRecords(array('project', 'value')); + return $this->filterByOptions($records, $options); + } +}