Skip to content

Commit 9d4a922

Browse files
authored
Update README.md
1 parent 4557dc3 commit 9d4a922

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ The DependencyAnalyzer provides a method for analyzing dependencies between Gno
77
1. Parsing Go-like grammar source files to extract package declarations and import statements
88
2. Building a dependency graph between packages
99
3. Calculating key metrics:
10-
$$
11-
I = C_e/(C_a+C_e)
12-
$$
10+
11+
$$I = C_e/(C_a+C_e)$$
1312
- **Afferent coupling ($C_a$)**: The number of packages that depend on a package (incoming dependencies)
1413
- **Efferent coupling ($C_e$)**: The number of packages a package depends on (outgoing dependencies)
1514
- **Instability ($I$)**: Calculated as $Ce/(Ca+Ce)$, ranging from $0$ (stable) to $1$ (unstable)

0 commit comments

Comments
 (0)