Logical Decomposition #1: PRIMARY
The decompositions is based on the folder structure at level 1 (relative to the source code root).
Component Sizes (Lines of Code)
The "primary" logical decomposition has 5 components.
- 46 files, 6,944 LOC (14.2% vs. main code).
- "internal" is biggest, containing 81.51% of LOC.
- "azure" is smallest, containing 2.45% of LOC.
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
- Analyzed system has 2 links (arrows) between components.
- The number on the arrow represents the number of files from referring component that depend on files in referred component.
- These 2 links contain 10 dependencies.
- There is 1 place (2 links) with cyclic dependencies (10 file dependencies).
flowchart TB
n0["ROOT"]
n1["packages"]
n2["auth"]
n3["azure"]
n4["internal"]
n4 -->|"9"| n1
n1 -->|"1"| n4
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
class n0,n1,n2,n3,n4 highlighted;
linkStyle 0 stroke:#DC143CED,stroke-width:9px
linkStyle 1 stroke:#DC143C5E,stroke-width:1px
Download:
Mermaid (.mmd)
(open online Mermaid editor)
Open 2D force graph...
Open 3D force graph...
Show more details about dependencies...
| From Component --> To Component |
From Component (files with dependencies) |
Details |
|---|---|---|
| internal   --> packages |
|
9 source files |
| packages   --> internal |
|
1 source file |