epam / pymol-open-source
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
104,338 LOC (36%)
76 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
104,338 LOC (36%)
76 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)( |:| ).*
".
76
files match defined criteria (
104,338
LOC,
36.4%
vs. main code):
47
*.cpp files (
78,049
LOC)
16
*.py files (
18,030
LOC)
6
*.c files (
5,575
LOC)
7
*.h files (
2,684
LOC)
172
lines match the content pattern.
details...
per component - primary logical decomposition
modules
in 16 files, 18,030 LOC (21%)
layer1
in 17 files, 27,707 LOC (52%)
layer2
in 18 files, 30,877 LOC (65%)
contrib
in 19 files, 12,994 LOC (29%)
layer0
in 1 file 231 LOC (<1%)
layer4
in 2 files, 8,825 LOC (96%)
layer3
in 2 files, 2,762 LOC (35%)
layer5
in 1 file 2,912 LOC (57%)