Write QA concept document covering software quality #280

Merged
lars.winzer merged 4 commits from chore/95-write-document-for-software-quality into main 2026-04-12 20:44:17 +02:00
2 changed files with 12 additions and 3 deletions
Showing only changes of commit 9746f52965 - Show all commits
Binary file not shown.
+12 -3
View File
@@ -121,10 +121,19 @@ Die aktuelle Testabdeckung ist wie folgt:
\toprule \toprule
\textbf{Paketname (gekürzt)} & \textbf{Instr.\ Cov.} & \textbf{Branch Cov.} \\ \textbf{Paketname (gekürzt)} & \textbf{Instr.\ Cov.} & \textbf{Branch Cov.} \\
\midrule \midrule
\texttt{package.name} & nil\,\% & nil\,\% \\ \texttt{client.chat} & 0\,\% & 0\,\% \\
\texttt{another.package.name} & nil\,\% & nil\,\% \\ \texttt{client.game} & 0\,\% & 0\,\% \\
\texttt{client.network} & 3\,\% & 1\,\% \\
\texttt{client.ui} (von Abdeckung ausgeschlossen) & 0\,\% & 0\,\% \\
\texttt{server.app.checks} & 0\,\% & 0\,\% \\
\texttt{server.app.commands} & 0\,\% & 0\,\% \\
\texttt{server.domain.game} & 94\,\% & 91\,\% \\
\texttt{server.domain.*} & 45\,\% & 37\,\% \\
\texttt{server.network.transport} & 0\,\% & 0\,\% \\
\texttt{server.network.protocol} & 0\,\% & 0\,\% \\
\texttt{server.network.*} & 2\,\% & 1\,\% \\
\midrule \midrule
\textbf{Summe} & \textbf{nil\,\%} & \textbf{nil\,\%} \\ \textbf{Summe} & \textbf{12\,\%} & \textbf{9\,\%} \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\end{table} \end{table}