elastic / harp
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.
  • 389 files, 23,553 LOC (100.0% vs. main code).
  • "pkg" is biggest, containing 74.33% of LOC.
  • "tools" is smallest, containing 0.15% of LOC.


pkg17506 LOC (74%) 269 files
cmd3880 LOC (16%) 81 files
build1141 LOC (4%) 24 files
api783 LOC (3%) 9 files
ROOT208 LOC (<1%) 3 files
tools35 LOC (<1%) 3 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
pkg99 commits (35%)
build53 commits (19%)
cmd47 commits (16%)
api14 commits (5%)
ROOT8 commits (2%)
tools7 commits (2%)
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
cmd
63
8
55
96
1
pkg
29
73
158
361
8
build
6
5
39
52
4
ROOT
1
1
6
api
15
4
tools
5
4


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 pkg pkg pkg--pkg 4 build build pkg--build 2 ROOT ROOT pkg--ROOT 1 build--build 1 ROOT--build 1 cmd cmd ROOT--cmd 1 cmd--pkg 1 cmd--build 1 cmd--cmd 1


2025-05-13 19:53