emilsonsn/code-genome

https://github.com/emilsonsn/code-genome

New Analysis
Last analysis: Mar 17, 2026 01:11

GitHub Stats

Stars

2

Forks

0

Watchers

2

Open Issues

0

Contributors

1

Default Branch

main

Repository Overview

Files

115

Folders

10

Size

734.57 KB

Tests

18

Code Analysis

Lines of Code

10,037

Files Analyzed

98

Total Commits

64

Contributors

2

Structure Metrics

Max Depth

4

Avg Files per Folder

11.5

Test Coverage

15.65%

Project DNA

93
Excellent
documentation 80/100
tests 100/100
structure 100/100
size 100/100
maintainability 92/100

Hotspot Files

Files with most changes (high churn)

show.blade.php 11 changes
index.blade.php 10 changes
RepositoryMetricsCollector.php 8 changes
RepositoryAnalyzerServiceTest.php 8 changes
RepositoryAnalysisController.php 7 changes

Stack Signals

Laravel
Symfony
React
Vue
Angular
Node.js
Python
Django
Flask
FastAPI
Spring
Express
Next.js
Nuxt
NestJS
.NET
ASP.NET
HTML
CSS

Languages

php 79.59%
css 8.16%
js 8.16%
py 4.08%

Largest Directories

app 23 files
tests 18 files
config 12 files
database 11 files
resources 24 files

Largest Files

genome.js 336 lines
ranking.css 587 lines
show.blade.php 450 lines
StackDetectorTest.php 341 lines
RepositoryAnalyzerServiceTest.php 502 lines

Dependencies & Documentation

README
Docs
go.mod
Gemfile
package.json
composer.json
pyproject.toml
requirements.txt

Project Structure (depth 3)

-- app
|   -- Http
|   |   -- Middleware
|   |   -- Controllers
|   -- Enums
|   -- Models
|   -- Clients
|   |   -- GitHub
|   -- Console
|   |   -- Commands
|   -- Services
|   -- Providers
|   -- Exceptions
|   -- Repositories
|   -- Infrastructure
|   |   -- Git
|   |   -- Score
|   |   -- Stack
|   |   -- Python
|   |   -- Metrics
-- tests
|   -- Unit
|   |   -- Enums
|   |   -- Clients
|   |   |   -- GitHub
|   |   -- Services
|   |   -- Repositories
|   |   -- Infrastructure
|   |   |   -- Git
|   |   |   -- Score
|   |   |   -- Stack
|   |   |   -- Python
|   |   |   -- Metrics
|   -- Feature
-- config
-- public
-- python
|   -- analyzers
|   |   -- __pycache__
-- routes
-- database
|   -- seeders
|   -- factories
|   -- migrations
-- bootstrap
|   -- cache
-- resources
|   -- js
|   -- css
|   -- views
|   |   -- errors
|   |   -- components
|   |   -- repository-analyses