guardian / french-thrift
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
58,257 LOC (27%)
103 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
58,257 LOC (27%)
103 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)( |:| ).*
".
103
files match defined criteria (
58,257
LOC,
27.1%
vs. main code):
12
*.cc files (
29,889
LOC)
12
*.rs files (
4,990
LOC)
11
*.d files (
3,765
LOC)
3
*.pas files (
2,288
LOC)
8
*.cpp files (
2,180
LOC)
7
*.c files (
2,148
LOC)
12
*.cs files (
1,953
LOC)
2
*.swift files (
1,722
LOC)
8
*.h files (
1,509
LOC)
4
*.lua files (
1,411
LOC)
5
*.js files (
1,170
LOC)
2
*.tcc files (
1,168
LOC)
3
*.erl files (
969
LOC)
2
*.php files (
799
LOC)
3
*.java files (
734
LOC)
1
*.dart files (
411
LOC)
2
*.rb files (
382
LOC)
1
*.py files (
325
LOC)
2
*.go files (
250
LOC)
1
*.in files (
107
LOC)
1
*.cmake files (
57
LOC)
1
*.inc files (
30
LOC)
170
lines match the content pattern.
details...
per component - primary logical decomposition
lib
in 82 files, 26,897 LOC (19%)
compiler
in 13 files, 30,244 LOC (50%)
tutorial
in 1 file 861 LOC (9%)
contrib
in 5 files, 91 LOC (2%)
build
in 2 files, 164 LOC (12%)