From 637848dee56c39cdc0f206808c2622a0c1d4c17d Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Thu, 17 Feb 2022 18:04:39 +0000 Subject: [PATCH] Update metrics --- results/main/benchmarks.txt | 4 ++++ results/main/metrics.tex | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 results/main/benchmarks.txt diff --git a/results/main/benchmarks.txt b/results/main/benchmarks.txt new file mode 100644 index 0000000..9d7da52 --- /dev/null +++ b/results/main/benchmarks.txt @@ -0,0 +1,4 @@ +00:00 +0: /app/test/efficiency_bechmark_test.dart: Efficiency Test +cartButton: 1 +userSwitch: 2 +00:00 +1: All tests passed! diff --git a/results/main/metrics.tex b/results/main/metrics.tex index 5cd97f8..a8aded6 100644 --- a/results/main/metrics.tex +++ b/results/main/metrics.tex @@ -85,24 +85,24 @@ Maintainability index & Number of Arguments & Maximum Nesting & Technical Debt \\ \midrule \endhead -\href{lib/index.html}{lib} & 4 & 15 & 92 & 1 & 1 & 0.0 \\ +\href{lib/index.html}{lib} & 4 & 17 & 68 & 1 & 1 & 0.0 \\ \href{lib/models/index.html}{lib/models} & 2 & 1 & 99 & 0 & 0 & 0.0 \\ \href{lib/screens/cart/index.html}{lib/screens/cart} & 7 & 40 & 81 & 1 & 1 & 0.0 \\ \href{lib/screens/product_list/index.html}{lib/screens/product\_list} & -10 & 35 & 84 & 1 & 1 & 0.0 \\ +10 & 36 & 84 & 1 & 1 & 0.0 \\ \href{lib/service/index.html}{lib/service} & 2 & 8 & 83 & 0 & 1 & 0.0 \\ \href{lib/utils/index.html}{lib/utils} & 1 & 2 & 84 & 1 & 0 & 0.0 \\ -\href{lib/widgets/index.html}{lib/widgets} & 7 & 26 & 83 & 1 & 1 & +\href{lib/widgets/index.html}{lib/widgets} & 7 & 27 & 83 & 1 & 1 & 0.0 \\ \bottomrule \end{longtable} {Cyclomatic complexity : }{33} -{Source lines of code : }{127} +{Source lines of code : }{131} -{Maintainability index : }{86} +{Maintainability index : }{83} {Number of Arguments : }{1}