Skip to content

Commit

Permalink
Improve listing of specific metrics
Browse files Browse the repository at this point in the history
Addresses #431
  • Loading branch information
mikesperber committed Jun 9, 2024
1 parent a8bd355 commit 3a54881
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/05-evaluation/LZ-05-02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Softwarearchitekt:innen
** quantitative Messung von Laufzeitverhalten (R1)
** qualitative Auswertung durch Interviews, Umfragen, Pen-Tests etc. (R1)
** Szenarien (R1)
** Architektur-Metriken (R1)
** Architektur-Metriken für Kopplung wie der Grad von Eingangs- und
Ausgangs-Abhängigkeiten (R1)
** Kosten-Nutzen-Analyse (R3)
** Architecture Trade-Off Analysis Method <<bass>> (R3)
* kennen Informationsquellen für Qualitätsanalyse:
Expand All @@ -20,12 +21,14 @@ Softwarearchitekt:innen
** Architektur- und Entwurfsmodelle (R1)
** Quelltext (R1)
** Quelltext-bezogene Metriken wie Lines-of-Code, (zyklomatische)
Komplexität, ein- und ausgehende Abhängigkeiten (R1)
Komplexität (R1)
** Testfälle und ihre Testresultate (R1)
** Fehler und ihre Position im Quelltext, besonders Fehlercluster (R1)
** andere Dokumentation des Systems, wie z.{nbsp}B. Betriebs- und
Testdokumentation (R1)
** Laufzeit-Logs und Metriken (R1)
** Revisionshistorie, wie z.{nbsp}B. wie Änderungsrate pro Komponente
(R3)

// end::DE[]

Expand All @@ -41,7 +44,8 @@ Software architects
** quantitative measurement of run-time behaviour (R1)
** qualitative evaluation via interviews, surveys, pen tests etc. (R1)
** scenarios (R1)
** architecture metrics (R1)
** architecture metrics for coupling such as the degree of
inbound and outbound dependencies (R1)
** cost-benefit analysis (R3)
** Architecture Trade-Off Analysis Method <<bass>> (R3)

Expand All @@ -51,11 +55,12 @@ Software architects
** architecture and design models (R1)
** source code (R1)
** source-code-related metrics such as lines of code, (cyclomatic)
complexity, inbound and outbound dependencies (R1)
complexity (R1)
** test cases and test results (R1)
** errors and their locations in the source code, especially error clusters (R1)
** other documentation of the system, such as operational or test (R1)
documentation (R1)
** run-time event logs and metrics (R1)
** revision history, such as the rate of change per component (R3)

// end::EN[]

0 comments on commit 3a54881

Please sign in to comment.