firebase / grpc-SwiftPM
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
15,535 LOC (5%)
41 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
15,535 LOC (5%)
41 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
41
files match defined criteria (
15,535
lines of code,
5.9%
vs. main code):
15
*.cc files (
8,334
lines of code)
3
*.c files (
1,809
lines of code)
3
*.rb files (
1,187
lines of code)
7
*.h files (
902
lines of code)
3
*.cs files (
860
lines of code)
3
*.m files (
794
lines of code)
3
*.py files (
659
lines of code)
1
*.go files (
340
lines of code)
1
*.pxi files (
325
lines of code)
1
*.bzl files (
291
lines of code)
1
*.proto files (
34
lines of code)
68
lines match the content pattern.
details...
per component - primary logical decomposition
src
in 33 files, 13,733 LOC (6%)
tools
in 2 files, 685 LOC (4%)
include
in 2 files, 273 LOC (2%)
ROOT
in 1 file 280 LOC (2%)
spm-cpp-include
in 1 file 235 LOC (2%)
spm-core-include
in 1 file 38 LOC (1%)
bazel
in 1 file 291 LOC (16%)