Analyzed 2026-03-23 by code2llm · Primary language: python · Python: 154, JavaScript: 67, Shell: 8
| Module | Path | Lines | Funcs | Classes | CC max |
|---|---|---|---|---|---|
| tools.jsx | src/proxym/dashboard/components | 1,529 | 108 | 0 | 87 |
| tickets.jsx | src/proxym/dashboard/components | 1,449 | 87 | 0 | 94 |
| tasks.jsx | src/proxym/dashboard/components | 1,300 | 91 | 0 | 82 |
| users.py | src/proxym/dashboard | 808 | 35 | 3 | 17 |
| coverage_html_cb_dd2e7eb5.js | htmlcov | 735 | 65 | 0 | 21 |
| environments.jsx | src/proxym/dashboard/components | 611 | 30 | 0 | 59 |
| setup.jsx | src/proxym/dashboard/components | 533 | 27 | 0 | 17 |
| validate_system.sh | scripts | 531 | 11 | 0 | 0 |
| __init__.py | src/proxym/tools | 501 | 16 | 5 | 9 |
| projects.jsx | src/proxym/dashboard/components | 467 | 22 | 0 | 21 |
| _environments_api.py | src/proxym/dashboard | 460 | 33 | 6 | 13 |
| _tickets_api.py | src/proxym/dashboard | 456 | 20 | 8 | 17 |
| users.jsx | src/proxym/dashboard/components | 427 | 21 | 0 | 21 |
| __init__.py | src/proxym/accounts | 398 | 20 | 8 | 15 |
| _manager.py | src/proxym/dashboard/tickets | 395 | 33 | 1 | 22 |
| human.jsx | src/proxym/dashboard/components | 366 | 18 | 0 | 65 |
| __init__.py | src/proxym/router | 352 | 13 | 1 | 9 |
| repair_agent.py | src/proxym/observability | 341 | 9 | 1 | 14 |
| __init__.py | src/proxym/cache | 333 | 10 | 3 | 9 |
| entrypoint.sh | services/vscode | 333 | 1 | 0 | 0 |
| Severity | Target | Type | Value | Limit |
|---|---|---|---|---|
| critical | TicketDetailPanel | cc_exceeded | 94 | 15 |
| critical | TicketsPanel | cc_exceeded | 87 | 15 |
| critical | TicketDispatchTable | cc_exceeded | 87 | 15 |
| critical | TasksPanel | cc_exceeded | 82 | 15 |
| critical | JobDetailsPanel | cc_exceeded | 77 | 15 |
| critical | ToolHealthPanel | cc_exceeded | 76 | 15 |
| critical | HumanTaskPanel | cc_exceeded | 65 | 15 |
| critical | EnvironmentsPanel | cc_exceeded | 59 | 15 |
| critical | ToolsPanel | cc_exceeded | 57 | 15 |
| critical | TicketsPanel | high_fan_out | 56 | 10 |
| critical | ToolsJobQueue | cc_exceeded | 48 | 15 |
| critical | TicketCard | cc_exceeded | 42 | 15 |
| critical | TicketHistoryItem | cc_exceeded | 42 | 15 |
| critical | EnvironmentsPanel | high_fan_out | 42 | 10 |
| critical | TasksRecentJobs | cc_exceeded | 37 | 15 |
| Function | Fan-out | Note |
|---|---|---|
| TicketsPanel | 56 | Orchestrates 56 calls |
| EnvironmentsPanel | 42 | Orchestrates 42 calls |
| TasksPanel | 34 | Orchestrates 34 calls |
| useDashboardData | 32 | Orchestrates 32 calls |
| VoiceChat | 31 | Orchestrates 31 calls |
| create_ticket | 29 | Create a new ticket. Accepts 'task' (new) or 'title' (legacy). |
| run_all_tests | 28 | Run all diagnostic tests and return comprehensive status. |
| chat_completions | 27 | OpenAI-compatible chat completions with intelligent routing. Extra headers: X |
| QuickTaskCreator | 27 | Orchestrates 27 calls |
| TicketDispatchTable | 27 | 27-way dispatch |
| # | Action | Impact | Effort |
|---|---|---|---|
| 1 | Split _apply_runtime_health (CC=28 → target CC<10) | high | low |
| 2 | Split DiagnosticsPanel (CC=26 → target CC<10) | high | low |
| 3 | Split LogPanel (CC=34 → target CC<10) | high | low |
| 4 | Split VMsPanel (CC=32 → target CC<10) | high | low |
| 5 | Split HumanTaskPanel (CC=65 → target CC<10) | high | low |
| 6 | Split _resolveJobEnvironment (CC=25 → target CC<10) | high | low |
| 7 | Split TaskCardMeta (CC=35 → target CC<10) | high | low |
| 8 | Split TaskJobBadge (CC=25 → target CC<10) | high | low |
| 9 | Split TaskBulkEditBar (CC=30 → target CC<10) | high | low |
| 10 | Split QuickTaskCreator (CC=27 → target CC<10) | high | low |
| 11 | Split TasksPanel (CC=82 → target CC<10) | high | low |
| 12 | Split EnvironmentsPanel (CC=59 → target CC<10) | high | low |
| 13 | Split useTicketFilters (CC=31 → target CC<10) | high | low |
| 14 | Split TicketCard (CC=42 → target CC<10) | high | low |
| 15 | Split TicketHistoryItem (CC=42 → target CC<10) | high | low |