Uber / piranha
Components & Dependencies

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.

Learn more...
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.
  • 123 files, 16,036 LOC (68.5% vs. main code).
  • "src" is biggest, containing 51.27% of LOC.
  • "site" is smallest, containing 2.36% of LOC.


src8222 LOC (35%) 41 files
legacy4526 LOC (19%) 31 files
experimental1911 LOC (8%) 21 files
plugins549 LOC (2%) 13 files
ROOT450 LOC (1%) 6 files
site378 LOC (1%) 11 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.

Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src125 commits (29%)
ROOT76 commits (18%)
plugins14 commits (3%)
experimental13 commits (3%)
site2 commits (<1%)
legacy1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2024 2023 2022
src
401
27
ROOT
4
75
5
experimental
56
plugins
26
site
12
legacy
31


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 3 ROOT ROOT src--ROOT 1 plugins plugins plugins--plugins 1


2024-04-03 14:39