guardian / gateway
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 6 components.
  • 473 files, 33,296 LOC (100.0% vs. main code).
  • "src" is biggest, containing 74.98% of LOC.
  • "cdk" is smallest, containing 0.04% of LOC.


src24967 LOC (74%) 413 files
cypress6764 LOC (20%) 45 files
ROOT1098 LOC (3%) 6 files
scripts376 LOC (1%) 7 files
util79 LOC (<1%) 1 file
cdk12 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src2377 commits (51%)
ROOT252 commits (5%)
cypress197 commits (4%)
scripts50 commits (1%)
util28 commits (<1%)
cdk1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019
src
401
2580
1679
2442
3203
825
10
cypress
92
108
100
76
109
ROOT
5
36
27
42
39
109
5
scripts
6
11
38
18
4
util
2
4
3
6
13
cdk
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G src src src--src 70 cypress cypress src--cypress 30 scripts scripts src--scripts 8 ROOT ROOT src--ROOT 5 cypress--cypress 17 cypress--ROOT 1 scripts--cypress 2 scripts--scripts 2 scripts--ROOT 1 ROOT--ROOT 1 util util util--src 2 util--cypress 2 util--scripts 2 util--ROOT 1


2025-05-09 20:52