aws / aws-k8s-tester
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
38,649 LOC (44%)
72 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
38,649 LOC (44%)
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 (
38,649
lines of code,
44.3%
vs. main code). All matches are in *.go files.
103
lines match the content pattern.
details...
per component - primary logical decomposition
eks
in 38 files, 24,889 LOC (65%)
k8s-tester
in 9 files, 5,076 LOC (28%)
pkg
in 6 files, 1,826 LOC (17%)
eksconfig
in 5 files, 1,576 LOC (21%)
ec2
in 4 files, 2,882 LOC (68%)
cmd
in 4 files, 596 LOC (16%)
client
in 1 file 190 LOC (9%)
utils
in 3 files, 783 LOC (40%)
ec2config
in 2 files, 831 LOC (74%)