alibaba / MNN
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
65,362 LOC (12%)
131 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
65,362 LOC (12%)
131 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)( |:| ).*
".
131
files match defined criteria (
65,362
LOC,
12.3%
vs. main code):
94
*.cpp files (
41,076
LOC)
5
*.h files (
9,486
LOC)
10
*.py files (
8,149
LOC)
4
*.mm files (
2,368
LOC)
6
*.cu files (
2,313
LOC)
9
*.hpp files (
1,546
LOC)
3
*.cl files (
424
LOC)
205
lines match the content pattern.
details...
per component - primary logical decomposition
source
in 89 files, 37,109 LOC (9%)
tools
in 28 files, 8,887 LOC (12%)
transformers
in 5 files, 9,829 LOC (44%)
pymnn
in 3 files, 4,251 LOC (31%)
backupcode
in 1 file 834 LOC (9%)
express
in 4 files, 4,301 LOC (60%)
include
in 1 file 151 LOC (6%)