aws / libfabric
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,128 LOC (33%)
101 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,128 LOC (33%)
101 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)( |:| ).*
".
101
files match defined criteria (
65,128
LOC,
33.1%
vs. main code):
75
*.c files (
54,563
LOC)
25
*.h files (
10,225
LOC)
1
*.in files (
340
LOC)
274
lines match the content pattern.
details...
per component - primary logical decomposition
prov
in 89 files, 58,154 LOC (37%)
fabtests
in 4 files, 3,608 LOC (21%)
include
in 4 files, 1,081 LOC (10%)
src
in 3 files, 506 LOC (7%)
util
in 1 file 1,779 LOC (65%)