From ad4bce0e941d6fb04c9c4b926d9884ba04bf0164 Mon Sep 17 00:00:00 2001
From: Jonas Franz <jonas.franz@incloud.de>
Date: Sat, 19 Feb 2022 13:43:48 +0000
Subject: [PATCH 1/2] Update metrics

---
 results/main/benchmarks.txt |  4 ++--
 results/main/metrics.tex    | 13 +++++++------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/results/main/benchmarks.txt b/results/main/benchmarks.txt
index 9d7da52..0491976 100644
--- a/results/main/benchmarks.txt
+++ b/results/main/benchmarks.txt
@@ -1,4 +1,4 @@
 00:00 +0: /app/test/efficiency_bechmark_test.dart: Efficiency Test
 cartButton: 1
-userSwitch: 2
-00:00 +1: All tests passed!
+userSwitch: 4
+00:02 +1: All tests passed!
diff --git a/results/main/metrics.tex b/results/main/metrics.tex
index a8aded6..753e6ae 100644
--- a/results/main/metrics.tex
+++ b/results/main/metrics.tex
@@ -85,22 +85,23 @@ Maintainability index & Number of Arguments & Maximum Nesting &
 Technical Debt \\
 \midrule
 \endhead
-\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/index.html}{lib} & 5 & 26 & 68 & 1 & 1 & 0.0 \\
+\href{lib/models/index.html}{lib/models} & 11 & 6 & 98 & 0 & 1 & 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 & 36 & 84 & 1 & 1 & 0.0 \\
+15 & 48 & 84 & 1 & 1 & 0.0 \\
 \href{lib/service/index.html}{lib/service} & 2 & 8 & 83 & 0 & 1 & 0.0 \\
+\href{lib/stores/index.html}{lib/stores} & 18 & 38 & 88 & 1 & 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 & 27 & 83 & 1 & 1 &
+\href{lib/widgets/index.html}{lib/widgets} & 7 & 28 & 83 & 1 & 1 &
 0.0 \\
 \bottomrule
 \end{longtable}
 
-{Cyclomatic complexity : }{33}
+{Cyclomatic complexity : }{66}
 
-{Source lines of code : }{131}
+{Source lines of code : }{196}
 
 {Maintainability index : }{83}
 

From e5cbcf4c95d4246d134c452c82d6703779430a24 Mon Sep 17 00:00:00 2001
From: Jonas Franz <jonas.franz@incloud.de>
Date: Sat, 19 Feb 2022 13:52:08 +0000
Subject: [PATCH 2/2] Update metrics

---
 results/main/benchmarks.txt |  2 +-
 results/main/metrics.tex    | 15 +++++++--------
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/results/main/benchmarks.txt b/results/main/benchmarks.txt
index 0491976..cf2d224 100644
--- a/results/main/benchmarks.txt
+++ b/results/main/benchmarks.txt
@@ -1,4 +1,4 @@
 00:00 +0: /app/test/efficiency_bechmark_test.dart: Efficiency Test
 cartButton: 1
-userSwitch: 4
+userSwitch: 2
 00:02 +1: All tests passed!
diff --git a/results/main/metrics.tex b/results/main/metrics.tex
index 753e6ae..a924b80 100644
--- a/results/main/metrics.tex
+++ b/results/main/metrics.tex
@@ -85,23 +85,22 @@ Maintainability index & Number of Arguments & Maximum Nesting &
 Technical Debt \\
 \midrule
 \endhead
-\href{lib/index.html}{lib} & 5 & 26 & 68 & 1 & 1 & 0.0 \\
-\href{lib/models/index.html}{lib/models} & 11 & 6 & 98 & 0 & 1 & 0.0 \\
-\href{lib/screens/cart/index.html}{lib/screens/cart} & 7 & 40 & 81 & 1 &
+\href{lib/index.html}{lib} & 4 & 17 & 68 & 1 & 1 & 0.0 \\
+\href{lib/models/index.html}{lib/models} & 5 & 3 & 98 & 0 & 0 & 0.0 \\
+\href{lib/screens/cart/index.html}{lib/screens/cart} & 7 & 43 & 80 & 1 &
 1 & 0.0 \\
 \href{lib/screens/product_list/index.html}{lib/screens/product\_list} &
-15 & 48 & 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/stores/index.html}{lib/stores} & 18 & 38 & 88 & 1 & 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 & 28 & 83 & 1 & 1 &
+\href{lib/widgets/index.html}{lib/widgets} & 7 & 27 & 83 & 1 & 1 &
 0.0 \\
 \bottomrule
 \end{longtable}
 
-{Cyclomatic complexity : }{66}
+{Cyclomatic complexity : }{36}
 
-{Source lines of code : }{196}
+{Source lines of code : }{136}
 
 {Maintainability index : }{83}