mozilla / blurts-server
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 5 components.
  • 1,241 files, 104,114 LOC (100.0% vs. main code).
  • "src" is biggest, containing 54.84% of LOC.
  • "config" is smallest, containing 0.03% of LOC.


src57092 LOC (54%) 660 files
locales45408 LOC (43%) 557 files
locales-pending1099 LOC (1%) 14 files
ROOT488 LOC (<1%) 9 files
config27 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.
locales7367 commits (43%)
src3294 commits (19%)
locales-pending355 commits (2%)
ROOT341 commits (2%)
config128 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 2018
src
4441
10727
3779
65
locales
1424
11138
5562
1314
874
1408
3132
1224
locales-pending
103
329
48
ROOT
62
253
120
3
2
config
22
92
14


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 417 locales locales src--locales 74 locales-pending locales-pending src--locales-pending 73 ROOT ROOT src--ROOT 36 locales--locales 133 locales--locales-pending 25 locales-pending--locales-pending 13 config config locales-pending--config 6 ROOT--locales 20 ROOT--locales-pending 14 ROOT--ROOT 13 config--src 15 config--locales 6 config--ROOT 1


2025-05-11 19:46