aws / amazon-vpc-cni-k8s
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
10,126 LOC (38%)
8 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
10,126 LOC (38%)
8 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
8
files match defined criteria (
10,126
lines of code,
38.0%
vs. main code):
4
*.yaml files (
6,756
lines of code)
4
*.go files (
3,370
lines of code)
21
lines match the content pattern.
details...
per component - primary logical decomposition
config/master
in 1 file 5,146 LOC (75%)
charts/aws-calico
in 3 files, 1,610 LOC (31%)
pkg/ipamd
in 1 file 1,597 LOC (49%)
pkg/awsutils
in 1 file 1,397 LOC (53%)
cmd/cni-metrics-helper
in 1 file 347 LOC (52%)
pkg/ec2metadatawrapper
in 1 file 29 LOC (26%)