gitlab-org / Git
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
86,587 LOC (25%)
68 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
86,587 LOC (25%)
68 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
68
files match defined criteria (
86,587
LOC,
25.2%
vs. main code):
47
*.c files (
63,899
LOC)
8
*.perl files (
14,416
LOC)
4
*.pm files (
3,777
LOC)
1
*.py files (
3,150
LOC)
5
*.h files (
665
LOC)
1
*.tcl files (
651
LOC)
2
*.toml files (
29
LOC)
138
lines match the content pattern.
details...
per component - primary logical decomposition
ROOT
in 34 files, 44,773 LOC (24%)
builtin
in 17 files, 18,267 LOC (25%)
compat
in 2 files, 6,037 LOC (25%)
t
in 2 files, 446 LOC (3%)
git-gui
in 1 file 651 LOC (5%)
contrib
in 4 files, 1,378 LOC (14%)
gitweb
in 1 file 6,387 LOC (82%)
refs
in 2 files, 4,542 LOC (62%)
perl
in 4 files, 3,777 LOC (60%)
trace2
in 1 file 329 LOC (12%)