We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4557dc3 commit 9d4a922Copy full SHA for 9d4a922
README.md
@@ -7,9 +7,8 @@ The DependencyAnalyzer provides a method for analyzing dependencies between Gno
7
1. Parsing Go-like grammar source files to extract package declarations and import statements
8
2. Building a dependency graph between packages
9
3. Calculating key metrics:
10
-$$
11
-I = C_e/(C_a+C_e)
12
+
+$$I = C_e/(C_a+C_e)$$
13
- **Afferent coupling ($C_a$)**: The number of packages that depend on a package (incoming dependencies)
14
- **Efferent coupling ($C_e$)**: The number of packages a package depends on (outgoing dependencies)
15
- **Instability ($I$)**: Calculated as $Ce/(Ca+Ce)$, ranging from $0$ (stable) to $1$ (unstable)
0 commit comments