Coverage report: 14.06%

Files Functions Classes

coverage.py v7.12.0, created at 2025-11-20 20:52 +0900

File function   statements missing excluded   coverage
src / moai_adk / __init__.py (no function)   6 2 0   66.67%
src / moai_adk / __main__.py show_logo   10 10 0   0.00%
src / moai_adk / __main__.py cli   2 2 0   0.00%
src / moai_adk / __main__.py statusline   9 9 0   0.00%
src / moai_adk / __main__.py main   12 12 0   0.00%
src / moai_adk / __main__.py (no function)   26 1 0   96.15%
src / moai_adk / cli / __init__.py (no function)   1 0 0   100.00%
src / moai_adk / cli / commands / __init__.py (no function)   5 0 0   100.00%
src / moai_adk / cli / commands / analyze.py analyze   44 44 0   0.00%
src / moai_adk / cli / commands / analyze.py (no function)   14 14 0   0.00%
src / moai_adk / cli / commands / doctor.py doctor   41 41 0   0.00%
src / moai_adk / cli / commands / doctor.py _display_language_tools   11 11 0   0.00%
src / moai_adk / cli / commands / doctor.py _check_specific_tool   8 8 0   0.00%
src / moai_adk / cli / commands / doctor.py _suggest_fixes   17 17 0   0.00%
src / moai_adk / cli / commands / doctor.py _get_install_command   2 2 0   0.00%
src / moai_adk / cli / commands / doctor.py _export_diagnostics   6 6 0   0.00%
src / moai_adk / cli / commands / doctor.py _check_slash_commands   25 25 0   0.00%
src / moai_adk / cli / commands / doctor.py (no function)   22 0 0   100.00%
src / moai_adk / cli / commands / init.py create_progress_callback   2 2 0   0.00%
src / moai_adk / cli / commands / init.py create_progress_callback.callback   2 2 0   0.00%
src / moai_adk / cli / commands / init.py init   134 134 0   0.00%
src / moai_adk / cli / commands / init.py (no function)   21 0 0   100.00%
src / moai_adk / cli / commands / language.py language   1 1 0   0.00%
src / moai_adk / cli / commands / language.py list   11 11 0   0.00%
src / moai_adk / cli / commands / language.py info   13 13 0   0.00%
src / moai_adk / cli / commands / language.py render_template   16 16 0   0.00%
src / moai_adk / cli / commands / language.py translate_descriptions   14 14 0   0.00%
src / moai_adk / cli / commands / language.py execute   34 34 0   0.00%
src / moai_adk / cli / commands / language.py validate_config   32 32 0   0.00%
src / moai_adk / cli / commands / language.py (no function)   40 40 0   0.00%
src / moai_adk / cli / commands / status.py status   31 31 0   0.00%
src / moai_adk / cli / commands / status.py (no function)   9 0 0   100.00%
src / moai_adk / cli / commands / update.py _is_installed_via_uv_tool   5 5 0   0.00%
src / moai_adk / cli / commands / update.py _is_installed_via_pipx   5 5 0   0.00%
src / moai_adk / cli / commands / update.py _is_installed_via_pip   5 5 0   0.00%
src / moai_adk / cli / commands / update.py _detect_tool_installer   7 7 0   0.00%
src / moai_adk / cli / commands / update.py _get_current_version   1 1 0   0.00%
src / moai_adk / cli / commands / update.py _get_latest_version   9 9 0   0.00%
src / moai_adk / cli / commands / update.py _compare_versions   7 7 0   0.00%
src / moai_adk / cli / commands / update.py _get_package_config_version   1 1 0   0.00%
src / moai_adk / cli / commands / update.py _get_project_config_version   15 15 0   0.00%
src / moai_adk / cli / commands / update.py _get_project_config_version._is_placeholder   1 1 0   0.00%
src / moai_adk / cli / commands / update.py _ask_merge_strategy   11 11 0   0.00%
src / moai_adk / cli / commands / update.py _generate_manual_merge_guide   20 20 0   0.00%
src / moai_adk / cli / commands / update.py _detect_stale_cache   9 9 0   0.00%
src / moai_adk / cli / commands / update.py _clear_uv_package_cache   16 16 0   0.00%
src / moai_adk / cli / commands / update.py _execute_upgrade_with_retry   31 31 0   0.00%
src / moai_adk / cli / commands / update.py _execute_upgrade   7 7 0   0.00%
src / moai_adk / cli / commands / update.py _preserve_user_settings   16 16 0   0.00%
src / moai_adk / cli / commands / update.py _restore_user_settings   14 14 0   0.00%
src / moai_adk / cli / commands / update.py _sync_templates   81 81 0   0.00%
src / moai_adk / cli / commands / update.py get_latest_version   4 4 0   0.00%
src / moai_adk / cli / commands / update.py set_optimized_false   9 9 0   0.00%
src / moai_adk / cli / commands / update.py _load_existing_config   7 7 0   0.00%
src / moai_adk / cli / commands / update.py _is_placeholder   1 1 0   0.00%
src / moai_adk / cli / commands / update.py _coalesce   11 11 0   0.00%
src / moai_adk / cli / commands / update.py _extract_project_section   4 4 0   0.00%
src / moai_adk / cli / commands / update.py _build_template_context   12 12 0   0.00%
src / moai_adk / cli / commands / update.py _preserve_project_metadata   28 28 0   0.00%
src / moai_adk / cli / commands / update.py _apply_context_to_file   12 12 0   0.00%
src / moai_adk / cli / commands / update.py _validate_template_substitution   20 20 0   0.00%
src / moai_adk / cli / commands / update.py _validate_template_substitution_with_rollback   25 25 0   0.00%
src / moai_adk / cli / commands / update.py _show_version_info   3 3 0   0.00%
src / moai_adk / cli / commands / update.py _show_installer_not_found_help   10 10 0   0.00%
src / moai_adk / cli / commands / update.py _show_upgrade_failure_help   6 6 0   0.00%
src / moai_adk / cli / commands / update.py _show_network_error_help   5 5 0   0.00%
src / moai_adk / cli / commands / update.py _show_template_sync_failure_help   5 5 0   0.00%
src / moai_adk / cli / commands / update.py _show_timeout_error_help   3 3 0   0.00%
src / moai_adk / cli / commands / update.py _execute_migration_if_needed   33 33 0   0.00%
src / moai_adk / cli / commands / update.py update   161 161 0   0.00%
src / moai_adk / cli / commands / update.py (no function)   76 0 0   100.00%
src / moai_adk / cli / main.py (no function)   2 2 0   0.00%
src / moai_adk / cli / prompts / __init__.py (no function)   2 0 0   100.00%
src / moai_adk / cli / prompts / init_prompts.py prompt_project_setup   38 38 0   0.00%
src / moai_adk / cli / prompts / init_prompts.py (no function)   7 0 0   100.00%
src / moai_adk / cli / spec_status.py update_spec_status   21 21 0   0.00%
src / moai_adk / cli / spec_status.py validate_spec_completion   7 7 0   0.00%
src / moai_adk / cli / spec_status.py batch_update_completed_specs   13 13 0   0.00%
src / moai_adk / cli / spec_status.py detect_draft_specs   7 7 0   0.00%
src / moai_adk / cli / spec_status.py main   29 29 0   0.00%
src / moai_adk / cli / spec_status.py (no function)   23 23 0   0.00%
src / moai_adk / core / __init__.py (no function)   0 0 0   100.00%
src / moai_adk / core / analysis / __init__.py (no function)   2 2 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer.__init__   5 5 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer.parse_sessions   38 38 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer._analyze_session   44 44 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer.generate_report   36 36 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer._generate_suggestions   24 24 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer.save_report   11 11 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py SessionAnalyzer.get_metrics   7 7 0   0.00%
src / moai_adk / core / analysis / session_analyzer.py (no function)   13 13 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.__init__   1 1 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.generate_claude_settings   7 7 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.process_template_command   17 17 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.generate_multilingual_descriptions   18 18 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.create_agent_with_multilingual_support   5 5 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.create_command_with_multilingual_support   5 5 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.process_json_stream_input   11 11 0   0.00%
src / moai_adk / core / claude_integration.py ClaudeCLIIntegration.execute_headless_command   35 35 0   0.00%
src / moai_adk / core / claude_integration.py (no function)   16 0 0   100.00%
src / moai_adk / core / command_helpers.py extract_project_metadata   7 7 0   0.00%
src / moai_adk / core / command_helpers.py detect_tech_stack   8 8 0   0.00%
src / moai_adk / core / command_helpers.py build_phase_result   4 4 0   0.00%
src / moai_adk / core / command_helpers.py validate_phase_files   10 10 0   0.00%
src / moai_adk / core / command_helpers.py _prepare_phase_data   4 4 0   0.00%
src / moai_adk / core / command_helpers.py _validate_and_save   3 3 0   0.00%
src / moai_adk / core / command_helpers.py save_command_context   12 12 0   0.00%
src / moai_adk / core / command_helpers.py load_previous_phase   8 8 0   0.00%
src / moai_adk / core / command_helpers.py (no function)   17 2 0   88.24%
src / moai_adk / core / comprehensive_monitoring_system.py MetricData.to_dict   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py Alert.to_dict   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py SystemHealth.to_dict   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py MetricsCollector.__init__   6 6 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py MetricsCollector.add_metric   4 4 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py MetricsCollector._update_aggregated_metrics   11 11 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py MetricsCollector._cleanup_old_metrics   8 8 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py MetricsCollector.get_metrics   14 14 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py MetricsCollector.get_statistics   11 11 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.__init__   6 6 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.add_alert_rule   3 3 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.check_alerts   46 46 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager._evaluate_condition   13 13 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.add_alert_callback   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.acknowledge_alert   6 6 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.get_active_alerts   4 4 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py AlertManager.get_alert_history   2 2 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PredictiveAnalytics.__init__   3 3 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PredictiveAnalytics.predict_metric_trend   28 28 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PredictiveAnalytics.detect_anomalies   24 24 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor.__init__   7 7 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor.start   6 6 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor.stop   4 4 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor._monitor_loop   8 8 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor._collect_system_metrics   12 12 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor._check_alerts   7 7 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor.add_custom_metric   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor.get_system_health   45 45 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py PerformanceMonitor.setup_default_alerts   4 4 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem.__init__   8 8 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem._load_config   9 9 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem.start   8 8 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem.stop   6 6 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem._handle_alert   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem.add_metric   1 1 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem.get_dashboard_data   18 18 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem.get_analytics_report   23 23 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py ComprehensiveMonitoringSystem._generate_recommendations   16 16 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py get_monitoring_system   3 3 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py start_monitoring   2 2 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py stop_monitoring   2 2 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py add_metric   2 2 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py get_dashboard_data   2 2 0   0.00%
src / moai_adk / core / comprehensive_monitoring_system.py (no function)   121 121 0   0.00%
src / moai_adk / core / config / __init__.py (no function)   2 0 0   100.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.__init__   3 3 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig._get_default_config_path   5 5 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.load_config   14 14 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig._load_default_config   2 2 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig._get_default_config   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.is_enabled   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_trigger_tools   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_confidence_threshold   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_execution_timeout_ms   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_quality_threshold   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_excluded_patterns   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_domain_templates_config   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_spec_structure_config   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_validation_config   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_output_config   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_exclude_file   18 18 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_required_sections   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_supported_domains   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_fallback_domain   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_include_meta   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_include_traceability   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_include_edit_guide   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_passing_quality_grades   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_auto_improve   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_max_improvement_iterations   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_auto_create_files   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.should_open_in_editor   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_file_format   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.get_encoding   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.is_validation_enabled   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.is_domain_detection_enabled   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.validate_config   32 32 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.to_dict   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.update_config   2 2 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.save_config   10 10 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.__str__   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py AutoSpecConfig.__repr__   1 1 0   0.00%
src / moai_adk / core / config / auto_spec_config.py (no function)   43 0 0   100.00%
src / moai_adk / core / config / migration.py migrate_config_to_nested_structure   14 14 0   0.00%
src / moai_adk / core / config / migration.py get_conversation_language   9 9 0   0.00%
src / moai_adk / core / config / migration.py get_conversation_language_name   9 9 0   0.00%
src / moai_adk / core / config / migration.py migrate_config_schema_v0_17_0   16 16 0   0.00%
src / moai_adk / core / config / migration.py get_report_generation_config   5 5 0   0.00%
src / moai_adk / core / config / migration.py get_spec_git_workflow   6 6 0   0.00%
src / moai_adk / core / config / migration.py (no function)   7 0 0   100.00%
src / moai_adk / core / context_manager.py _is_path_within_root   6 6 0   0.00%
src / moai_adk / core / context_manager.py validate_and_convert_path   10 10 0   0.00%
src / moai_adk / core / context_manager.py _cleanup_temp_file   10 10 0   0.00%
src / moai_adk / core / context_manager.py save_phase_result   13 13 0   0.00%
src / moai_adk / core / context_manager.py load_phase_result   5 5 0   0.00%
src / moai_adk / core / context_manager.py substitute_template_variables   5 5 0   0.00%
src / moai_adk / core / context_manager.py validate_no_template_vars   3 3 0   0.00%
src / moai_adk / core / context_manager.py ContextManager.__init__   3 3 0   0.00%
src / moai_adk / core / context_manager.py ContextManager.save_phase_result   6 6 0   0.00%
src / moai_adk / core / context_manager.py ContextManager.load_latest_phase   6 6 0   0.00%
src / moai_adk / core / context_manager.py ContextManager.get_state_dir   1 1 0   0.00%
src / moai_adk / core / context_manager.py (no function)   21 0 0   100.00%
src / moai_adk / core / diagnostics / __init__.py (no function)   2 2 0   0.00%
src / moai_adk / core / diagnostics / slash_commands.py validate_command_file   20 20 0   0.00%
src / moai_adk / core / diagnostics / slash_commands.py scan_command_files   6 6 0   0.00%
src / moai_adk / core / diagnostics / slash_commands.py diagnose_slash_commands   10 10 0   0.00%
src / moai_adk / core / diagnostics / slash_commands.py (no function)   5 5 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.__init__   13 13 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.handle_error   18 18 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.register_recovery_action   2 2 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.attempt_manual_recovery   21 21 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.get_system_health   2 2 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.get_error_summary   14 14 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.generate_troubleshooting_guide   10 10 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem.cleanup_old_errors   7 7 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._initialize_recovery_actions   8 8 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._attempt_automatic_recovery   16 16 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._restart_research_engines   17 17 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._restore_config_backup   19 19 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._clear_agent_cache   17 17 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._validate_research_integrity   28 28 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._rollback_last_changes   19 19 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._reset_system_state   15 15 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._optimize_performance   15 15 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._free_resources   11 11 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._generate_error_id   3 3 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._log_error   8 8 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._update_error_stats   9 9 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._update_system_health   13 13 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._background_monitoring   7 7 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._check_error_patterns   10 10 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._calculate_recovery_rate   4 4 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._identify_error_patterns   5 5 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._get_pattern_severity   5 5 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._get_solutions_for_pattern   5 5 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._generate_prevention_tips   12 12 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._generate_emergency_procedures   1 1 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._validate_skill_file   6 6 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._validate_agent_file   6 6 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._validate_command_file   6 6 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._repair_skill_file   10 10 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._reinitialize_research_components   1 1 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._reinitialize_core_components   1 1 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._optimize_connections   1 1 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._close_file_handles   2 2 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._terminate_hanging_processes   1 1 0   0.00%
src / moai_adk / core / error_recovery_system.py ErrorRecoverySystem._save_error_history   6 6 0   0.00%
src / moai_adk / core / error_recovery_system.py get_error_recovery_system   3 3 0   0.00%
src / moai_adk / core / error_recovery_system.py handle_error   1 1 0   0.00%
src / moai_adk / core / error_recovery_system.py error_handler   2 2 0   0.00%
src / moai_adk / core / error_recovery_system.py error_handler.decorator   2 2 0   0.00%
src / moai_adk / core / error_recovery_system.py error_handler.decorator.wrapper   6 6 0   0.00%
src / moai_adk / core / error_recovery_system.py (no function)   106 106 0   0.00%
src / moai_adk / core / git / __init__.py (no function)   8 0 0   100.00%
src / moai_adk / core / git / branch.py generate_branch_name   1 1 0   0.00%
src / moai_adk / core / git / branch.py (no function)   1 0 0   100.00%
src / moai_adk / core / git / branch_manager.py BranchManager.__init__   2 2 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager.create_checkpoint_branch   5 5 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager.branch_exists   1 1 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager.has_remote_tracking   5 5 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager.list_checkpoint_branches   1 1 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager.mark_as_old   1 1 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager.cleanup_old_checkpoints   6 6 0   0.00%
src / moai_adk / core / git / branch_manager.py BranchManager._enforce_max_checkpoints   6 6 0   0.00%
src / moai_adk / core / git / branch_manager.py (no function)   13 0 0   100.00%
src / moai_adk / core / git / checkpoint.py CheckpointManager.__init__   6 6 0   0.00%
src / moai_adk / core / git / checkpoint.py CheckpointManager.create_checkpoint_if_risky   15 15 0   0.00%
src / moai_adk / core / git / checkpoint.py CheckpointManager.restore_checkpoint   3 3 0   0.00%
src / moai_adk / core / git / checkpoint.py CheckpointManager.list_checkpoints   1 1 0   0.00%
src / moai_adk / core / git / checkpoint.py CheckpointManager._log_checkpoint   4 4 0   0.00%
src / moai_adk / core / git / checkpoint.py (no function)   12 0 0   100.00%
src / moai_adk / core / git / commit.py format_commit_message   5 5 0   0.00%
src / moai_adk / core / git / commit.py (no function)   2 0 0   100.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.__init__   7 7 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.can_merge   18 18 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector._detect_conflicted_files   15 15 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.analyze_conflicts   7 7 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector._classify_file_type   5 5 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector._determine_severity   9 9 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.auto_resolve_safe   25 25 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.cleanup_merge_state   16 16 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.rebase_branch   13 13 0   0.00%
src / moai_adk / core / git / conflict_detector.py GitConflictDetector.summarize_conflicts   15 15 0   0.00%
src / moai_adk / core / git / conflict_detector.py (no function)   29 0 0   100.00%
src / moai_adk / core / git / event_detector.py EventDetector.is_risky_deletion   1 1 0   0.00%
src / moai_adk / core / git / event_detector.py EventDetector.is_risky_refactoring   1 1 0   0.00%
src / moai_adk / core / git / event_detector.py EventDetector.is_critical_file   9 9 0   0.00%
src / moai_adk / core / git / event_detector.py (no function)   7 0 0   100.00%
src / moai_adk / core / git / manager.py GitManager.__init__   4 4 0   0.00%
src / moai_adk / core / git / manager.py GitManager.is_repo   5 5 0   0.00%
src / moai_adk / core / git / manager.py GitManager.current_branch   1 1 0   0.00%
src / moai_adk / core / git / manager.py GitManager.is_dirty   1 1 0   0.00%
src / moai_adk / core / git / manager.py GitManager.create_branch   3 3 0   0.00%
src / moai_adk / core / git / manager.py GitManager.commit   4 4 0   0.00%
src / moai_adk / core / git / manager.py GitManager.push   4 4 0   0.00%
src / moai_adk / core / git / manager.py GitManager.check_merge_conflicts   1 1 0   0.00%
src / moai_adk / core / git / manager.py GitManager.has_merge_conflicts   2 2 0   0.00%
src / moai_adk / core / git / manager.py GitManager.get_conflict_summary   3 3 0   0.00%
src / moai_adk / core / git / manager.py GitManager.auto_resolve_safe_conflicts   1 1 0   0.00%
src / moai_adk / core / git / manager.py GitManager.abort_merge   1 1 0   0.00%
src / moai_adk / core / git / manager.py (no function)   16 0 0   100.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py SpecGenerator.__init__   1 1 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py SpecGenerator.generate_spec   1 1 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py BaseHook.__init__   2 2 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.__init__   4 4 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._get_auto_spec_config   6 6 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.should_trigger_spec_completion   27 27 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._extract_file_paths   15 15 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._is_supported_file   7 7 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._is_excluded_file   9 9 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.detect_code_changes   16 16 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.calculate_completion_confidence   7 7 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.generate_complete_spec   6 6 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._generate_spec_id   5 5 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._generate_spec_content   2 2 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._generate_plan_content   1 1 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._generate_acceptance_content   1 1 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.validate_generated_spec   15 15 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._check_ears_compliance   7 7 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._check_completeness   16 16 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion._check_content_quality   11 11 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.create_spec_files   13 13 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py PostToolAutoSpecCompletion.execute   37 37 0   0.00%
src / moai_adk / core / hooks / post_tool_auto_spec_completion.py (no function)   32 0 0   100.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware.__init__   6 0 0   100.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._load_tool_parameter_definitions   1 0 0   100.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._load_parameter_mappings   1 0 0   100.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._validate_grep_mode   2 2 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware.validate_and_normalize_input   41 41 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._map_parameters   27 27 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._find_closest_parameter_match   12 12 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._calculate_string_similarity   18 18 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._validate_required_parameters   5 5 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._apply_default_values   3 3 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._validate_parameter_values   14 14 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._validate_parameter_type   12 12 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._convert_parameter_type   30 30 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._is_float   5 5 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._normalize_parameter_formats   26 26 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware._check_deprecated_parameters   11 11 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware.get_validation_stats   1 1 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware.register_tool_parameters   1 1 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware.add_parameter_mapping   1 1 0   0.00%
src / moai_adk / core / input_validation_middleware.py EnhancedInputValidationMiddleware.export_validation_report   3 3 0   0.00%
src / moai_adk / core / input_validation_middleware.py validate_tool_input   1 1 0   0.00%
src / moai_adk / core / input_validation_middleware.py get_validation_stats   1 1 0   0.00%
src / moai_adk / core / input_validation_middleware.py (no function)   99 36 0   63.64%
src / moai_adk / core / integration / __init__.py (no function)   5 0 0   100.00%
src / moai_adk / core / integration / engine.py TestEngine.__init__   7 7 0   0.00%
src / moai_adk / core / integration / engine.py TestEngine._generate_test_id   2 2 0   0.00%
src / moai_adk / core / integration / engine.py TestEngine.execute_test   21 21 0   0.00%
src / moai_adk / core / integration / engine.py TestEngine.execute_test_async   2 2 0   0.00%
src / moai_adk / core / integration / engine.py TestEngine.run_concurrent_tests   14 14 0   0.00%
src / moai_adk / core / integration / engine.py TestEngine.run_concurrent_tests_async   2 2 0   0.00%
src / moai_adk / core / integration / engine.py (no function)   12 0 0   100.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.__init__   4 4 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.add_test_result   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.clear_results   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.get_success_rate   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.get_test_stats   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.run_test   3 3 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.run_test_async   3 3 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.run_test_suite   6 6 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.run_test_suite.placeholder_test   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.run_concurrent_tests   3 3 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.run_concurrent_tests_async   3 3 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.discover_components   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.create_test_environment   1 1 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.export_results   5 5 0   0.00%
src / moai_adk / core / integration / integration_tester.py IntegrationTester.validate_test_environment   7 7 0   0.00%
src / moai_adk / core / integration / integration_tester.py (no function)   19 0 0   100.00%
src / moai_adk / core / integration / models.py IntegrationTestResult.__post_init__   7 7 0   0.00%
src / moai_adk / core / integration / models.py TestComponent.__post_init__   2 2 0   0.00%
src / moai_adk / core / integration / models.py TestSuite.__post_init__   2 2 0   0.00%
src / moai_adk / core / integration / models.py (no function)   30 0 0   100.00%
src / moai_adk / core / integration / utils.py ComponentDiscovery.discover_components   12 12 0   0.00%
src / moai_adk / core / integration / utils.py ComponentDiscovery.resolve_dependencies   8 8 0   0.00%
src / moai_adk / core / integration / utils.py ComponentDiscovery._analyze_imports   1 1 0   0.00%
src / moai_adk / core / integration / utils.py TestResultAnalyzer.calculate_success_rate   4 4 0   0.00%
src / moai_adk / core / integration / utils.py TestResultAnalyzer.get_failed_tests   1 1 0   0.00%
src / moai_adk / core / integration / utils.py TestResultAnalyzer.get_execution_stats   6 6 0   0.00%
src / moai_adk / core / integration / utils.py TestEnvironment.__init__   5 5 0   0.00%
src / moai_adk / core / integration / utils.py TestEnvironment.cleanup   5 5 0   0.00%
src / moai_adk / core / integration / utils.py TestEnvironment.get_temp_path   1 1 0   0.00%
src / moai_adk / core / integration / utils.py TestEnvironment.__enter__   1 1 0   0.00%
src / moai_adk / core / integration / utils.py TestEnvironment.__exit__   1 1 0   0.00%
src / moai_adk / core / integration / utils.py (no function)   25 0 0   100.00%
src / moai_adk / core / issue_creator.py GitHubIssueCreator.__init__   2 2 0   0.00%
src / moai_adk / core / issue_creator.py GitHubIssueCreator._check_gh_cli   6 6 0   0.00%
src / moai_adk / core / issue_creator.py GitHubIssueCreator.create_issue   30 30 0   0.00%
src / moai_adk / core / issue_creator.py GitHubIssueCreator._build_body   8 8 0   0.00%
src / moai_adk / core / issue_creator.py GitHubIssueCreator._extract_issue_number   4 4 0   0.00%
src / moai_adk / core / issue_creator.py GitHubIssueCreator.format_result   8 8 0   0.00%
src / moai_adk / core / issue_creator.py IssueCreatorFactory.create_bug_issue   1 1 0   0.00%
src / moai_adk / core / issue_creator.py IssueCreatorFactory.create_feature_issue   1 1 0   0.00%
src / moai_adk / core / issue_creator.py IssueCreatorFactory.create_improvement_issue   1 1 0   0.00%
src / moai_adk / core / issue_creator.py IssueCreatorFactory.create_question_issue   1 1 0   0.00%
src / moai_adk / core / issue_creator.py (no function)   40 40 0   0.00%
src / moai_adk / core / jit_context_loader.py PhaseDetector.__init__   4 0 0   100.00%
src / moai_adk / core / jit_context_loader.py PhaseDetector.detect_phase   23 23 0   0.00%
src / moai_adk / core / jit_context_loader.py PhaseDetector.get_phase_config   2 2 0   0.00%
src / moai_adk / core / jit_context_loader.py SkillFilterEngine.__init__   5 0 0   100.00%
src / moai_adk / core / jit_context_loader.py SkillFilterEngine._load_phase_preferences   1 0 0   100.00%
src / moai_adk / core / jit_context_loader.py SkillFilterEngine._build_skill_index   10 2 0   80.00%
src / moai_adk / core / jit_context_loader.py SkillFilterEngine._analyze_skill   19 3 0   84.21%
src / moai_adk / core / jit_context_loader.py SkillFilterEngine.filter_skills   16 16 0   0.00%
src / moai_adk / core / jit_context_loader.py SkillFilterEngine.get_skill_stats   7 7 0   0.00%
src / moai_adk / core / jit_context_loader.py TokenBudgetManager.__init__   5 0 0   100.00%
src / moai_adk / core / jit_context_loader.py TokenBudgetManager._initialize_phase_budgets   1 0 0   100.00%
src / moai_adk / core / jit_context_loader.py TokenBudgetManager.check_budget   4 4 0   0.00%
src / moai_adk / core / jit_context_loader.py TokenBudgetManager.record_usage   10 10 0   0.00%
src / moai_adk / core / jit_context_loader.py TokenBudgetManager.get_efficiency_metrics   24 24 0   0.00%
src / moai_adk / core / jit_context_loader.py ContextCache.__init__   7 0 0   100.00%
src / moai_adk / core / jit_context_loader.py ContextCache._calculate_memory_usage   4 4 0   0.00%
src / moai_adk / core / jit_context_loader.py ContextCache.get   9 9 0   0.00%
src / moai_adk / core / jit_context_loader.py ContextCache.put   11 11 0   0.00%
src / moai_adk / core / jit_context_loader.py ContextCache.clear_phase   4 4 0   0.00%
src / moai_adk / core / jit_context_loader.py ContextCache.clear   2 2 0   0.00%
src / moai_adk / core / jit_context_loader.py ContextCache.get_stats   3 3 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader.__init__   7 0 0   100.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader.load_context   21 21 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._generate_cache_key   2 2 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._build_context   11 11 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._load_skill_content   7 7 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._load_document   9 9 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._detect_document_type   9 9 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._optimize_context_aggressively   21 21 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._compress_text   7 7 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._calculate_total_tokens   7 7 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader._record_metrics   9 9 0   0.00%
src / moai_adk / core / jit_context_loader.py JITContextLoader.get_comprehensive_stats   1 1 0   0.00%
src / moai_adk / core / jit_context_loader.py load_optimized_context   1 1 0   0.00%
src / moai_adk / core / jit_context_loader.py get_jit_stats   1 1 0   0.00%
src / moai_adk / core / jit_context_loader.py clear_jit_cache   3 3 0   0.00%
src / moai_adk / core / jit_context_loader.py initialize_jit_system   5 5 0   0.00%
src / moai_adk / core / jit_context_loader.py (no function)   82 0 0   100.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager.__init__   11 11 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._initialize_caches   4 4 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._discover_hooks   9 9 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._extract_event_type_from_filename   14 14 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._register_hook   5 5 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._determine_hook_priority   14 14 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._estimate_execution_time   13 13 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._determine_phase_relevance   25 25 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._estimate_token_cost   7 7 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._is_parallel_safe   6 6 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager.execute_hooks   13 13 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._prioritize_hooks   16 16 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._load_optimized_context   10 10 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._execute_hooks_optimized   18 18 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._execute_hooks_parallel   15 15 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._execute_hooks_parallel.execute_single_hook   5 5 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._execute_hooks_sequential   14 14 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._execute_single_hook   18 18 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._execute_hook_subprocess   28 28 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._update_hook_metadata   12 12 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._update_performance_metrics   10 10 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager._log_performance_data   6 6 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager.get_performance_metrics   2 2 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager.get_hook_recommendations   19 19 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py JITEnhancedHookManager.cleanup   9 9 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py get_jit_hook_manager   3 3 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py execute_session_start_hooks   2 2 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py execute_pre_tool_hooks   2 2 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py execute_session_end_hooks   2 2 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py get_hook_performance_metrics   2 2 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py get_hook_optimization_recommendations   2 2 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py test_jit_hook_manager   12 12 0   0.00%
src / moai_adk / core / jit_enhanced_hook_manager.py (no function)   113 25 0   77.88%
src / moai_adk / core / language_config.py get_language_info   1 1 0   0.00%
src / moai_adk / core / language_config.py get_native_name   2 2 0   0.00%
src / moai_adk / core / language_config.py get_english_name   2 2 0   0.00%
src / moai_adk / core / language_config.py get_all_supported_codes   1 1 0   0.00%
src / moai_adk / core / language_config.py get_language_family   2 2 0   0.00%
src / moai_adk / core / language_config.py get_optimal_model   1 1 0   0.00%
src / moai_adk / core / language_config.py is_rtl_language   1 1 0   0.00%
src / moai_adk / core / language_config.py get_translation_priority   1 1 0   0.00%
src / moai_adk / core / language_config.py (no function)   13 0 0   100.00%
src / moai_adk / core / language_validator.py get_all_supported_languages   1 1 0   0.00%
src / moai_adk / core / language_validator.py get_language_by_file_extension   9 9 0   0.00%
src / moai_adk / core / language_validator.py is_code_directory   2 2 0   0.00%
src / moai_adk / core / language_validator.py get_exclude_patterns   1 1 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.__init__   7 7 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator._validate_and_normalize_input   17 17 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.validate_language   6 6 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.detect_language_from_extension   14 14 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.get_expected_directories   10 10 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.get_file_extensions   6 6 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.get_all_supported_extensions   4 4 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.detect_language_from_filename   15 15 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.validate_file_extension   9 9 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.get_supported_languages   1 1 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.normalize_language_code   3 3 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.validate_project_configuration   26 26 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.validate_project_structure   28 28 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.get_language_statistics   23 23 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.get_analysis_cache   1 1 0   0.00%
src / moai_adk / core / language_validator.py LanguageValidator.clear_analysis_cache   1 1 0   0.00%
src / moai_adk / core / language_validator.py (no function)   25 25 0   0.00%
src / moai_adk / core / merge / __init__.py (no function)   2 0 0   100.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer.__init__   1 1 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer.analyze_merge   23 23 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer.ask_user_confirmation   8 8 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer._collect_diff_files   16 16 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer._create_analysis_prompt   1 1 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer._display_analysis   20 20 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer._build_claude_command   2 2 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer._format_diff_summary   9 9 0   0.00%
src / moai_adk / core / merge / analyzer.py MergeAnalyzer._fallback_analysis   13 13 0   0.00%
src / moai_adk / core / merge / analyzer.py (no function)   25 0 0   100.00%
src / moai_adk / core / migration / __init__.py (no function)   5 0 0   100.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator.__init__   7 7 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._load_config   7 7 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._save_config   2 2 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator.needs_migration   15 15 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator.execute_migration   62 62 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._delete_alfred_folders   7 7 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._update_settings_json_hooks   18 18 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._verify_migration   22 22 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._record_migration_state   9 9 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._rollback_migration   18 18 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py AlfredToMoaiMigrator._get_package_version   5 5 0   0.00%
src / moai_adk / core / migration / alfred_to_moai_migrator.py (no function)   20 0 0   100.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.__init__   3 3 0   0.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.create_backup   20 20 0   0.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.list_backups   14 14 0   0.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.restore_backup   24 24 0   0.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.cleanup_old_backups   14 14 0   0.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.get_latest_backup   4 4 0   0.00%
src / moai_adk / core / migration / backup_manager.py BackupManager.create_full_project_backup   29 29 0   0.00%
src / moai_adk / core / migration / backup_manager.py (no function)   15 0 0   100.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.__init__   3 3 0   0.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.create_directory   9 9 0   0.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.move_file   20 20 0   0.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.delete_file   17 17 0   0.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.execute_migration_plan   16 16 0   0.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.cleanup_old_files   11 11 0   0.00%
src / moai_adk / core / migration / file_migrator.py FileMigrator.get_migration_summary   1 1 0   0.00%
src / moai_adk / core / migration / file_migrator.py (no function)   13 0 0   100.00%
src / moai_adk / core / migration / version_detector.py VersionDetector.__init__   5 5 0   0.00%
src / moai_adk / core / migration / version_detector.py VersionDetector.detect_version   13 13 0   0.00%
src / moai_adk / core / migration / version_detector.py VersionDetector.needs_migration   8 8 0   0.00%
src / moai_adk / core / migration / version_detector.py VersionDetector.get_migration_plan   13 13 0   0.00%
src / moai_adk / core / migration / version_detector.py VersionDetector.get_version_info   1 1 0   0.00%
src / moai_adk / core / migration / version_detector.py (no function)   11 0 0   100.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.__init__   4 4 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.detect_version   1 1 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.needs_migration   1 1 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.get_migration_info   4 4 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.migrate_to_v024   53 53 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator._show_migration_plan   12 12 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator._verify_migration   10 10 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.check_status   4 4 0   0.00%
src / moai_adk / core / migration / version_migrator.py VersionMigrator.rollback_to_latest_backup   6 6 0   0.00%
src / moai_adk / core / migration / version_migrator.py (no function)   17 0 0   100.00%
src / moai_adk / core / performance / __init__.py (no function)   0 0 0   100.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.__init__   7 7 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._ensure_cache_dir   4 4 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._validate_key   8 8 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._get_file_path   2 2 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._is_expired   3 3 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._cleanup_expired_files   14 14 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._write_data   5 5 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem._read_data   11 11 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.set   13 13 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.get   11 11 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.delete   6 6 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.clear   10 10 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.exists   1 1 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.size   8 8 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.set_if_not_exists   4 4 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.get_multiple   8 8 0   0.00%
src / moai_adk / core / performance / cache_system.py CacheSystem.get_stats   11 11 0   0.00%
src / moai_adk / core / performance / cache_system.py (no function)   22 22 0   0.00%
src / moai_adk / core / performance / parallel_processor.py ParallelProcessor.__init__   1 1 0   0.00%
src / moai_adk / core / performance / parallel_processor.py ParallelProcessor.process_tasks   16 16 0   0.00%
src / moai_adk / core / performance / parallel_processor.py ParallelProcessor._validate_tasks   5 5 0   0.00%
src / moai_adk / core / performance / parallel_processor.py ParallelProcessor._get_coroutine   11 11 0   0.00%
src / moai_adk / core / performance / parallel_processor.py ParallelProcessor._update_progress   5 5 0   0.00%
src / moai_adk / core / performance / parallel_processor.py (no function)   8 8 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler.__init__   9 9 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._initialize_phase_parameters   1 1 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler.schedule_hooks   19 19 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._select_optimal_strategy   19 19 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._create_scheduled_hooks   12 12 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._calculate_priority_score   21 21 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._estimate_hook_cost   9 9 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._estimate_hook_time   4 4 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._make_initial_scheduling_decision   14 14 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._filter_hooks_by_constraints   15 15 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._prioritize_hooks   5 5 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._resolve_dependencies   17 17 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._create_execution_groups   22 22 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._optimize_execution_order   5 5 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._optimize_execution_order.group_score   4 4 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._update_scheduling_history   5 5 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler._update_strategy_performance   12 12 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler.get_scheduling_statistics   10 10 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py PhaseOptimizedHookScheduler.get_phase_optimization_insights   14 14 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py schedule_session_start_hooks   2 2 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py schedule_pre_tool_hooks   2 2 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py get_hook_scheduling_insights   2 2 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py test_phase_optimized_scheduler   16 16 0   0.00%
src / moai_adk / core / phase_optimized_hook_scheduler.py (no function)   63 2 0   96.83%
src / moai_adk / core / project / __init__.py (no function)   0 0 0   100.00%
src / moai_adk / core / project / backup_utils.py has_any_moai_files   5 5 0   0.00%
src / moai_adk / core / project / backup_utils.py get_backup_targets   6 6 0   0.00%
src / moai_adk / core / project / backup_utils.py is_protected_path   2 2 0   0.00%
src / moai_adk / core / project / backup_utils.py (no function)   6 0 0   100.00%
src / moai_adk / core / project / checker.py SystemChecker.check_all   6 6 0   0.00%
src / moai_adk / core / project / checker.py SystemChecker._check_tool   7 7 0   0.00%
src / moai_adk / core / project / checker.py SystemChecker.check_language_tools   12 12 0   0.00%
src / moai_adk / core / project / checker.py SystemChecker._is_tool_available   1 1 0   0.00%
src / moai_adk / core / project / checker.py SystemChecker.get_tool_version   9 9 0   0.00%
src / moai_adk / core / project / checker.py SystemChecker._extract_version_line   1 1 0   0.00%
src / moai_adk / core / project / checker.py check_environment   1 1 0   0.00%
src / moai_adk / core / project / checker.py get_platform_specific_message   3 3 0   0.00%
src / moai_adk / core / project / checker.py get_permission_fix_message   3 3 0   0.00%
src / moai_adk / core / project / checker.py (no function)   18 0 0   100.00%
src / moai_adk / core / project / detector.py LanguageDetector.detect   5 5 0   0.00%
src / moai_adk / core / project / detector.py LanguageDetector.detect_multiple   6 6 0   0.00%
src / moai_adk / core / project / detector.py LanguageDetector._check_patterns   7 7 0   0.00%
src / moai_adk / core / project / detector.py LanguageDetector.get_workflow_template_path   4 4 0   0.00%
src / moai_adk / core / project / detector.py LanguageDetector.detect_package_manager   32 32 0   0.00%
src / moai_adk / core / project / detector.py LanguageDetector.detect_build_tool   19 19 0   0.00%
src / moai_adk / core / project / detector.py LanguageDetector.get_supported_languages_for_workflows   1 1 0   0.00%
src / moai_adk / core / project / detector.py detect_project_language   2 2 0   0.00%
src / moai_adk / core / project / detector.py (no function)   11 0 0   100.00%
src / moai_adk / core / project / initializer.py InstallationResult.__init__   8 8 0   0.00%
src / moai_adk / core / project / initializer.py ProjectInitializer.__init__   3 3 0   0.00%
src / moai_adk / core / project / initializer.py ProjectInitializer._create_memory_files   16 16 0   0.00%
src / moai_adk / core / project / initializer.py ProjectInitializer._create_user_settings   23 23 0   0.00%
src / moai_adk / core / project / initializer.py ProjectInitializer.initialize   35 35 0   0.00%
src / moai_adk / core / project / initializer.py ProjectInitializer.is_initialized   1 1 0   0.00%
src / moai_adk / core / project / initializer.py initialize_project   2 2 0   0.00%
src / moai_adk / core / project / initializer.py (no function)   16 0 0   100.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor.__init__   4 4 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._get_version_reader   4 4 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._get_enhanced_version_context   28 28 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._format_short_version   1 1 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._format_display_version   5 5 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._format_trimmed_version   6 6 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._format_semver_version   8 8 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._get_version_source   7 7 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor.execute_preparation_phase   6 6 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor.execute_directory_phase   5 5 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor.execute_resource_phase   27 27 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor.execute_configuration_phase   25 25 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._merge_configuration_preserving_versions   8 8 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._merge_config_section   19 19 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._ensure_version_consistency   16 16 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._is_valid_version_format   3 3 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._write_configuration_file   9 9 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor.execute_validation_phase   5 5 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._create_backup   17 17 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._copy_directory_selective   11 11 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._initialize_git   6 6 0   0.00%
src / moai_adk / core / project / phase_executor.py PhaseExecutor._report_progress   2 2 0   0.00%
src / moai_adk / core / project / phase_executor.py (no function)   41 0 0   100.00%
src / moai_adk / core / project / validator.py ProjectValidator.validate_system_requirements   5 5 0   0.00%
src / moai_adk / core / project / validator.py ProjectValidator.validate_project_path   6 6 0   0.00%
src / moai_adk / core / project / validator.py ProjectValidator.validate_installation   17 17 0   0.00%
src / moai_adk / core / project / validator.py ProjectValidator._is_inside_moai_package   12 12 0   0.00%
src / moai_adk / core / project / validator.py (no function)   12 0 0   100.00%
src / moai_adk / core / quality / __init__.py (no function)   2 2 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.__init__   1 1 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.validate_coverage   10 10 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.validate_file_size   20 20 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.validate_function_size   23 23 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.validate_param_count   18 18 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.validate_complexity   18 18 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker._calculate_complexity   7 7 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.generate_report   13 13 0   0.00%
src / moai_adk / core / quality / trust_checker.py TrustChecker.select_tools   10 10 0   0.00%
src / moai_adk / core / quality / trust_checker.py (no function)   21 21 0   0.00%
src / moai_adk / core / quality / validators / __init__.py (no function)   2 2 0   0.00%
src / moai_adk / core / quality / validators / base_validator.py ValidationResult.__post_init__   2 2 0   0.00%
src / moai_adk / core / quality / validators / base_validator.py (no function)   7 7 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser.__init__   5 0 0   100.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._load_error_patterns   1 0 0   100.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._load_recovery_strategies   1 0 0   100.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser.parse   56 56 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._fix_missing_quotes   16 16 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._fix_trailing_commas   16 16 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._fix_escape_sequences   16 16 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._handle_partial_objects   19 19 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._fix_invalid_quotes   26 26 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._remove_control_characters   8 8 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._handle_escaped_newlines   5 5 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._fix_common_syntax_errors   15 15 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._attempt_partial_parse   12 12 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._apply_aggressive_recovery   18 18 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser._get_string_context   13 13 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser.get_stats   4 4 0   0.00%
src / moai_adk / core / robust_json_parser.py RobustJSONParser.reset_stats   1 1 0   0.00%
src / moai_adk / core / robust_json_parser.py parse_json   1 1 0   0.00%
src / moai_adk / core / robust_json_parser.py get_parser_stats   1 1 0   0.00%
src / moai_adk / core / robust_json_parser.py reset_parser_stats   1 1 0   0.00%
src / moai_adk / core / robust_json_parser.py (no function)   53 16 0   69.81%
src / moai_adk / core / rollback_manager.py RollbackManager.__init__   12 12 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager.create_rollback_point   19 19 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager.rollback_to_point   21 21 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager.rollback_research_integration   13 13 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager.list_rollback_points   5 5 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager.validate_rollback_system   26 26 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager.cleanup_old_rollbacks   21 21 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._generate_rollback_id   3 3 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._load_registry   7 7 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._save_registry   6 6 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._backup_configuration   12 12 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._backup_research_components   8 8 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._backup_code_files   12 12 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._calculate_backup_checksum   7 7 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._validate_rollback_point   18 18 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._perform_rollback   41 41 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._perform_research_rollback   36 36 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._validate_system_after_rollback   24 24 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._validate_research_components   21 21 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._find_research_rollback_points   16 16 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._mark_rollback_as_used   4 4 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._cleanup_partial_backup   6 6 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._calculate_backup_size   6 6 0   0.00%
src / moai_adk / core / rollback_manager.py RollbackManager._get_directory_size   8 8 0   0.00%
src / moai_adk / core / rollback_manager.py main   65 65 0   0.00%
src / moai_adk / core / rollback_manager.py (no function)   46 46 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.__init__   10 10 0   0.00%
src / moai_adk / core / session_manager.py SessionManager._load_sessions   13 13 0   0.00%
src / moai_adk / core / session_manager.py SessionManager._save_sessions   7 7 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.register_agent_result   9 9 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.get_resume_id   11 11 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.should_resume   16 16 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.increment_resume_count   4 4 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.get_agent_result   4 4 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.get_chain_results   8 8 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.get_chain_summary   4 4 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.clear_agent_session   9 9 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.clear_chain   10 10 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.get_all_sessions   1 1 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.export_transcript   5 5 0   0.00%
src / moai_adk / core / session_manager.py SessionManager.create_chain   11 11 0   0.00%
src / moai_adk / core / session_manager.py get_session_manager   3 3 0   0.00%
src / moai_adk / core / session_manager.py register_agent   2 2 0   0.00%
src / moai_adk / core / session_manager.py get_resume_id   2 2 0   0.00%
src / moai_adk / core / session_manager.py should_resume   2 2 0   0.00%
src / moai_adk / core / session_manager.py (no function)   62 62 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py SpecGenerator.__init__   1 1 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py SpecGenerator.generate_spec   1 1 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.__init__   2 2 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.analyze_code_structure   42 42 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._calculate_complexity   7 7 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._calculate_nesting_depth   4 4 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._calculate_nesting_depth._visit   5 5 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._calculate_naming_consistency   27 27 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._get_default_structure_scores   1 1 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.analyze_domain_relevance   24 24 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.analyze_documentation_quality   53 53 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.calculate_confidence_score   18 18 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._generate_recommendations   16 16 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.validate_confidence_threshold   5 5 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._get_threshold_recommendation   11 11 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem.get_confidence_breakdown   1 1 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._interpret_confidence_score   11 11 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._get_risk_level   7 7 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py ConfidenceScoringSystem._get_action_required   5 5 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py calculate_completion_confidence   4 4 0   0.00%
src / moai_adk / core / spec / confidence_scoring.py (no function)   27 0 0   100.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.__init__   6 6 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.detect_draft_specs   44 44 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.is_spec_implementation_completed   21 21 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.update_spec_status   37 37 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.get_completion_validation_criteria   1 1 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.validate_spec_for_completion   35 35 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager.batch_update_completed_specs   19 19 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager._check_acceptance_criteria   11 11 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager._check_documentation_sync   11 11 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager._run_additional_validations   1 1 0   0.00%
src / moai_adk / core / spec_status_manager.py SpecStatusManager._bump_version   14 14 0   0.00%
src / moai_adk / core / spec_status_manager.py (no function)   19 0 0   100.00%
src / moai_adk / core / template / __init__.py (no function)   4 0 0   100.00%
src / moai_adk / core / template / backup.py TemplateBackup.__init__   1 1 0   0.00%
src / moai_adk / core / template / backup.py TemplateBackup.backup_dir   1 1 0   0.00%
src / moai_adk / core / template / backup.py TemplateBackup.has_existing_files   1 1 0   0.00%
src / moai_adk / core / template / backup.py TemplateBackup.create_backup   15 15 0   0.00%
src / moai_adk / core / template / backup.py TemplateBackup._copy_exclude_protected   12 12 0   0.00%
src / moai_adk / core / template / backup.py TemplateBackup.restore_backup   16 16 0   0.00%
src / moai_adk / core / template / backup.py (no function)   12 0 0   100.00%
src / moai_adk / core / template / config.py ConfigManager.__init__   1 1 0   0.00%
src / moai_adk / core / template / config.py ConfigManager.load   5 5 0   0.00%
src / moai_adk / core / template / config.py ConfigManager.save   3 3 0   0.00%
src / moai_adk / core / template / config.py ConfigManager.update   3 3 0   0.00%
src / moai_adk / core / template / config.py ConfigManager._deep_merge   6 6 0   0.00%
src / moai_adk / core / template / config.py ConfigManager.set_optimized   11 11 0   0.00%
src / moai_adk / core / template / config.py ConfigManager.set_optimized_with_timestamp   17 17 0   0.00%
src / moai_adk / core / template / config.py (no function)   14 0 0   100.00%
src / moai_adk / core / template / languages.py get_language_template   4 4 0   0.00%
src / moai_adk / core / template / languages.py (no function)   2 0 0   100.00%
src / moai_adk / core / template / merger.py TemplateMerger.__init__   1 1 0   0.00%
src / moai_adk / core / template / merger.py TemplateMerger.merge_claude_md   13 13 0   0.00%
src / moai_adk / core / template / merger.py TemplateMerger._find_project_info_section   5 5 0   0.00%
src / moai_adk / core / template / merger.py TemplateMerger.merge_gitignore   4 4 0   0.00%
src / moai_adk / core / template / merger.py TemplateMerger.merge_config   7 7 0   0.00%
src / moai_adk / core / template / merger.py TemplateMerger.merge_settings_json   22 22 0   0.00%
src / moai_adk / core / template / merger.py TemplateMerger.merge_github_workflows   22 22 0   0.00%
src / moai_adk / core / template / merger.py (no function)   14 0 0   100.00%
src / moai_adk / core / template / processor.py TemplateProcessorConfig.from_dict   2 2 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.__init__   12 12 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.set_context   9 9 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._get_version_reader   6 6 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._validate_template_variables   30 30 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.get_enhanced_version_context   34 34 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._is_valid_version_format   7 7 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._format_short_version   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._format_display_version   5 5 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._format_trimmed_version   6 6 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._format_semver_version   8 8 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._get_version_source   7 7 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._get_template_root   3 3 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._substitute_variables   45 45 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._is_valid_template_variable   10 10 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.clear_substitution_cache   3 3 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.get_cache_stats   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._sanitize_value   3 3 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._is_text_file   2 2 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._localize_yaml_description   18 18 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_file_with_substitution   18 18 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_dir_with_substitution   9 9 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.copy_templates   14 14 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._has_existing_files   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.create_backup   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_exclude_protected   15 15 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_claude   61 61 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_moai   26 26 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_github   11 11 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_claude_md   21 21 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._merge_claude_md   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._merge_github_workflows   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._merge_settings_json   8 8 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_gitignore   11 11 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._merge_gitignore   1 1 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._copy_mcp_json   11 11 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor._merge_mcp_json   10 10 0   0.00%
src / moai_adk / core / template / processor.py TemplateProcessor.merge_config   1 1 0   0.00%
src / moai_adk / core / template / processor.py (no function)   72 0 0   100.00%
src / moai_adk / core / template_engine.py TemplateEngine.__init__   2 2 0   0.00%
src / moai_adk / core / template_engine.py TemplateEngine.render_string   6 6 0   0.00%
src / moai_adk / core / template_engine.py TemplateEngine.render_file   16 16 0   0.00%
src / moai_adk / core / template_engine.py TemplateEngine.render_directory   14 14 0   0.00%
src / moai_adk / core / template_engine.py TemplateEngine.get_default_variables   4 4 0   0.00%
src / moai_adk / core / template_engine.py TemplateVariableValidator.validate   16 16 0   0.00%
src / moai_adk / core / template_engine.py (no function)   15 0 0   100.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.__init__   8 0 0   100.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._load_configuration   18 11 0   38.89%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._validate_all_permissions   17 11 0   35.29%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.validate_agent_permission   24 24 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._suggest_permission_mode   12 12 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.validate_tool_permissions   8 8 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.check_tool_permission   16 16 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._check_direct_permission   9 9 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.validate_configuration   27 27 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._validate_file_permissions   9 9 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._validate_allowed_tools   7 7 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._validate_sandbox_settings   10 10 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._validate_mcp_servers   10 10 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.auto_fix_agent_permissions   9 9 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.auto_fix_all_agents   12 12 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._save_configuration   13 13 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager._audit_permission_change   4 4 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.get_permission_stats   1 1 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.get_recent_audits   1 1 0   0.00%
src / moai_adk / core / unified_permission_manager.py UnifiedPermissionManager.export_audit_report   5 5 0   0.00%
src / moai_adk / core / unified_permission_manager.py validate_agent_permission   1 1 0   0.00%
src / moai_adk / core / unified_permission_manager.py check_tool_permission   1 1 0   0.00%
src / moai_adk / core / unified_permission_manager.py auto_fix_all_agent_permissions   1 1 0   0.00%
src / moai_adk / core / unified_permission_manager.py get_permission_stats   1 1 0   0.00%
src / moai_adk / core / unified_permission_manager.py (no function)   89 22 0   75.28%
src / moai_adk / core / user_behavior_analytics.py UserAction.to_dict   1 1 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserSession.to_dict   1 1 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.__init__   10 10 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.track_action   21 21 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.start_session   6 6 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.end_session   9 9 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.get_user_patterns   32 32 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.get_user_insights   29 29 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.get_team_analytics   29 29 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics._extract_action_tags   14 14 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics._update_user_preferences   20 20 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics._analyze_session_state   15 15 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics._calculate_productivity_score   17 17 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics._load_data   21 21 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics._save_data   10 10 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.export_data   14 14 0   0.00%
src / moai_adk / core / user_behavior_analytics.py UserBehaviorAnalytics.get_realtime_metrics   14 14 0   0.00%
src / moai_adk / core / user_behavior_analytics.py get_user_analytics   3 3 0   0.00%
src / moai_adk / core / user_behavior_analytics.py track_user_action   2 2 0   0.00%
src / moai_adk / core / user_behavior_analytics.py start_user_session   2 2 0   0.00%
src / moai_adk / core / user_behavior_analytics.py end_user_session   2 2 0   0.00%
src / moai_adk / core / user_behavior_analytics.py get_user_patterns   2 2 0   0.00%
src / moai_adk / core / user_behavior_analytics.py get_user_insights   2 2 0   0.00%
src / moai_adk / core / user_behavior_analytics.py (no function)   100 100 0   0.00%
src / moai_adk / hooks / __init__.py (no function)   1 1 0   0.00%
src / moai_adk / hooks / session_start / __init__.py (no function)   6 6 0   0.00%
src / moai_adk / hooks / session_start / analysis_report.py generate_daily_analysis   17 17 0   0.00%
src / moai_adk / hooks / session_start / analysis_report.py analyze_session_logs   59 59 0   0.00%
src / moai_adk / hooks / session_start / analysis_report.py format_analysis_report   29 29 0   0.00%
src / moai_adk / hooks / session_start / analysis_report.py (no function)   27 27 0   0.00%
src / moai_adk / hooks / session_start / core_cleanup.py cleanup_old_files   23 23 0   0.00%
src / moai_adk / hooks / session_start / core_cleanup.py cleanup_directory   39 39 0   0.00%
src / moai_adk / hooks / session_start / core_cleanup.py update_cleanup_stats   24 24 0   0.00%
src / moai_adk / hooks / session_start / core_cleanup.py (no function)   12 12 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py execute_cleanup_sequence   24 24 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py execute_analysis_sequence   11 11 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py format_hook_result   9 9 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py handle_timeout   4 4 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py main   35 35 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py main.timeout_handler   1 1 0   0.00%
src / moai_adk / hooks / session_start / orchestrator.py (no function)   19 19 0   0.00%
src / moai_adk / hooks / session_start / state_cleanup.py load_hook_timeout   11 11 0   0.00%
src / moai_adk / hooks / session_start / state_cleanup.py get_graceful_degradation   11 11 0   0.00%
src / moai_adk / hooks / session_start / state_cleanup.py load_config   11 11 0   0.00%
src / moai_adk / hooks / session_start / state_cleanup.py should_cleanup_today   9 9 0   0.00%
src / moai_adk / hooks / session_start / state_cleanup.py validate_cleanup_config   6 6 0   0.00%
src / moai_adk / hooks / session_start / state_cleanup.py (no function)   13 13 0   0.00%
src / moai_adk / project / __init__.py (no function)   0 0 0   100.00%
src / moai_adk / project / configuration.py ConfigurationManager.__init__   3 3 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager.load   5 5 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager.get_smart_defaults   2 2 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager.get_auto_detect_fields   1 1 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager.save   15 15 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager._write_config   1 1 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager.build_from_responses   6 6 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager._parse_responses   7 7 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager._set_nested   6 6 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager._validate_complete   3 3 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager._flatten_config   7 7 0   0.00%
src / moai_adk / project / configuration.py ConfigurationManager._create_backup   5 5 0   0.00%
src / moai_adk / project / configuration.py SmartDefaultsEngine.__init__   1 1 0   0.00%
src / moai_adk / project / configuration.py SmartDefaultsEngine.get_all_defaults   1 1 0   0.00%
src / moai_adk / project / configuration.py SmartDefaultsEngine.get_default   1 1 0   0.00%
src / moai_adk / project / configuration.py SmartDefaultsEngine.apply_defaults   26 26 0   0.00%
src / moai_adk / project / configuration.py AutoDetectionEngine.detect_and_apply   14 14 0   0.00%
src / moai_adk / project / configuration.py AutoDetectionEngine.detect_language   10 10 0   0.00%
src / moai_adk / project / configuration.py AutoDetectionEngine.detect_locale   2 2 0   0.00%
src / moai_adk / project / configuration.py AutoDetectionEngine.detect_language_name   2 2 0   0.00%
src / moai_adk / project / configuration.py AutoDetectionEngine.detect_template_version   2 2 0   0.00%
src / moai_adk / project / configuration.py AutoDetectionEngine.detect_moai_version   2 2 0   0.00%
src / moai_adk / project / configuration.py ConfigurationCoverageValidator.__init__   1 1 0   0.00%
src / moai_adk / project / configuration.py ConfigurationCoverageValidator.validate   4 4 0   0.00%
src / moai_adk / project / configuration.py ConfigurationCoverageValidator.validate_required_settings   5 5 0   0.00%
src / moai_adk / project / configuration.py ConditionalBatchRenderer.__init__   1 1 0   0.00%
src / moai_adk / project / configuration.py ConditionalBatchRenderer.get_visible_batches   10 10 0   0.00%
src / moai_adk / project / configuration.py ConditionalBatchRenderer.evaluate_condition   6 6 0   0.00%
src / moai_adk / project / configuration.py ConditionalBatchRenderer._safe_evaluate   8 8 0   0.00%
src / moai_adk / project / configuration.py ConditionalBatchRenderer._evaluate_comparison   25 25 0   0.00%
src / moai_adk / project / configuration.py ConditionalBatchRenderer._resolve_operand   12 12 0   0.00%
src / moai_adk / project / configuration.py TemplateVariableInterpolator.interpolate   9 9 0   0.00%
src / moai_adk / project / configuration.py TemplateVariableInterpolator._get_nested_value   7 7 0   0.00%
src / moai_adk / project / configuration.py ConfigurationMigrator.load_legacy_config   1 1 0   0.00%
src / moai_adk / project / configuration.py ConfigurationMigrator.migrate   14 14 0   0.00%
src / moai_adk / project / configuration.py TabSchemaValidator.validate   10 10 0   0.00%
src / moai_adk / project / configuration.py TabSchemaValidator._validate_tab   6 6 0   0.00%
src / moai_adk / project / configuration.py TabSchemaValidator._validate_batch   8 8 0   0.00%
src / moai_adk / project / configuration.py TabSchemaValidator._validate_question   11 11 0   0.00%
src / moai_adk / project / configuration.py TabSchemaValidator._has_emoji   5 5 0   0.00%
src / moai_adk / project / configuration.py (no function)   70 0 0   100.00%
src / moai_adk / project / documentation.py DocumentationGenerator.__init__   1 1 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator._load_templates   1 1 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.generate_product_md   3 3 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.generate_structure_md   3 3 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.generate_tech_md   3 3 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.generate_all_documents   1 1 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator._generate_ai_insights   8 8 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.save_all_documents   6 6 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.load_document   4 4 0   0.00%
src / moai_adk / project / documentation.py DocumentationGenerator.create_minimal_templates   5 5 0   0.00%
src / moai_adk / project / documentation.py BrainstormQuestionGenerator.get_quick_questions   1 1 0   0.00%
src / moai_adk / project / documentation.py BrainstormQuestionGenerator.get_standard_questions   3 3 0   0.00%
src / moai_adk / project / documentation.py BrainstormQuestionGenerator.get_deep_questions   3 3 0   0.00%
src / moai_adk / project / documentation.py BrainstormQuestionGenerator.get_questions_by_depth   7 7 0   0.00%
src / moai_adk / project / documentation.py AgentContextInjector.inject_project_manager_context   8 8 0   0.00%
src / moai_adk / project / documentation.py AgentContextInjector.inject_tdd_implementer_context   8 8 0   0.00%
src / moai_adk / project / documentation.py AgentContextInjector.inject_domain_expert_context   8 8 0   0.00%
src / moai_adk / project / documentation.py (no function)   32 0 0   100.00%
src / moai_adk / project / schema.py load_tab_schema   1 1 0   0.00%
src / moai_adk / project / schema.py _create_tab1_quick_start   1 1 0   0.00%
src / moai_adk / project / schema.py _create_tab2_documentation   1 1 0   0.00%
src / moai_adk / project / schema.py _create_tab3_git_automation   1 1 0   0.00%
src / moai_adk / project / schema.py (no function)   5 0 0   100.00%
src / moai_adk / statusline / __init__.py (no function)   9 0 0   100.00%
src / moai_adk / statusline / alfred_detector.py AlfredDetector.__init__   4 4 0   0.00%
src / moai_adk / statusline / alfred_detector.py AlfredDetector.detect_active_task   5 5 0   0.00%
src / moai_adk / statusline / alfred_detector.py AlfredDetector._read_session_state   14 14 0   0.00%
src / moai_adk / statusline / alfred_detector.py AlfredDetector._is_cache_valid   3 3 0   0.00%
src / moai_adk / statusline / alfred_detector.py AlfredDetector._update_cache   2 2 0   0.00%
src / moai_adk / statusline / alfred_detector.py AlfredDetector._create_default_task   1 1 0   0.00%
src / moai_adk / statusline / alfred_detector.py (no function)   18 0 0   100.00%
src / moai_adk / statusline / config.py ColorConfig.__post_init__   2 2 0   0.00%
src / moai_adk / statusline / config.py FormatConfig.__post_init__   2 2 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.__new__   4 4 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig._load_config   10 10 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig._find_config_file   5 5 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig._parse_yaml   8 8 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig._parse_json_fallback   7 7 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig._get_default_config   1 1 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.get   9 9 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.get_cache_config   2 2 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.get_color_config   2 2 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.get_display_config   2 2 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.get_format_config   2 2 0   0.00%
src / moai_adk / statusline / config.py StatuslineConfig.get_error_handling_config   2 2 0   0.00%
src / moai_adk / statusline / config.py (no function)   65 0 0   100.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector.__init__   2 2 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector.detect_from_session_context   27 27 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector.detect_from_environment   14 14 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector.detect_from_behavioral_analysis   22 22 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector.detect_from_settings   11 11 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector._normalize_style   26 26 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector._analyze_message_patterns   21 21 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py OutputStyleDetector.get_output_style   17 17 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py safe_collect_output_style   13 13 0   0.00%
src / moai_adk / statusline / enhanced_output_style_detector.py (no function)   19 19 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector.__init__   3 3 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector.collect_git_info   5 5 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._fetch_git_info   12 12 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._is_cache_valid   3 3 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._update_cache   2 2 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._parse_git_output   4 4 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._count_changes   16 16 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._extract_branch   4 4 0   0.00%
src / moai_adk / statusline / git_collector.py GitCollector._create_error_info   1 1 0   0.00%
src / moai_adk / statusline / git_collector.py (no function)   26 0 0   100.00%
src / moai_adk / statusline / main.py read_session_context   15 15 0   0.00%
src / moai_adk / statusline / main.py safe_collect_git_info   8 8 0   0.00%
src / moai_adk / statusline / main.py safe_collect_duration   5 5 0   0.00%
src / moai_adk / statusline / main.py safe_collect_alfred_task   9 9 0   0.00%
src / moai_adk / statusline / main.py safe_collect_version   6 6 0   0.00%
src / moai_adk / statusline / main.py safe_check_update   6 6 0   0.00%
src / moai_adk / statusline / main.py build_statusline_data   23 23 0   0.00%
src / moai_adk / statusline / main.py main   13 13 0   0.00%
src / moai_adk / statusline / main.py (no function)   22 1 0   95.45%
src / moai_adk / statusline / metrics_tracker.py MetricsTracker.__init__   4 4 0   0.00%
src / moai_adk / statusline / metrics_tracker.py MetricsTracker.get_duration   5 5 0   0.00%
src / moai_adk / statusline / metrics_tracker.py MetricsTracker._calculate_and_format_duration   15 15 0   0.00%
src / moai_adk / statusline / metrics_tracker.py MetricsTracker._is_cache_valid   3 3 0   0.00%
src / moai_adk / statusline / metrics_tracker.py MetricsTracker._update_cache   2 2 0   0.00%
src / moai_adk / statusline / metrics_tracker.py (no function)   11 0 0   100.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer.__init__   3 3 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer.render   2 2 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._render_compact   6 6 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._build_compact_parts   18 18 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._fit_to_constraint   43 43 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._render_extended   35 35 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._render_minimal   18 18 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._truncate_branch   10 10 0   0.00%
src / moai_adk / statusline / renderer.py StatuslineRenderer._truncate_version   3 3 0   0.00%
src / moai_adk / statusline / renderer.py (no function)   22 0 0   100.00%
src / moai_adk / statusline / update_checker.py UpdateChecker.__init__   4 4 0   0.00%
src / moai_adk / statusline / update_checker.py UpdateChecker.check_for_update   5 5 0   0.00%
src / moai_adk / statusline / update_checker.py UpdateChecker._fetch_latest_version   11 11 0   0.00%
src / moai_adk / statusline / update_checker.py UpdateChecker._is_update_available   9 9 0   0.00%
src / moai_adk / statusline / update_checker.py UpdateChecker._is_cache_valid   3 3 0   0.00%
src / moai_adk / statusline / update_checker.py UpdateChecker._update_cache_with   3 3 0   0.00%
src / moai_adk / statusline / update_checker.py (no function)   21 0 0   100.00%
src / moai_adk / statusline / version_reader.py VersionReader.__init__   22 22 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_version   3 3 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_version_sync   17 17 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_version_async   17 17 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._check_cache   14 14 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._is_cache_entry_valid   5 5 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._update_cache   9 9 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._evict_oldest_cache_entry   12 12 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._handle_read_error   6 6 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._log_performance   9 9 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_performance_metrics   5 5 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._read_version_from_config_sync   14 14 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._read_version_from_config_async   13 13 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._extract_version_from_config   7 7 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._get_nested_value   7 7 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._format_short_version   1 1 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._format_display_version   5 5 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._is_valid_version_format   1 1 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._get_fallback_version   7 7 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._get_package_version   15 15 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._file_exists_async   5 5 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._read_json_async   2 2 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader._read_json_sync   2 2 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.clear_cache   5 5 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_cache_stats   1 1 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_cache_age_seconds   3 3 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.is_cache_expired   5 5 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_config   1 1 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.update_config   3 3 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.get_available_version_fields   1 1 0   0.00%
src / moai_adk / statusline / version_reader.py VersionReader.set_custom_version_fields   3 3 0   0.00%
src / moai_adk / statusline / version_reader.py (no function)   76 0 0   100.00%
src / moai_adk / utils / __init__.py (no function)   3 0 0   100.00%
src / moai_adk / utils / banner.py print_banner   3 3 0   0.00%
src / moai_adk / utils / banner.py print_welcome_message   3 3 0   0.00%
src / moai_adk / utils / banner.py (no function)   5 0 0   100.00%
src / moai_adk / utils / common.py HTTPResponse.__post_init__   2 2 0   0.00%
src / moai_adk / utils / common.py HTTPClient.__init__   3 3 0   0.00%
src / moai_adk / utils / common.py HTTPClient.__aenter__   4 4 0   0.00%
src / moai_adk / utils / common.py HTTPClient.__aexit__   2 2 0   0.00%
src / moai_adk / utils / common.py HTTPClient.fetch_url   14 14 0   0.00%
src / moai_adk / utils / common.py HTTPClient.fetch_urls   3 3 0   0.00%
src / moai_adk / utils / common.py extract_links_from_text   16 16 0   0.00%
src / moai_adk / utils / common.py is_valid_url   5 5 0   0.00%
src / moai_adk / utils / common.py create_report_path   3 3 0   0.00%
src / moai_adk / utils / common.py format_duration   11 11 0   0.00%
src / moai_adk / utils / common.py calculate_score   9 9 0   0.00%
src / moai_adk / utils / common.py get_summary_stats   10 10 0   0.00%
src / moai_adk / utils / common.py RateLimiter.__init__   3 3 0   0.00%
src / moai_adk / utils / common.py RateLimiter.can_make_request   3 3 0   0.00%
src / moai_adk / utils / common.py RateLimiter.add_request   3 3 0   0.00%
src / moai_adk / utils / common.py RateLimiter.wait_if_needed   6 6 0   0.00%
src / moai_adk / utils / common.py load_hook_timeout   12 12 0   0.00%
src / moai_adk / utils / common.py get_graceful_degradation   11 11 0   0.00%
src / moai_adk / utils / common.py (no function)   37 37 0   0.00%
src / moai_adk / utils / link_validator.py LinkResult.__post_init__   2 2 0   0.00%
src / moai_adk / utils / link_validator.py ValidationResult.__post_init__   2 2 0   0.00%
src / moai_adk / utils / link_validator.py ValidationResult.success_rate   3 3 0   0.00%
src / moai_adk / utils / link_validator.py LinkValidator.__init__   1 1 0   0.00%
src / moai_adk / utils / link_validator.py LinkValidator.extract_links_from_file   16 16 0   0.00%
src / moai_adk / utils / link_validator.py LinkValidator.validate_link   7 7 0   0.00%
src / moai_adk / utils / link_validator.py LinkValidator.validate_all_links   8 8 0   0.00%
src / moai_adk / utils / link_validator.py LinkValidator.validate_all_links.validate_with_semaphore   5 5 0   0.00%
src / moai_adk / utils / link_validator.py LinkValidator.generate_report   35 35 0   0.00%
src / moai_adk / utils / link_validator.py validate_readme_links   14 14 0   0.00%
src / moai_adk / utils / link_validator.py (no function)   35 35 0   0.00%
src / moai_adk / utils / logger.py SensitiveDataFilter.filter   6 6 0   0.00%
src / moai_adk / utils / logger.py setup_logger   24 24 0   0.00%
src / moai_adk / utils / logger.py (no function)   8 0 0   100.00%
src / moai_adk / utils / safe_file_reader.py SafeFileReader.__init__   2 2 0   0.00%
src / moai_adk / utils / safe_file_reader.py SafeFileReader.read_text   16 16 0   0.00%
src / moai_adk / utils / safe_file_reader.py SafeFileReader.read_lines   4 4 0   0.00%
src / moai_adk / utils / safe_file_reader.py SafeFileReader.safe_glob_read   11 11 0   0.00%
src / moai_adk / utils / safe_file_reader.py SafeFileReader.is_safe_file   2 2 0   0.00%
src / moai_adk / utils / safe_file_reader.py safe_read_file   2 2 0   0.00%
src / moai_adk / utils / safe_file_reader.py safe_read_lines   2 2 0   0.00%
src / moai_adk / utils / safe_file_reader.py safe_glob_read   2 2 0   0.00%
src / moai_adk / utils / safe_file_reader.py (no function)   25 25 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout.__init__   6 6 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout.start   9 9 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout.cancel   3 3 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout._start_windows_timeout   4 4 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout._start_windows_timeout.timeout_handler   3 3 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout._cancel_windows_timeout   3 3 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout._start_unix_timeout   3 3 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout._start_unix_timeout.signal_handler   6 6 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout._cancel_unix_timeout   4 4 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout.__enter__   2 2 0   0.00%
src / moai_adk / utils / timeout.py CrossPlatformTimeout.__exit__   2 2 0   0.00%
src / moai_adk / utils / timeout.py timeout_context   5 5 0   0.00%
src / moai_adk / utils / timeout.py (no function)   19 0 0   100.00%
src / moai_adk / version.py (no function)   8 8 0   0.00%
Total     12727 10937 0   14.06%

No items found using the specified filter.