kubernetes / cloud-provider-gcp
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
7,785 LOC (25%)
30 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
7,785 LOC (25%)
30 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
30
files match defined criteria (
7,785
lines of code,
25.3%
vs. main code):
20
*.go files (
4,471
lines of code)
1
*.psm1 files (
2,259
lines of code)
7
*.yaml files (
590
lines of code)
1
*.in files (
246
lines of code)
1
*.sed files (
219
lines of code)
46
lines match the content pattern.
details...
per component - primary logical decomposition
cluster/addons
in 8 files, 1,004 LOC (10%)
providers/gce
in 11 files, 2,894 LOC (43%)
cluster/gce
in 2 files, 2,310 LOC (40%)
cmd/gcp-controller-manager
in 2 files, 1,045 LOC (36%)
pkg/controller
in 4 files, 405 LOC (23%)
crd/client
in 1 file 28 LOC (3%)
cmd/auth-provider-gcp
in 1 file 30 LOC (12%)
pkg/util
in 1 file 69 LOC (47%)