golang / exp
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
14,407 LOC (29%)
72 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
14,407 LOC (29%)
72 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
72
files match defined criteria (
14,407
lines of code,
29.4%
vs. main code):
70
*.go files (
13,874
lines of code)
1
*.c files (
290
lines of code)
1
*.m files (
243
lines of code)
213
lines match the content pattern.
details...
per component - primary logical decomposition
shiny
in 46 files, 10,017 LOC (35%)
errors
in 3 files, 1,170 LOC (45%)
cmd
in 2 files, 159 LOC (7%)
event
in 6 files, 702 LOC (37%)
vulncheck
in 2 files, 357 LOC (22%)
vulndb
in 4 files, 588 LOC (37%)
jsonrpc2
in 1 file 331 LOC (33%)
apidiff
in 3 files, 483 LOC (70%)
rand
in 2 files, 238 LOC (38%)
internal
in 2 files, 222 LOC (55%)
utf8string
in 1 file 140 LOC (100%)