parent
3156b44c84
commit
9874c75eab
@ -0,0 +1,4 @@ |
|||||||
|
00:00 +0: /app/test/efficiency_bechmark_test.dart: Efficiency Test |
||||||
|
cartButton: 8 |
||||||
|
userSwitch: 10 |
||||||
|
00:01 +1: All tests passed! |
@ -0,0 +1,41 @@ |
|||||||
|
\hypertarget{metrics:redux}{% |
||||||
|
\section{Metriken: redux}\label{metrics:redux}} |
||||||
|
|
||||||
|
\begin{longtable}[]{@{}lllllll@{}} |
||||||
|
\toprule |
||||||
|
Directory & \rot{Cyclomatic complexity} & \rot{Source lines of code} & |
||||||
|
\rot{Maintainability index} & \rot{Number of Arguments} & \rot{Maximum Nesting} & |
||||||
|
\rot{Technical Debt} \\ |
||||||
|
\midrule |
||||||
|
\endhead |
||||||
|
\href{lib/index.html}{lib} & 4 & 20 & 68 & 1 & 1 & 0.0 \\ |
||||||
|
\href{lib/models/index.html}{lib/models} & 21 & 14 & 96 & 0 & 0 & 0.0 \\ |
||||||
|
\href{lib/redux/index.html}{lib/redux} & 12 & 32 & 75 & 1 & 1 & 0.0 \\ |
||||||
|
\href{lib/redux/actions/index.html}{lib/redux/actions} & 8 & 1 & 100 & 0 |
||||||
|
& 0 & 0.0 \\ |
||||||
|
\href{lib/redux/middlewares/index.html}{lib/redux/middlewares} & 3 & 11 |
||||||
|
& 81 & 2 & 2 & 0.0 \\ |
||||||
|
\href{lib/redux/reducers/index.html}{lib/redux/reducers} & 11 & 26 & 84 |
||||||
|
& 2 & 1 & 0.0 \\ |
||||||
|
\href{lib/screens/cart/index.html}{lib/screens/cart} & 7 & 52 & 78 & 1 & |
||||||
|
1 & 0.0 \\ |
||||||
|
\href{lib/screens/product_list/index.html}{lib/screens/product\_list} & |
||||||
|
11 & 54 & 79 & 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} & 8 & 33 & 81 & 1 & 1 & |
||||||
|
0.0 \\ |
||||||
|
\bottomrule |
||||||
|
\end{longtable} |
||||||
|
|
||||||
|
{Cyclomatic complexity : }{88} |
||||||
|
|
||||||
|
{Source lines of code : }{253} |
||||||
|
|
||||||
|
{Maintainability index : }{82} |
||||||
|
|
||||||
|
{Number of Arguments : }{1} |
||||||
|
|
||||||
|
{Maximum Nesting : }{1} |
||||||
|
|
||||||
|
{Technical Debt : }{0} |
Loading…
Reference in new issue