guardian / janus-app
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 7 components.
  • 81 files, 5,615 LOC (72.5% vs. main code).
  • "app" is biggest, containing 64.86% of LOC.
  • "conf" is smallest, containing 0.57% of LOC.


app3642 LOC (47%) 51 files
frontend736 LOC (9%) 5 files
configTools706 LOC (9%) 10 files
example308 LOC (3%) 9 files
ROOT126 LOC (1%) 2 files
project65 LOC (<1%) 3 files
conf32 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.
ROOT194 commits (33%)
app117 commits (20%)
frontend73 commits (12%)
project65 commits (11%)
example33 commits (5%)
configTools24 commits (4%)
conf5 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
app
201
32
70
6
24
54
ROOT
24
69
72
14
7
12
frontend
89
project
12
21
12
9
6
5
configTools
22
2
16
2
19
example
5
3
13
5
44
conf
2
2
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 frontend frontend frontend--frontend 14 app app frontend--app 29 ROOT ROOT frontend--ROOT 3 project project frontend--project 3 configTools configTools frontend--configTools 2 app--app 27 ROOT--app 13 project--app 3 project--ROOT 12 configTools--app 6 configTools--ROOT 2 configTools--configTools 5 example example example--example 2


2025-05-09 20:52