Repository Analysis

Swordfish90/cool-retro-term

A good looking terminal emulator which mimics the old cathode display...

0.5 Likely human-written View on GitHub
0.5
Adjusted Score
0.5
Raw Score
100%
Time Factor
2026-05-24
Last Push
25,619
Stars
QML
Language
4,323
Lines of Code
31
Files
2
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 2

Pattern Findings

2 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippet
LOWapp/main.cpp1#include <QtQml/QQmlApplicationEngine>
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippet
LOWscripts/list_glyph_counts.py31 except Exception as exc: # noqa: BLE001