Generated 2026-05-06 14:44 · Travel Registration App
python tools/qa_intelligence.py --report
app/views.py
13 findings
✓ No findings
✓ No findings
| Severity | Finding |
|---|---|
| LOW | select_role(): cyclomatic complexity 5 (moderate) |
| HIGH | new_request(): cyclomatic complexity 38 (very high) |
| LOW | admin_panel(): cyclomatic complexity 7 (moderate) |
| LOW | admin_create_window(): cyclomatic complexity 6 (moderate) |
| LOW | admin_update_window(): cyclomatic complexity 6 (moderate) |
| LOW | update_hris_status(): cyclomatic complexity 5 (moderate) |
| LOW | export_excel(): cyclomatic complexity 9 (moderate) |
| LOW | download_doc(): cyclomatic complexity 5 (moderate) |
| LOW | catalog(): cyclomatic complexity 5 (moderate) |
| HIGH | _parse_feature(): cyclomatic complexity 22 (very high) |
| MEDIUM | living_docs(): cyclomatic complexity 11 (high) |
| MEDIUM | docs_feedback(): cyclomatic complexity 11 (high) |
| LOW | test_login(): cyclomatic complexity 7 (moderate) |
results.json
8 failed
| Test | |
|---|---|
| FAIL | HRIS admin exports all requests to Excel |
| FAIL | HRIS admin edits an existing travel window |
| FAIL | HRIS admin assigns a legal entity to another admin user |
| FAIL | Employee receives notification when request is approved |
| FAIL | Submit a request with a document attachment |
| FAIL | View an existing travel request with per-day breakdown |
| FAIL | Download an attached document |
| FAIL | Cannot cancel another user's request |
No functional changes in the working tree since the last commit.