Coverage report: 24%

Files Functions Classes

coverage.py v7.13.1, created at 2026-01-21 00:36 +0000

      Statements   Branches   Total
File class   coverage statements missing excluded   coverage branches partial   coverage
mindsdb / __about__.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / __main__.py TrunkProcessEnum   0% 2 2 0   100% 0 0   0%
mindsdb / __main__.py TrunkProcessData   0% 17 17 0   0% 12 0   0%
mindsdb / __main__.py (no class)   0% 317 317 0   0% 102 0   0%
mindsdb / api / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / api / a2a / agent.py MindsDBAgent   0% 92 92 0   0% 20 0   0%
mindsdb / api / a2a / agent.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / api / a2a / common / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / server / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / api / a2a / common / server / server.py A2AServer   0% 64 64 0   0% 30 0   0%
mindsdb / api / a2a / common / server / server.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / api / a2a / common / server / task_manager.py TaskManager   0% 8 8 0   100% 0 0   0%
mindsdb / api / a2a / common / server / task_manager.py InMemoryTaskManager   0% 106 106 0   0% 32 0   0%
mindsdb / api / a2a / common / server / task_manager.py (no class)   0% 44 44 0   100% 0 0   0%
mindsdb / api / a2a / common / server / utils.py (no class)   0% 12 12 0   0% 4 0   0%
mindsdb / api / a2a / common / types.py TaskState   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TextPart   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py FileContent   0% 5 5 0   0% 4 0   0%
mindsdb / api / a2a / common / types.py FilePart   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py DataPart   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py Message   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py FlexibleMessage   0% 20 20 0   0% 12 0   0%
mindsdb / api / a2a / common / types.py TaskStatus   0% 1 1 0   100% 0 0   0%
mindsdb / api / a2a / common / types.py Artifact   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py Task   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskStatusUpdateEvent   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskArtifactUpdateEvent   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py AuthenticationInfo   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py PushNotificationConfig   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskIdParams   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskQueryParams   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskSendParams   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskPushNotificationConfig   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py JSONRPCMessage   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py JSONRPCRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py JSONRPCError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py JSONRPCResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SendTaskRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SendTaskResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SendTaskStreamingRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SendTaskStreamingResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py MessageStreamParams   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py MessageStreamRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py MessageStreamResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SendStreamingMessageSuccessResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py GetTaskRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py GetTaskResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py CancelTaskRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py CancelTaskResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SetTaskPushNotificationRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py SetTaskPushNotificationResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py GetTaskPushNotificationRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py GetTaskPushNotificationResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskResubscriptionRequest   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py JSONParseError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py InvalidRequestError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py MethodNotFoundError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py InvalidParamsError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py InternalError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskNotFoundError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py TaskNotCancelableError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py PushNotificationNotSupportedError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py UnsupportedOperationError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py ContentTypeNotSupportedError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py AgentProvider   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py AgentCapabilities   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py AgentAuthentication   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py AgentSkill   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py AgentCard   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py A2AClientError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py A2AClientHTTPError   0% 3 3 0   100% 0 0   0%
mindsdb / api / a2a / common / types.py A2AClientJSONError   0% 2 2 0   100% 0 0   0%
mindsdb / api / a2a / common / types.py MissingAPIKeyError   100% 0 0 0   100% 0 0   100%
mindsdb / api / a2a / common / types.py (no class)   0% 244 244 0   100% 0 0   0%
mindsdb / api / a2a / constants.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / api / a2a / task_manager.py AgentTaskManager   0% 236 236 0   0% 82 0   0%
mindsdb / api / a2a / task_manager.py (no class)   0% 34 34 0   0% 10 0   0%
mindsdb / api / a2a / utils.py (no class)   0% 50 50 0   0% 38 0   0%
mindsdb / api / common / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / common / middleware.py PATAuthMiddleware   0% 11 11 0   0% 6 0   0%
mindsdb / api / common / middleware.py (no class)   35% 63 41 0   0% 22 0   26%
mindsdb / api / executor / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / command_executor.py ExecuteCommands   12% 797 699 0   12% 436 38   12%
mindsdb / api / executor / command_executor.py (no class)   78% 136 30 2   28% 32 3   68%
mindsdb / api / executor / controllers / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / api / executor / controllers / session_controller.py SessionController   64% 33 12 0   0% 6 0   54%
mindsdb / api / executor / controllers / session_controller.py (no class)   100% 16 0 0   100% 0 0   100%
mindsdb / api / executor / data_types / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / data_types / answer.py ExecuteAnswer   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / data_types / answer.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / api / executor / data_types / response_type.py RESPONSE_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / data_types / response_type.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / classes / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / classes / response.py DataHubResponse   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / classes / response.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / classes / tables_row.py TABLES_ROW_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / classes / tables_row.py TablesRow   64% 11 4 0   62% 8 3   63%
mindsdb / api / executor / datahub / classes / tables_row.py (no class)   100% 34 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / __init__.py (no class)   100% 3 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / datanode.py DataNode   0% 6 6 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / datanode.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / information_schema_datanode.py InformationSchemaDataNode   57% 72 31 0   56% 34 7   57%
mindsdb / api / executor / datahub / datanodes / information_schema_datanode.py (no class)   100% 31 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / integration_datanode.py DBHandlerException   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / integration_datanode.py IntegrationDataNode   46% 112 60 0   40% 50 12   44%
mindsdb / api / executor / datahub / datanodes / integration_datanode.py (no class)   91% 67 6 0   50% 4 0   89%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py MdbTable   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py ModelsTable   70% 10 3 0   75% 4 1   71%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py DatabasesTable   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py MLEnginesTable   0% 7 7 0   0% 2 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py HandlersTable   0% 11 11 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py JobsTable   0% 9 9 0   0% 2 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py TriggersTable   0% 12 12 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py ChatbotsTable   0% 13 13 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py KBTable   0% 15 15 0   0% 6 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py SkillsTable   0% 7 7 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py AgentsTable   0% 7 7 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py ViewsTable   0% 5 5 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py QueriesTable   0% 4 4 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / mindsdb_tables.py (no class)   93% 86 6 0   50% 4 0   91%
mindsdb / api / executor / datahub / datanodes / project_datanode.py ProjectDataNode   26% 86 64 3   19% 36 7   24%
mindsdb / api / executor / datahub / datanodes / project_datanode.py (no class)   100% 22 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py Table   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py SchemataTable   0% 4 4 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py TablesTable   0% 44 44 0   0% 30 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py ColumnsTableRow   0% 29 29 0   0% 22 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py ColumnsTable   0% 18 18 0   0% 14 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py EventsTable   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py RoutinesTable   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py PluginsTable   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py EnginesTable   0% 3 3 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py KeyColumnUsageTable   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py StatisticsTable   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / datahub / datanodes / system_tables.py CharacterSetsTable   0% 3 3 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py CollationsTable   0% 3 3 0   100% 0 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py MetaTablesTable   0% 13 13 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py MetaColumnsTable   0% 14 14 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py MetaColumnStatisticsTable   0% 14 14 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py MetaTableConstraintsTable   0% 26 26 0   0% 8 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py MetaColumnUsageTable   0% 24 24 0   0% 8 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py MetaHandlerInfoTable   0% 10 10 0   0% 4 0   0%
mindsdb / api / executor / datahub / datanodes / system_tables.py (no class)   81% 149 28 0   0% 18 0   72%
mindsdb / api / executor / exceptions.py UnknownError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py ExecutorException   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py NotSupportedYet   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py BadDbError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py BadTableError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py KeyColumnDoesNotExist   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py TableNotExistError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py WrongArgumentError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py LogicError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py SqlSyntaxError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py WrongCharsetError   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / exceptions.py (no class)   100% 34 0 0   100% 0 0   100%
mindsdb / api / executor / planner / __init__.py (no class)   100% 3 0 0   100% 0 0   100%
mindsdb / api / executor / planner / exceptions.py PlanningException   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / planner / exceptions.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / executor / planner / plan_join.py TableInfo   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / planner / plan_join.py PlanJoin   100% 24 0 0   92% 12 1   97%
mindsdb / api / executor / planner / plan_join.py PlanJoinTablesQuery   91% 421 37 0   82% 240 31   88%
mindsdb / api / executor / planner / plan_join.py (no class)   100% 48 0 0   100% 0 0   100%
mindsdb / api / executor / planner / plan_join_ts.py PlanJoinTSPredictorQuery   94% 166 10 0   83% 78 11   91%
mindsdb / api / executor / planner / plan_join_ts.py (no class)   100% 15 0 0   100% 0 0   100%
mindsdb / api / executor / planner / query_plan.py QueryPlan   56% 18 8 0   43% 14 0   50%
mindsdb / api / executor / planner / query_plan.py (no class)   100% 6 0 0   100% 0 0   100%
mindsdb / api / executor / planner / query_planner.py QueryPlanner   84% 450 70 0   79% 250 22   83%
mindsdb / api / executor / planner / query_planner.py (no class)   100% 54 0 0   50% 2 1   98%
mindsdb / api / executor / planner / query_prepare.py Table   100% 10 0 0   100% 2 0   100%
mindsdb / api / executor / planner / query_prepare.py Column   83% 12 2 0   50% 6 1   72%
mindsdb / api / executor / planner / query_prepare.py Statement   100% 6 0 0   100% 0 0   100%
mindsdb / api / executor / planner / query_prepare.py PreparedStatementPlanner   68% 225 72 2   68% 154 17   68%
mindsdb / api / executor / planner / query_prepare.py (no class)   100% 25 0 0   100% 0 0   100%
mindsdb / api / executor / planner / step_result.py Result   86% 7 1 0   100% 2 0   89%
mindsdb / api / executor / planner / step_result.py (no class)   100% 7 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py PlanStep   62% 16 6 0   70% 10 3   65%
mindsdb / api / executor / planner / steps.py ProjectStep   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py FilterStep   0% 3 3 0   100% 0 0   0%
mindsdb / api / executor / planner / steps.py GroupByStep   0% 4 4 0   100% 0 0   0%
mindsdb / api / executor / planner / steps.py JoinStep   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py UnionStep   100% 5 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py OrderByStep   0% 3 3 0   100% 0 0   0%
mindsdb / api / executor / planner / steps.py LimitOffsetStep   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py FetchDataframeStep   100% 5 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py FetchDataframeStepPartition   100% 5 0 0   100% 2 0   100%
mindsdb / api / executor / planner / steps.py ApplyPredictorStep   100% 7 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py ApplyTimeseriesPredictorStep   100% 2 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py ApplyPredictorRowStep   100% 5 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py GetPredictorColumns   100% 3 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py GetTableColumns   100% 3 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py MapReduceStep   100% 5 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py MultipleSteps   100% 3 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py SaveToTable   100% 7 0 0   50% 2 1   89%
mindsdb / api / executor / planner / steps.py InsertToTable   100% 7 0 0   100% 2 0   100%
mindsdb / api / executor / planner / steps.py CreateTableStep   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py UpdateToTable   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py DeleteStep   100% 3 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py SubSelectStep   100% 5 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py QueryStep   100% 4 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py DataStep   100% 2 0 0   100% 0 0   100%
mindsdb / api / executor / planner / steps.py (no class)   100% 57 0 0   100% 0 0   100%
mindsdb / api / executor / planner / ts_utils.py (no class)   91% 66 6 0   89% 54 4   90%
mindsdb / api / executor / planner / utils.py (no class)   89% 70 8 0   75% 28 7   85%
mindsdb / api / executor / sql_query / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / result_set.py Column   100% 8 0 0   75% 4 1   92%
mindsdb / api / executor / sql_query / result_set.py ResultSet   38% 151 94 0   38% 72 9   38%
mindsdb / api / executor / sql_query / result_set.py (no class)   94% 83 5 0   78% 18 2   91%
mindsdb / api / executor / sql_query / sql_query.py SQLQuery   54% 145 67 0   42% 64 19   50%
mindsdb / api / executor / sql_query / sql_query.py (no class)   100% 31 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / __init__.py (no class)   100% 14 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / apply_predictor_step.py ApplyPredictorBaseCall   0% 7 7 0   0% 2 0   0%
mindsdb / api / executor / sql_query / steps / apply_predictor_step.py ApplyPredictorRowStepCall   0% 24 24 0   0% 12 0   0%
mindsdb / api / executor / sql_query / steps / apply_predictor_step.py ApplyPredictorStepCall   0% 184 184 0   0% 140 0   0%
mindsdb / api / executor / sql_query / steps / apply_predictor_step.py ApplyTimeseriesPredictorStepCall   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / apply_predictor_step.py (no class)   88% 25 3 0   100% 0 0   88%
mindsdb / api / executor / sql_query / steps / base.py BaseStepCall   78% 9 2 0   50% 2 1   73%
mindsdb / api / executor / sql_query / steps / base.py (no class)   100% 6 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / delete_step.py DeleteStepCall   0% 15 15 0   0% 4 0   0%
mindsdb / api / executor / sql_query / steps / delete_step.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / fetch_dataframe.py FetchDataframeStepCall   67% 21 7 0   50% 10 5   61%
mindsdb / api / executor / sql_query / steps / fetch_dataframe.py (no class)   54% 48 22 0   25% 24 4   44%
mindsdb / api / executor / sql_query / steps / fetch_dataframe_partition.py FetchDataframePartitionCall   0% 114 114 0   0% 58 0   0%
mindsdb / api / executor / sql_query / steps / fetch_dataframe_partition.py (no class)   100% 24 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / insert_step.py InsertToTableCall   41% 56 33 0   30% 40 8   36%
mindsdb / api / executor / sql_query / steps / insert_step.py SaveToTableCall   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / insert_step.py CreateTableCall   0% 10 10 0   0% 4 0   0%
mindsdb / api / executor / sql_query / steps / insert_step.py (no class)   100% 15 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / join_step.py JoinStepCall   0% 54 54 0   0% 26 0   0%
mindsdb / api / executor / sql_query / steps / join_step.py (no class)   100% 13 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / map_reduce_step.py MapReduceStepCall   0% 57 57 0   0% 32 0   0%
mindsdb / api / executor / sql_query / steps / map_reduce_step.py (no class)   45% 38 21 0   0% 18 0   30%
mindsdb / api / executor / sql_query / steps / multiple_step.py MultipleStepsCall   0% 9 9 0   0% 6 0   0%
mindsdb / api / executor / sql_query / steps / multiple_step.py (no class)   100% 6 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / prepare_steps.py GetPredictorColumnsCall   0% 8 8 0   0% 2 0   0%
mindsdb / api / executor / sql_query / steps / prepare_steps.py GetTableColumnsCall   0% 8 8 0   0% 2 0   0%
mindsdb / api / executor / sql_query / steps / prepare_steps.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / project_step.py ProjectStepCall   0% 38 38 0   0% 20 0   0%
mindsdb / api / executor / sql_query / steps / project_step.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / sql_steps.py LimitOffsetStepCall   0% 9 9 0   0% 4 0   0%
mindsdb / api / executor / sql_query / steps / sql_steps.py DataStepCall   0% 2 2 0   100% 0 0   0%
mindsdb / api / executor / sql_query / steps / sql_steps.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / subselect_step.py SubSelectStepCall   0% 27 27 0   0% 14 0   0%
mindsdb / api / executor / sql_query / steps / subselect_step.py QueryStepCall   54% 83 38 0   45% 56 13   50%
mindsdb / api / executor / sql_query / steps / subselect_step.py (no class)   100% 19 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / union_step.py UnionStepCall   0% 15 15 0   0% 6 0   0%
mindsdb / api / executor / sql_query / steps / union_step.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / api / executor / sql_query / steps / update_step.py UpdateToTableCall   0% 55 55 0   0% 32 0   0%
mindsdb / api / executor / sql_query / steps / update_step.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / api / executor / utilities / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / executor / utilities / functions.py (no class)   25% 20 15 0   0% 2 0   23%
mindsdb / api / executor / utilities / mysql_to_duckdb_functions.py (no class)   13% 237 206 2   0% 114 0   9%
mindsdb / api / executor / utilities / sql.py (no class)   61% 137 54 0   48% 56 7   57%
mindsdb / api / http / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / http / gui.py (no class)   21% 56 44 0   0% 10 0   18%
mindsdb / api / http / initialize.py _NoOpFlaskInstrumentor   100% 1 0 0   100% 0 0   100%
mindsdb / api / http / initialize.py _NoOpRequestsInstrumentor   100% 1 0 0   100% 0 0   100%
mindsdb / api / http / initialize.py Swagger_Api   0% 1 1 0   100% 0 0   0%
mindsdb / api / http / initialize.py (no class)   57% 295 128 0   21% 70 11   50%
mindsdb / api / http / namespaces / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / agents.py AgentsResource   100% 11 0 0   100% 2 0   100%
mindsdb / api / http / namespaces / agents.py AgentResource   74% 65 17 0   65% 26 7   71%
mindsdb / api / http / namespaces / agents.py AgentCompletionsStream   0% 19 19 0   0% 4 0   0%
mindsdb / api / http / namespaces / agents.py AgentCompletions   62% 29 11 0   50% 12 2   59%
mindsdb / api / http / namespaces / agents.py (no class)   68% 112 36 0   35% 26 1   62%
mindsdb / api / http / namespaces / analysis.py QueryAnalysis   0% 32 32 0   0% 8 0   0%
mindsdb / api / http / namespaces / analysis.py DataAnalysis   0% 11 11 0   100% 0 0   0%
mindsdb / api / http / namespaces / analysis.py (no class)   74% 35 9 0   0% 4 0   67%
mindsdb / api / http / namespaces / auth.py Auth   0% 31 31 0   0% 8 0   0%
mindsdb / api / http / namespaces / auth.py CloudLoginRoute   0% 10 10 0   0% 2 0   0%
mindsdb / api / http / namespaces / auth.py (no class)   73% 37 10 0   0% 6 0   63%
mindsdb / api / http / namespaces / chatbots.py ChatBotsResource   100% 11 0 0   100% 2 0   100%
mindsdb / api / http / namespaces / chatbots.py ChatBotResource   85% 54 8 0   70% 20 2   81%
mindsdb / api / http / namespaces / chatbots.py (no class)   80% 86 17 0   54% 24 5   75%
mindsdb / api / http / namespaces / config.py GetConfig   0% 32 32 0   0% 18 0   0%
mindsdb / api / http / namespaces / config.py ListIntegration   0% 1 1 0   100% 0 0   0%
mindsdb / api / http / namespaces / config.py AllIntegration   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / config.py Integration   0% 93 93 0   0% 38 0   0%
mindsdb / api / http / namespaces / config.py (no class)   100% 52 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / agents.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / configs / analysis.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / auth.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / chatbots.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / configs / config.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / databases.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / default.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / files.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / handlers.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / jobs.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / configs / knowledge_bases.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / configs / projects.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / skills.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / configs / sql.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / tabs.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / tree.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / util.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / configs / webhooks.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / databases.py DatabasesResource   64% 36 13 0   55% 20 3   61%
mindsdb / api / http / namespaces / databases.py DatabasesStatusResource   0% 37 37 0   0% 18 0   0%
mindsdb / api / http / namespaces / databases.py DatabaseResource   73% 52 14 0   75% 16 4   74%
mindsdb / api / http / namespaces / databases.py TablesList   89% 47 5 0   86% 14 2   89%
mindsdb / api / http / namespaces / databases.py TableResource   86% 35 5 0   75% 4 1   85%
mindsdb / api / http / namespaces / databases.py (no class)   100% 67 0 0   50% 2 1   99%
mindsdb / api / http / namespaces / default.py LoginRoute   0% 17 17 0   0% 8 0   0%
mindsdb / api / http / namespaces / default.py LogoutRoute   0% 7 7 0   0% 2 0   0%
mindsdb / api / http / namespaces / default.py StatusRoute   0% 21 21 0   0% 14 0   0%
mindsdb / api / http / namespaces / default.py (no class)   82% 33 6 0   0% 2 0   77%
mindsdb / api / http / namespaces / file.py FilesList   100% 1 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / file.py File   58% 122 51 0   46% 54 11   55%
mindsdb / api / http / namespaces / file.py (no class)   100% 37 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / handlers.py HandlersList   0% 11 11 0   0% 6 0   0%
mindsdb / api / http / namespaces / handlers.py HandlerIcon   0% 15 15 0   0% 4 0   0%
mindsdb / api / http / namespaces / handlers.py HandlerInfo   0% 6 6 0   100% 0 0   0%
mindsdb / api / http / namespaces / handlers.py HandlerReadme   0% 29 29 0   0% 4 0   0%
mindsdb / api / http / namespaces / handlers.py InstallDependencies   0% 14 14 0   0% 8 0   0%
mindsdb / api / http / namespaces / handlers.py BYOMUpload   53% 32 15 0   100% 0 0   53%
mindsdb / api / http / namespaces / handlers.py (no class)   90% 98 10 0   58% 12 1   86%
mindsdb / api / http / namespaces / jobs.py JobsResource   91% 11 1 0   50% 6 3   76%
mindsdb / api / http / namespaces / jobs.py JobResource   100% 6 0 0   100% 2 0   100%
mindsdb / api / http / namespaces / jobs.py JobsHistory   67% 3 1 0   50% 2 1   60%
mindsdb / api / http / namespaces / jobs.py (no class)   100% 32 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / knowledge_bases.py KnowledgeBasesResource   53% 43 20 0   56% 18 6   54%
mindsdb / api / http / namespaces / knowledge_bases.py KnowledgeBaseResource   43% 63 36 0   41% 22 9   42%
mindsdb / api / http / namespaces / knowledge_bases.py KnowledgeBaseCompletions   0% 20 20 0   0% 8 0   0%
mindsdb / api / http / namespaces / knowledge_bases.py (no class)   60% 84 34 0   0% 16 0   50%
mindsdb / api / http / namespaces / models.py ModelsList   77% 39 9 0   88% 8 1   79%
mindsdb / api / http / namespaces / models.py ModelResource   62% 34 13 0   50% 8 0   60%
mindsdb / api / http / namespaces / models.py ModelPredict   60% 15 6 0   50% 4 0   58%
mindsdb / api / http / namespaces / models.py ModelDescribe   53% 17 8 0   50% 4 0   52%
mindsdb / api / http / namespaces / models.py (no class)   100% 51 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / projects.py ProjectsList   100% 3 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / projects.py ProjectsGet   100% 6 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / projects.py (no class)   100% 17 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / skills.py SkillsResource   100% 10 0 0   100% 2 0   100%
mindsdb / api / http / namespaces / skills.py SkillResource   100% 33 0 0   100% 8 0   100%
mindsdb / api / http / namespaces / skills.py (no class)   93% 45 3 0   83% 6 1   92%
mindsdb / api / http / namespaces / sql.py Query   77% 56 13 0   71% 14 2   76%
mindsdb / api / http / namespaces / sql.py ParametrizeConstants   92% 63 5 0   73% 44 10   84%
mindsdb / api / http / namespaces / sql.py ListDatabases   0% 14 14 0   0% 6 0   0%
mindsdb / api / http / namespaces / sql.py (no class)   100% 42 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / tab.py Tabs   0% 29 29 0   0% 6 0   0%
mindsdb / api / http / namespaces / tab.py Tab   0% 19 19 0   0% 2 0   0%
mindsdb / api / http / namespaces / tab.py (no class)   82% 39 7 0   0% 2 0   78%
mindsdb / api / http / namespaces / tree.py GetRoot   0% 3 3 0   100% 0 0   0%
mindsdb / api / http / namespaces / tree.py GetLeaf   0% 37 37 0   0% 18 0   0%
mindsdb / api / http / namespaces / tree.py (no class)   100% 18 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / util.py Ping   0% 1 1 0   100% 0 0   0%
mindsdb / api / http / namespaces / util.py PingMLTaskQueue   0% 13 13 0   0% 6 0   0%
mindsdb / api / http / namespaces / util.py ReadinessProbe   0% 5 5 0   0% 4 0   0%
mindsdb / api / http / namespaces / util.py PingNative   0% 1 1 0   100% 0 0   0%
mindsdb / api / http / namespaces / util.py ValidateJsonAI   0% 9 9 0   0% 2 0   0%
mindsdb / api / http / namespaces / util.py UpdateGui   0% 2 2 0   100% 0 0   0%
mindsdb / api / http / namespaces / util.py (no class)   78% 54 12 0   0% 8 0   68%
mindsdb / api / http / namespaces / views.py ViewsList   83% 29 5 0   80% 10 0   82%
mindsdb / api / http / namespaces / views.py ViewResource   87% 39 5 0   83% 12 2   86%
mindsdb / api / http / namespaces / views.py (no class)   100% 29 0 0   100% 0 0   100%
mindsdb / api / http / namespaces / webhooks.py ChatbotWebhooks   0% 3 3 0   100% 0 0   0%
mindsdb / api / http / namespaces / webhooks.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / api / http / start.py (no class)   0% 42 42 0   0% 2 0   0%
mindsdb / api / http / utils.py (no class)   57% 14 6 0   25% 8 2   45%
mindsdb / api / litellm / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / litellm / start.py (no class)   0% 37 37 0   0% 4 0   0%
mindsdb / api / mcp / __init__.py AppContext   100% 0 0 0   100% 0 0   100%
mindsdb / api / mcp / __init__.py (no class)   0% 66 66 0   0% 12 0   0%
mindsdb / api / mysql / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / classes / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / classes / client_capabilities.py ClentCapabilities   0% 35 35 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / classes / client_capabilities.py (no class)   100% 62 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / classes / fake_mysql_proxy / __init__.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / classes / fake_mysql_proxy / fake_mysql_proxy.py Dummy   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / classes / fake_mysql_proxy / fake_mysql_proxy.py FakeMysqlProxy   93% 15 1 0   100% 0 0   93%
mindsdb / api / mysql / mysql_proxy / classes / fake_mysql_proxy / fake_mysql_proxy.py (no class)   91% 11 1 0   100% 0 0   91%
mindsdb / api / mysql / mysql_proxy / classes / server_capabilities.py ServerCapabilities   17% 6 5 0   0% 2 0   12%
mindsdb / api / mysql / mysql_proxy / classes / server_capabilities.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_datum.py Datum   0% 109 109 0   0% 78 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_datum.py (no class)   85% 26 4 0   50% 2 1   82%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packet.py Packet   0% 69 69 1   0% 16 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packet.py (no class)   90% 29 3 3   50% 2 1   87%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / __init__.py (no class)   100% 15 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / binary_resultset_row_package.py BinaryResultsetRowPacket   0% 112 112 0   0% 62 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / binary_resultset_row_package.py (no class)   94% 16 1 0   50% 2 1   89%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / column_count_packet.py ColumnCountPacket   0% 10 10 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / column_count_packet.py (no class)   90% 10 1 0   50% 2 1   83%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / column_definition_packet.py ColumnDefenitionPacket   0% 22 22 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / column_definition_packet.py (no class)   91% 11 1 0   50% 2 1   85%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / command_packet.py CommandPacket   0% 69 69 0   0% 30 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / command_packet.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / eof_packet.py EofPacket   0% 12 12 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / eof_packet.py (no class)   90% 10 1 0   50% 2 1   83%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / err_packet.py ErrPacket   0% 17 17 0   0% 6 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / err_packet.py (no class)   90% 10 1 0   50% 2 1   83%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / fast_auth_fail_packet.py FastAuthFail   0% 7 7 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / fast_auth_fail_packet.py (no class)   100% 6 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / handshake_packet.py HandshakePacket   0% 23 23 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / handshake_packet.py (no class)   92% 12 1 0   50% 2 1   86%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / handshake_response_packet.py HandshakeResponsePacket   0% 44 44 0   0% 12 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / handshake_response_packet.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / ok_packet.py OkPacket   0% 38 38 0   0% 10 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / ok_packet.py (no class)   92% 13 1 0   50% 2 1   87%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / password_answer.py PasswordAnswer   0% 6 6 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / password_answer.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / resultset_row_package.py ResultsetRowPacket   0% 17 17 0   0% 10 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / resultset_row_package.py (no class)   91% 11 1 0   50% 2 1   85%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / stmt_prepare_header.py STMTPrepareHeaderPacket   0% 12 12 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / stmt_prepare_header.py (no class)   100% 6 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / switch_auth_packet.py SwitchOutPacket   0% 14 14 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / switch_auth_packet.py (no class)   90% 10 1 0   50% 2 1   83%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / switch_auth_response_packet.py SwitchOutResponse   0% 8 8 0   0% 2 0   0%
mindsdb / api / mysql / mysql_proxy / data_types / mysql_packets / switch_auth_response_packet.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / executor / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / executor / mysql_executor.py Executor   55% 47 21 0   17% 6 1   51%
mindsdb / api / mysql / mysql_proxy / executor / mysql_executor.py (no class)   100% 24 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / external_libs / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / external_libs / mysql_scramble.py RandStruct_323   0% 6 6 0   100% 0 0   0%
mindsdb / api / mysql / mysql_proxy / external_libs / mysql_scramble.py (no class)   35% 74 48 0   0% 14 0   30%
mindsdb / api / mysql / mysql_proxy / libs / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py CAPABILITIES   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py SERVER_STATUS   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py COMMANDS   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py TYPES   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py MYSQL_DATA_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py FIELD_FLAG   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py CTypeProperties   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py ERR   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py WARN   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py SESSION_TRACK   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / libs / constants / mysql.py (no class)   98% 631 11 0   0% 8 0   97%
mindsdb / api / mysql / mysql_proxy / mysql_proxy.py SQLAnswer   56% 9 4 0   50% 6 1   53%
mindsdb / api / mysql / mysql_proxy / mysql_proxy.py MysqlTCPServer   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / mysql_proxy.py MysqlProxy   5% 413 393 0   6% 162 7   5%
mindsdb / api / mysql / mysql_proxy / mysql_proxy.py (no class)   99% 86 1 0   100% 0 0   99%
mindsdb / api / mysql / mysql_proxy / utilities / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / utilities / dump.py (no class)   52% 248 120 0   43% 148 20   48%
mindsdb / api / mysql / mysql_proxy / utilities / lightwood_dtype.py dtype   100% 0 0 0   100% 0 0   100%
mindsdb / api / mysql / mysql_proxy / utilities / lightwood_dtype.py (no class)   100% 20 0 0   100% 0 0   100%
mindsdb / api / mysql / start.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / access_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / access_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / access_handler / access_handler.py AccessHandler   94% 67 4 0   75% 20 5   90%
mindsdb / integrations / handlers / access_handler / access_handler.py (no class)   86% 29 4 0   100% 0 0   86%
mindsdb / integrations / handlers / access_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / aerospike_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / aerospike_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / aerospike_handler / aerospike_handler.py AerospikeHandler   0% 114 114 0   0% 40 0   0%
mindsdb / integrations / handlers / aerospike_handler / aerospike_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / aerospike_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / aerospike_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / aerospike_handler / tests / test_aerospike_handler.py AerospikeHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / aerospike_handler / tests / test_aerospike_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / airtable_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / airtable_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / airtable_handler / airtable_handler.py AirtableHandler   0% 71 71 0   0% 18 0   0%
mindsdb / integrations / handlers / airtable_handler / airtable_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / airtable_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / airtable_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / airtable_handler / tests / test_airtable_handler.py AirtableHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / airtable_handler / tests / test_airtable_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / altibase_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / altibase_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / altibase_handler / altibase_handler.py AltibaseHandler   0% 98 98 0   0% 34 0   0%
mindsdb / integrations / handlers / altibase_handler / altibase_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / altibase_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / altibase_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / altibase_handler / tests / test_altibase_handler.py AltibaseHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / altibase_handler / tests / test_altibase_handler.py (no class)   0% 17 17 0   0% 2 0   0%
mindsdb / integrations / handlers / altibase_handler / tests / test_altibase_handler_dsn.py AltibaseHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / altibase_handler / tests / test_altibase_handler_dsn.py (no class)   0% 17 17 0   0% 2 0   0%
mindsdb / integrations / handlers / anomaly_detection_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / anomaly_detection_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / anomaly_detection_handler / anomaly_detection_handler.py AnomalyDetectionHandler   0% 45 45 0   0% 12 0   0%
mindsdb / integrations / handlers / anomaly_detection_handler / anomaly_detection_handler.py (no class)   0% 64 64 0   0% 12 0   0%
mindsdb / integrations / handlers / anomaly_detection_handler / utils.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / anthropic_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / anthropic_handler / __init__.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / anthropic_handler / anthropic_handler.py AnthropicHandler   0% 34 34 0   0% 14 0   0%
mindsdb / integrations / handlers / anthropic_handler / anthropic_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / apache_doris_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / apache_doris_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / apache_doris_handler / apache_doris_handler.py ApacheDorisHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / apache_doris_handler / apache_doris_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn.py AQIClient   0% 19 19 0   0% 2 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_handler.py AQICNHandler   0% 30 30 0   0% 2 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_tables.py AQByUserLocationTable   0% 16 16 0   0% 6 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_tables.py AQByCityTable   0% 24 24 0   0% 12 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_tables.py AQByLatLngTable   0% 28 28 0   0% 16 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_tables.py AQByNetworkStationTable   0% 24 24 0   0% 12 0   0%
mindsdb / integrations / handlers / aqicn_handler / aqicn_tables.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / aqicn_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / athena_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / athena_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / athena_handler / athena_handler.py AthenaHandler   0% 62 62 0   0% 20 0   0%
mindsdb / integrations / handlers / athena_handler / athena_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / athena_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / athena_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / athena_handler / tests / test_athena_handler.py CursorContextManager   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / athena_handler / tests / test_athena_handler.py AthenaHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / athena_handler / tests / test_athena_handler.py (no class)   0% 18 18 0   0% 2 0   0%
mindsdb / integrations / handlers / aurora_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / aurora_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / aurora_handler / aurora_handler.py AuroraHandler   0% 28 28 0   0% 6 0   0%
mindsdb / integrations / handlers / aurora_handler / aurora_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / aurora_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / aurora_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / aurora_handler / tests / test_aurora_mysql_handler.py AuroraMySQLHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / aurora_handler / tests / test_aurora_mysql_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / aurora_handler / tests / test_aurora_postgres_handler.py AuroraPostgresHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / aurora_handler / tests / test_aurora_postgres_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / autogluon_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / autogluon_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / autogluon_handler / autogluon_handler.py AutoGluonHandler   0% 21 21 0   0% 6 0   0%
mindsdb / integrations / handlers / autogluon_handler / autogluon_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / autogluon_handler / config.py BaseConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / autogluon_handler / config.py ClassificationConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / autogluon_handler / config.py RegressionConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / autogluon_handler / config.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / autokeras_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / autokeras_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / autokeras_handler / autokeras_handler.py AutokerasHandler   0% 21 21 0   0% 2 0   0%
mindsdb / integrations / handlers / autokeras_handler / autokeras_handler.py (no class)   0% 50 50 0   0% 12 0   0%
mindsdb / integrations / handlers / autosklearn_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / autosklearn_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / autosklearn_handler / autosklearn_handler.py AutoSklearnHandler   0% 18 18 0   0% 4 0   0%
mindsdb / integrations / handlers / autosklearn_handler / autosklearn_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / autosklearn_handler / config.py BaseConfig   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / autosklearn_handler / config.py ClassificationConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / autosklearn_handler / config.py RegressionConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / autosklearn_handler / config.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / azure_blob_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / azure_blob_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / azure_blob_handler / azure_blob_handler.py ListFilesTable   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / azure_blob_handler / azure_blob_handler.py FileTable   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / azure_blob_handler / azure_blob_handler.py AzureBlobHandler   0% 106 106 0   0% 28 0   0%
mindsdb / integrations / handlers / azure_blob_handler / azure_blob_handler.py (no class)   0% 36 36 0   100% 0 0   0%
mindsdb / integrations / handlers / azure_blob_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / bedrock_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / bedrock_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / bedrock_handler / bedrock_handler.py AmazonBedrockHandler   0% 94 94 0   0% 30 0   0%
mindsdb / integrations / handlers / bedrock_handler / bedrock_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / bedrock_handler / settings.py AmazonBedrockHandlerSettings   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / bedrock_handler / settings.py AmazonBedrockHandlerEngineConfig   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / bedrock_handler / settings.py AmazonBedrockHandlerEngineConfig.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / bedrock_handler / settings.py AmazonBedrockHandlerModelConfig   0% 34 34 0   0% 22 0   0%
mindsdb / integrations / handlers / bedrock_handler / settings.py AmazonBedrockHandlerModelConfig.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / bedrock_handler / settings.py (no class)   0% 50 50 0   100% 0 0   0%
mindsdb / integrations / handlers / bedrock_handler / utilities.py (no class)   0% 6 6 0   0% 2 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_api_client.py BigCommerceAPIClient   0% 107 107 0   0% 40 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_api_client.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_handler.py BigCommerceHandler   0% 32 32 0   0% 4 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceOrdersTable   0% 24 24 0   0% 10 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceProductsTable   0% 29 29 0   0% 12 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceCustomersTable   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceCategoriesTable   0% 18 18 0   0% 6 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommercePickupsTable   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommercePromotionsTable   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceWishlistsTable   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceSegmentsTable   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py BigCommerceBrandsTable   0% 20 20 0   0% 6 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / bigcommerce_tables.py (no class)   0% 93 93 0   0% 14 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / bigcommerce_handler / tests / test_bigcommerce_handler.py BigCommerceHandlerTest   0% 55 55 0   0% 2 0   0%
mindsdb / integrations / handlers / bigcommerce_handler / tests / test_bigcommerce_handler.py (no class)   0% 19 19 0   0% 2 0   0%
mindsdb / integrations / handlers / bigquery_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / bigquery_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / bigquery_handler / bigquery_handler.py BigQueryHandler   78% 133 29 0   60% 48 19   73%
mindsdb / integrations / handlers / bigquery_handler / bigquery_handler.py (no class)   100% 29 0 0   100% 0 0   100%
mindsdb / integrations / handlers / bigquery_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / binance_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / binance_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / binance_handler / binance_handler.py BinanceHandler   0% 56 56 0   0% 18 0   0%
mindsdb / integrations / handlers / binance_handler / binance_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / binance_handler / binance_tables.py BinanceAggregatedTradesTable   0% 76 76 0   0% 44 0   0%
mindsdb / integrations / handlers / binance_handler / binance_tables.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / box_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / box_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / box_handler / box_handler.py ListFilesTable   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / box_handler / box_handler.py FileTable   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / box_handler / box_handler.py BoxHandler   0% 133 133 0   0% 58 0   0%
mindsdb / integrations / handlers / box_handler / box_handler.py (no class)   0% 34 34 0   100% 0 0   0%
mindsdb / integrations / handlers / box_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / byom_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / byom_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / byom_handler / byom_handler.py BYOMHandler   0% 186 186 0   0% 58 0   0%
mindsdb / integrations / handlers / byom_handler / byom_handler.py ModelWrapperUnsafe   0% 30 30 0   0% 6 0   0%
mindsdb / integrations / handlers / byom_handler / byom_handler.py ModelWrapperSafe   0% 112 112 0   0% 36 0   0%
mindsdb / integrations / handlers / byom_handler / byom_handler.py (no class)   100% 65 0 0   100% 0 0   100%
mindsdb / integrations / handlers / byom_handler / connection_args.py (no class)   100% 3 0 0   100% 0 0   100%
mindsdb / integrations / handlers / byom_handler / proc_wrapper.py BYOM_METHOD   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / byom_handler / proc_wrapper.py (no class)   20% 128 103 0   3% 34 1   16%
mindsdb / integrations / handlers / cassandra_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / cassandra_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / cassandra_handler / cassandra_handler.py CassandraHandler   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / handlers / cassandra_handler / cassandra_handler.py (no class)   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / cassandra_handler / connection_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / cassandra_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / cassandra_handler / tests / test_cassandra_handler.py CassandraHandlerTest   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / cassandra_handler / tests / test_cassandra_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / chromadb_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / chromadb_handler / __init__.py (no class)   80% 15 3 0   100% 0 0   80%
mindsdb / integrations / handlers / chromadb_handler / chromadb_handler.py ChromaDBHandler   34% 218 143 0   21% 96 18   30%
mindsdb / integrations / handlers / chromadb_handler / chromadb_handler.py (no class)   100% 39 0 0   100% 0 0   100%
mindsdb / integrations / handlers / chromadb_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / chromadb_handler / settings.py ChromaHandlerConfig   65% 17 6 0   50% 10 3   59%
mindsdb / integrations / handlers / chromadb_handler / settings.py ChromaHandlerConfig.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / chromadb_handler / settings.py (no class)   100% 18 0 0   100% 0 0   100%
mindsdb / integrations / handlers / chromadb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ckan_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ckan_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ckan_handler / ckan_handler.py DatasetsTable   0% 13 13 0   0% 2 0   0%
mindsdb / integrations / handlers / ckan_handler / ckan_handler.py ResourceIDsTable   0% 18 18 0   0% 10 0   0%
mindsdb / integrations / handlers / ckan_handler / ckan_handler.py DatastoreTable   0% 51 51 0   0% 30 0   0%
mindsdb / integrations / handlers / ckan_handler / ckan_handler.py CkanHandler   0% 61 61 0   0% 14 0   0%
mindsdb / integrations / handlers / ckan_handler / ckan_handler.py (no class)   0% 35 35 0   100% 0 0   0%
mindsdb / integrations / handlers / ckan_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / ckan_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ckan_handler / tests / test_ckan_handler.py CkanHandlerTest   0% 41 41 0   100% 0 0   0%
mindsdb / integrations / handlers / ckan_handler / tests / test_ckan_handler.py (no class)   0% 17 17 0   0% 2 0   0%
mindsdb / integrations / handlers / clickhouse_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / clickhouse_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / clickhouse_handler / clickhouse_handler.py ClickHouseHandler   86% 77 11 0   62% 16 6   82%
mindsdb / integrations / handlers / clickhouse_handler / clickhouse_handler.py (no class)   100% 21 0 0   100% 0 0   100%
mindsdb / integrations / handlers / clickhouse_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / clickhouse_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / clickhouse_handler / tests / test_clickhouse_handler.py PostgresHandlerTest   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / clickhouse_handler / tests / test_clickhouse_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / clipdrop_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / clipdrop_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / clipdrop_handler / clipdrop.py ClipdropClient   0% 48 48 0   0% 4 0   0%
mindsdb / integrations / handlers / clipdrop_handler / clipdrop.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / clipdrop_handler / clipdrop_handler.py ClipdropHandler   0% 104 104 0   0% 60 0   0%
mindsdb / integrations / handlers / clipdrop_handler / clipdrop_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / cloud_spanner_handler.py CloudSpannerHandler   0% 71 71 0   0% 28 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / cloud_spanner_handler.py (no class)   0% 26 26 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / cloud_spanner_handler / tests / test_cloud_spanner_handler.py CloudSpannerHandlerTest   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_spanner_handler / tests / test_cloud_spanner_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / cloud_sql_handler.py CloudSQLHandler   0% 19 19 0   0% 6 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / cloud_sql_handler.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / cloud_sql_handler / tests / test_cloud_sql_mssql_handler.py CloudSQLMSSQLHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / tests / test_cloud_sql_mssql_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / tests / test_cloud_sql_mysql_handler.py CloudSQLMySQLHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / cloud_sql_handler / tests / test_cloud_sql_mysql_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / cockroach_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / cockroach_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / cockroach_handler / cockroach_handler.py CockroachHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / cockroach_handler / cockroach_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / cockroach_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / cockroach_handler / tests / test_cockroachdb_handler.py CockroachHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / cockroach_handler / tests / test_cockroachdb_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / cohere_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / cohere_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / cohere_handler / cohere_handler.py CohereHandler   0% 30 30 0   0% 8 0   0%
mindsdb / integrations / handlers / cohere_handler / cohere_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / coinbase_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / coinbase_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / coinbase_handler / coinbase_handler.py CoinBaseHandler   0% 51 51 0   0% 14 0   0%
mindsdb / integrations / handlers / coinbase_handler / coinbase_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / coinbase_handler / coinbase_tables.py CoinBaseAggregatedTradesTable   0% 14 14 0   0% 10 0   0%
mindsdb / integrations / handlers / coinbase_handler / coinbase_tables.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / coinbase_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / confluence_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / confluence_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / confluence_handler / confluence_api_client.py ConfluenceAPIClient   94% 98 6 0   88% 64 8   91%
mindsdb / integrations / handlers / confluence_handler / confluence_api_client.py (no class)   100% 12 0 0   100% 0 0   100%
mindsdb / integrations / handlers / confluence_handler / confluence_handler.py ConfluenceHandler   93% 29 2 0   50% 4 2   88%
mindsdb / integrations / handlers / confluence_handler / confluence_handler.py (no class)   100% 12 0 0   100% 0 0   100%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py ConfluenceSpacesTable   69% 42 13 0   57% 30 5   64%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py ConfluencePagesTable   77% 44 10 0   59% 32 7   70%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py ConfluenceBlogPostsTable   61% 44 17 0   47% 32 5   55%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py ConfluenceWhiteboardsTable   83% 18 3 0   60% 10 2   75%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py ConfluenceDatabasesTable   83% 18 3 0   60% 10 2   75%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py ConfluenceTasksTable   64% 73 26 0   52% 52 9   59%
mindsdb / integrations / handlers / confluence_handler / confluence_tables.py (no class)   100% 25 0 0   100% 0 0   100%
mindsdb / integrations / handlers / confluence_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / couchbase_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbase_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbase_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbase_handler / couchbase_handler.py CouchbaseHandler   0% 81 81 0   0% 26 0   0%
mindsdb / integrations / handlers / couchbase_handler / couchbase_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbase_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / couchbase_handler / tests / test_couchbase_handler.py CouchbaseHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbase_handler / tests / test_couchbase_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / couchbasevector_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbasevector_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbasevector_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbasevector_handler / couchbasevector_handler.py CouchbaseVectorHandler   0% 192 192 0   0% 54 0   0%
mindsdb / integrations / handlers / couchbasevector_handler / couchbasevector_handler.py (no class)   0% 34 34 0   100% 0 0   0%
mindsdb / integrations / handlers / couchbasevector_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / crate_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / crate_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / crate_handler / crate_handler.py CrateHandler   0% 68 68 0   0% 12 0   0%
mindsdb / integrations / handlers / crate_handler / crate_handler.py (no class)   0% 25 25 0   100% 0 0   0%
mindsdb / integrations / handlers / crate_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / crate_handler / tests / test_crate_handler.py CrateHandlerTest   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / crate_handler / tests / test_crate_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / d0lt_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / d0lt_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / d0lt_handler / d0lt_handler.py D0ltHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / d0lt_handler / d0lt_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / d0lt_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / d0lt_handler / tests / test_d0lt_handler.py D0ltHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / d0lt_handler / tests / test_d0lt_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / databend_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / databend_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / databend_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / databend_handler / databend_handler.py DatabendHandler   0% 67 67 0   0% 18 0   0%
mindsdb / integrations / handlers / databend_handler / databend_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / databend_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / databend_handler / tests / test_databend_handler.py DatabendHandlerTest   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / databend_handler / tests / test_databend_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / databricks_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / databricks_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / databricks_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / databricks_handler / databricks_handler.py DatabricksHandler   70% 100 30 0   62% 34 13   68%
mindsdb / integrations / handlers / databricks_handler / databricks_handler.py (no class)   65% 37 13 0   0% 8 0   53%
mindsdb / integrations / handlers / databricks_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / databricks_handler / tests / test_databricks_handler.py DatabricksHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / databricks_handler / tests / test_databricks_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / datastax_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / datastax_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / datastax_handler / datastax_handler.py DatastaxHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / datastax_handler / datastax_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / datastax_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / datastax_handler / tests / test_cassandra_handler.py DatastaxHandlerTest   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / datastax_handler / tests / test_cassandra_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / db2_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / db2_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / db2_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / db2_handler / db2_handler.py DB2Handler   0% 88 88 0   0% 26 0   0%
mindsdb / integrations / handlers / db2_handler / db2_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / db2_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / db2_handler / tests / test_db2_handler.py DB2HandlerTest   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / db2_handler / tests / test_db2_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / derby_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / derby_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / derby_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / derby_handler / derby_handler.py DerbyHandler   0% 82 82 0   0% 24 0   0%
mindsdb / integrations / handlers / derby_handler / derby_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / derby_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / derby_handler / tests / test_derby_handler.py DerbyHandlerTest   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / derby_handler / tests / test_derby_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / discord_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / discord_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / discord_handler / discord_handler.py DiscordHandler   0% 54 54 0   0% 20 0   0%
mindsdb / integrations / handlers / discord_handler / discord_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / discord_handler / discord_tables.py MessagesTable   0% 60 60 0   0% 38 0   0%
mindsdb / integrations / handlers / discord_handler / discord_tables.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / discord_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / discord_handler / tests / test_discord.py DiscordHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / discord_handler / tests / test_discord.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / dockerhub_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / dockerhub_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / dockerhub_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub.py DockerHubClient   0% 33 33 0   0% 10 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_handler.py DockerHubHandler   0% 41 41 0   0% 4 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_tables.py DockerHubRepoImagesSummaryTable   0% 29 29 0   0% 16 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_tables.py DockerHubOrgSettingsTable   0% 24 24 0   0% 12 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_tables.py DockerHubRepoImagesTable   0% 29 29 0   0% 16 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_tables.py DockerHubRepoTagTable   0% 33 33 0   0% 20 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_tables.py DockerHubRepoTagsTable   0% 29 29 0   0% 16 0   0%
mindsdb / integrations / handlers / dockerhub_handler / dockerhub_tables.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / documentdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / documentdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / documentdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / documentdb_handler / documentdb_handler.py DocumentDBHandler   0% 20 20 0   0% 4 0   0%
mindsdb / integrations / handlers / documentdb_handler / documentdb_handler.py (no class)   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / dremio_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / dremio_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / dremio_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / dremio_handler / dremio_handler.py DremioHandler   0% 67 67 0   0% 16 0   0%
mindsdb / integrations / handlers / dremio_handler / dremio_handler.py (no class)   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / dremio_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dremio_handler / tests / test_dremio_handler.py DremioHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / dremio_handler / tests / test_dremio_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / dropbox_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / dropbox_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / dropbox_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / dropbox_handler / dropbox_handler.py ListFilesTable   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / dropbox_handler / dropbox_handler.py FileTable   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / dropbox_handler / dropbox_handler.py DropboxHandler   0% 131 131 0   0% 42 0   0%
mindsdb / integrations / handlers / dropbox_handler / dropbox_handler.py (no class)   0% 33 33 0   100% 0 0   0%
mindsdb / integrations / handlers / dropbox_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dropbox_handler / tests / test_dropbox_handler.py DropboxHandlerTest   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / dropbox_handler / tests / test_dropbox_handler.py (no class)   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / druid_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / druid_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / druid_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / druid_handler / druid_handler.py DruidHandler   0% 69 69 0   0% 24 0   0%
mindsdb / integrations / handlers / druid_handler / druid_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / druid_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / druid_handler / tests / test_druid_handler.py DruidHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / druid_handler / tests / test_druid_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / dspy_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / dspy_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / dspy_handler / dspy_handler.py DSPyHandler   0% 72 72 0   0% 14 0   0%
mindsdb / integrations / handlers / dspy_handler / dspy_handler.py (no class)   0% 32 32 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / duckdb_faiss_handler.py DuckDBFaissHandler   0% 217 217 0   0% 86 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / duckdb_faiss_handler.py (no class)   0% 37 37 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / faiss_index.py FaissParams   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / duckdb_faiss_handler / faiss_index.py FaissIndex   0% 92 92 1   0% 46 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / faiss_index.py (no class)   0% 29 29 1   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / test_faiss_handler.py TestFAISS   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_faiss_handler / test_faiss_handler.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_handler / duckdb_handler.py DuckDBHandler   0% 58 58 0   0% 14 0   0%
mindsdb / integrations / handlers / duckdb_handler / duckdb_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / duckdb_handler / tests / test_duckdb_handler.py DuckDBHandlerTest   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / duckdb_handler / tests / test_duckdb_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / dummy_data_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dummy_data_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / dummy_data_handler / dummy_data_handler.py DummyHandler   76% 33 8 0   62% 8 1   73%
mindsdb / integrations / handlers / dummy_data_handler / dummy_data_handler.py (no class)   100% 19 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dynamodb_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dynamodb_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / dynamodb_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dynamodb_handler / dynamodb_handler.py DynamoDBHandler   82% 94 17 0   74% 38 10   80%
mindsdb / integrations / handlers / dynamodb_handler / dynamodb_handler.py (no class)   100% 23 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dynamodb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / dynamodb_handler / tests / test_dynamodb_handler.py DynamoDBHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / dynamodb_handler / tests / test_dynamodb_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / edgelessdb_handler.py EdgelessDBHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / edgelessdb_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / edgelessdb_handler / tests / test_edgelessdb_handler.py EdgelessDBHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / edgelessdb_handler / tests / test_edgelessdb_handler.py (no class)   0% 17 17 0   0% 2 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / elasticsearch_handler.py ElasticsearchHandler   0% 101 101 0   0% 32 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / elasticsearch_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / elasticsearch_handler / tests / test_elasticsearch_handler.py ElasticsearchHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / elasticsearch_handler / tests / test_elasticsearch_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / email_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / email_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / email_handler / email_client.py EmailClient   0% 85 85 0   0% 28 0   0%
mindsdb / integrations / handlers / email_handler / email_client.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / email_handler / email_handler.py EmailHandler   0% 31 31 0   0% 4 0   0%
mindsdb / integrations / handlers / email_handler / email_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / email_handler / email_ingestor.py EmailIngestor   0% 40 40 0   0% 20 0   0%
mindsdb / integrations / handlers / email_handler / email_ingestor.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / email_handler / email_tables.py EmailsTable   0% 58 58 0   0% 34 0   0%
mindsdb / integrations / handlers / email_handler / email_tables.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / email_handler / settings.py EmailSearchOptions   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / email_handler / settings.py EmailSearchOptions.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / email_handler / settings.py EmailConnectionDetails   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / email_handler / settings.py EmailConnectionDetails.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / email_handler / settings.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / empress_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / empress_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / empress_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / empress_handler / empress_handler.py EmpressHandler   0% 71 71 0   0% 14 0   0%
mindsdb / integrations / handlers / empress_handler / empress_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / empress_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / empress_handler / tests / test_empress_handler.py EmpressHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / empress_handler / tests / test_empress_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / eventbrite_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / eventbrite_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_handler.py EventbriteHandler   0% 44 44 0   0% 12 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_handler.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteUserTable   0% 20 20 0   0% 6 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteOrganizationTable   0% 22 22 0   0% 12 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteCategoryTable   0% 27 27 0   0% 12 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteSubcategoryTable   0% 30 30 0   0% 12 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteFormatTable   0% 27 27 0   0% 12 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteEventDetailsTable   0% 42 42 0   0% 28 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py EventbriteEventsTable   0% 37 37 0   0% 18 0   0%
mindsdb / integrations / handlers / eventbrite_handler / eventbrite_tables.py (no class)   0% 36 36 0   0% 4 0   0%
mindsdb / integrations / handlers / eventstoredb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / eventstoredb_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / eventstoredb_handler / eventstoredb_handler.py EventStoreDB   0% 105 105 0   0% 66 0   0%
mindsdb / integrations / handlers / eventstoredb_handler / eventstoredb_handler.py (no class)   0% 37 37 0   100% 0 0   0%
mindsdb / integrations / handlers / faunadb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / faunadb_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / faunadb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / faunadb_handler / faunadb_handler.py FaunaDBHandler   0% 103 103 0   0% 42 0   0%
mindsdb / integrations / handlers / faunadb_handler / faunadb_handler.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / faunadb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / faunadb_handler / tests / test_faunadb_handler.py FaunadbHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / faunadb_handler / tests / test_faunadb_handler.py (no class)   0% 13 13 0   0% 2 0   0%
mindsdb / integrations / handlers / file_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / file_handler / __init__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / file_handler / file_handler.py FileHandler   84% 86 14 0   79% 28 2   82%
mindsdb / integrations / handlers / file_handler / file_handler.py (no class)   90% 31 3 0   0% 2 0   85%
mindsdb / integrations / handlers / financial_modeling_prep_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / financial_modeling_prep_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / financial_modeling_prep_handler / financial_modeling_handler.py FinancialModelingHandler   0% 19 19 0   0% 4 0   0%
mindsdb / integrations / handlers / financial_modeling_prep_handler / financial_modeling_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / financial_modeling_prep_handler / financial_modeling_tables.py HistoricalPriceTable   0% 44 44 0   0% 24 0   0%
mindsdb / integrations / handlers / financial_modeling_prep_handler / financial_modeling_tables.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / firebird_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / firebird_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / firebird_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / firebird_handler / firebird_handler.py FirebirdHandler   0% 63 63 0   0% 14 0   0%
mindsdb / integrations / handlers / firebird_handler / firebird_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / firebird_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / firebird_handler / tests / test_firebird_handler.py FirebirdHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / firebird_handler / tests / test_firebird_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / flaml_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / flaml_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / flaml_handler / flaml_handler.py FLAMLHandler   0% 16 16 0   0% 8 0   0%
mindsdb / integrations / handlers / flaml_handler / flaml_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / frappe_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / frappe_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / frappe_handler / frappe_client.py FrappeClient   0% 31 31 0   0% 18 0   0%
mindsdb / integrations / handlers / frappe_handler / frappe_client.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / frappe_handler / frappe_handler.py FrappeHandler   0% 93 93 0   0% 26 0   0%
mindsdb / integrations / handlers / frappe_handler / frappe_handler.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / frappe_handler / frappe_tables.py FrappeDocumentsTable   0% 38 38 0   0% 28 0   0%
mindsdb / integrations / handlers / frappe_handler / frappe_tables.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / gcs_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / gcs_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / gcs_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / gcs_handler / gcs_handler.py GcsHandler   0% 135 135 0   0% 52 0   0%
mindsdb / integrations / handlers / gcs_handler / gcs_handler.py (no class)   0% 35 35 0   100% 0 0   0%
mindsdb / integrations / handlers / gcs_handler / gcs_tables.py ListFilesTable   0% 16 16 0   0% 10 0   0%
mindsdb / integrations / handlers / gcs_handler / gcs_tables.py FileTable   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / gcs_handler / gcs_tables.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / github_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / github_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / github_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / github_handler / generate_api.py Type   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / github_handler / generate_api.py GHMethod   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / github_handler / generate_api.py GHTable   0% 63 63 0   0% 44 0   0%
mindsdb / integrations / handlers / github_handler / generate_api.py (no class)   0% 85 85 0   0% 36 0   0%
mindsdb / integrations / handlers / github_handler / github_handler.py GithubHandler   0% 42 42 0   0% 12 0   0%
mindsdb / integrations / handlers / github_handler / github_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubIssuesTable   0% 88 88 0   0% 58 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubPullRequestsTable   0% 32 32 0   0% 24 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubCommitsTable   0% 24 24 0   0% 16 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubReleasesTable   0% 11 11 0   0% 4 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubBranchesTable   0% 12 12 0   0% 4 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubContributorsTable   0% 12 12 0   0% 4 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubProjectsTable   0% 12 12 0   0% 4 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubMilestonesTable   0% 12 12 0   0% 4 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py GithubFilesTable   0% 42 42 0   0% 26 0   0%
mindsdb / integrations / handlers / github_handler / github_tables.py (no class)   0% 42 42 0   100% 0 0   0%
mindsdb / integrations / handlers / gitlab_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / gitlab_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / gitlab_handler / gitlab_handler.py GitlabHandler   0% 33 33 0   0% 6 0   0%
mindsdb / integrations / handlers / gitlab_handler / gitlab_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / gitlab_handler / gitlab_tables.py GitlabIssuesTable   0% 67 67 0   0% 44 0   0%
mindsdb / integrations / handlers / gitlab_handler / gitlab_tables.py GitlabMergeRequestsTable   0% 67 67 0   0% 44 0   0%
mindsdb / integrations / handlers / gitlab_handler / gitlab_tables.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / gmail_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / gmail_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / gmail_handler / connection_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / gmail_handler / gmail_handler.py EmailsTable   0% 94 94 0   0% 64 0   0%
mindsdb / integrations / handlers / gmail_handler / gmail_handler.py GmailHandler   0% 144 144 0   0% 70 0   0%
mindsdb / integrations / handlers / gmail_handler / gmail_handler.py (no class)   0% 36 36 0   100% 0 0   0%
mindsdb / integrations / handlers / gmail_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / gmail_handler / tests / test_gmail_handler.py EmailsTableTest   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / gmail_handler / tests / test_gmail_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / gong_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / gong_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / gong_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / gong_handler / constants.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / gong_handler / gong_handler.py GongHandler   0% 100 100 0   0% 36 0   0%
mindsdb / integrations / handlers / gong_handler / gong_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / gong_handler / gong_tables.py GongCallsTable   0% 35 35 0   0% 24 0   0%
mindsdb / integrations / handlers / gong_handler / gong_tables.py GongUsersTable   0% 30 30 0   0% 18 0   0%
mindsdb / integrations / handlers / gong_handler / gong_tables.py GongAnalyticsTable   0% 60 60 0   0% 34 0   0%
mindsdb / integrations / handlers / gong_handler / gong_tables.py GongTranscriptsTable   0% 54 54 0   0% 36 0   0%
mindsdb / integrations / handlers / gong_handler / gong_tables.py (no class)   0% 105 105 0   0% 46 0   0%
mindsdb / integrations / handlers / google_analytics_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_analytics_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / google_analytics_handler / google_analytics_handler.py GoogleAnalyticsHandler   0% 51 51 0   0% 20 0   0%
mindsdb / integrations / handlers / google_analytics_handler / google_analytics_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / google_analytics_handler / google_analytics_tables.py ConversionEventsTable   0% 105 105 0   0% 48 0   0%
mindsdb / integrations / handlers / google_analytics_handler / google_analytics_tables.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / google_analytics_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / google_analytics_handler / tests / test_google_analytics_handler.py GoogleAnalyticsTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / google_analytics_handler / tests / test_google_analytics_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / google_books_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_books_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / google_books_handler / google_books_handler.py GoogleBooksHandler   0% 75 75 0   0% 26 0   0%
mindsdb / integrations / handlers / google_books_handler / google_books_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / google_books_handler / google_books_tables.py VolumesTable   0% 48 48 0   0% 40 0   0%
mindsdb / integrations / handlers / google_books_handler / google_books_tables.py BookshelvesTable   0% 32 32 0   0% 24 0   0%
mindsdb / integrations / handlers / google_books_handler / google_books_tables.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / google_books_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / google_books_handler / tests / test_google_books_handler.py GoogleBooksHandlerTest   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / google_books_handler / tests / test_google_books_handler.py (no class)   0% 13 13 0   0% 2 0   0%
mindsdb / integrations / handlers / google_calendar_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_calendar_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / google_calendar_handler / connection_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / google_calendar_handler / google_calendar_handler.py GoogleCalendarHandler   0% 114 114 0   0% 50 0   0%
mindsdb / integrations / handlers / google_calendar_handler / google_calendar_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / google_calendar_handler / google_calendar_tables.py GoogleCalendarEventsTable   0% 91 91 0   0% 62 0   0%
mindsdb / integrations / handlers / google_calendar_handler / google_calendar_tables.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / google_calendar_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / google_calendar_handler / tests / test_google_calendar_handler.py GoogleCalendarHandlerTest   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / google_calendar_handler / tests / test_google_calendar_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / google_content_shopping_handler.py GoogleContentShoppingHandler   0% 204 204 0   0% 86 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / google_content_shopping_handler.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / google_content_shopping_tables.py AccountsTable   0% 51 51 0   0% 40 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / google_content_shopping_tables.py OrdersTable   0% 60 60 0   0% 46 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / google_content_shopping_tables.py ProductsTable   0% 67 67 0   0% 50 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / google_content_shopping_tables.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / google_content_shopping_handler / tests / test_google_content_shopping_handler.py GoogleSearchConsoleHandlerTest   0% 26 26 0   100% 0 0   0%
mindsdb / integrations / handlers / google_content_shopping_handler / tests / test_google_content_shopping_handler.py (no class)   0% 17 17 0   0% 2 0   0%
mindsdb / integrations / handlers / google_fit_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_fit_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / google_fit_handler / google_fit_handler.py GoogleFitHandler   0% 74 74 0   0% 24 0   0%
mindsdb / integrations / handlers / google_fit_handler / google_fit_handler.py (no class)   0% 28 28 0   100% 0 0   0%
mindsdb / integrations / handlers / google_fit_handler / google_fit_tables.py GoogleFitTable   0% 27 27 0   0% 12 0   0%
mindsdb / integrations / handlers / google_fit_handler / google_fit_tables.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / google_gemini_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_gemini_handler / __init__.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / google_gemini_handler / google_gemini_handler.py GoogleGeminiHandler   0% 144 144 0   0% 76 0   0%
mindsdb / integrations / handlers / google_gemini_handler / google_gemini_handler.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / google_search_handler.py GoogleSearchConsoleHandler   0% 78 78 0   0% 22 0   0%
mindsdb / integrations / handlers / google_search_handler / google_search_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / google_search_tables.py SearchAnalyticsTable   0% 45 45 0   0% 32 0   0%
mindsdb / integrations / handlers / google_search_handler / google_search_tables.py SiteMapsTable   0% 43 43 0   0% 28 0   0%
mindsdb / integrations / handlers / google_search_handler / google_search_tables.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / google_search_handler / tests / test_google_search_handler.py GoogleSearchConsoleHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / google_search_handler / tests / test_google_search_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / greptimedb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / greptimedb_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / greptimedb_handler / greptimedb_handler.py GreptimeDBHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / greptimedb_handler / greptimedb_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / groq_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / groq_handler / __init__.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / groq_handler / groq_handler.py GroqHandler   0% 38 38 0   0% 6 0   0%
mindsdb / integrations / handlers / groq_handler / groq_handler.py (no class)   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / groq_handler / settings.py GroqHandlerConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / groq_handler / settings.py (no class)   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / handlers / hackernews_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / hackernews_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / hackernews_handler / hn_handler.py HackerNewsHandler   0% 55 55 0   0% 12 0   0%
mindsdb / integrations / handlers / hackernews_handler / hn_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / hackernews_handler / hn_table.py StoriesTable   0% 24 24 0   0% 14 0   0%
mindsdb / integrations / handlers / hackernews_handler / hn_table.py HNStoriesTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / hackernews_handler / hn_table.py JobStoriesTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / hackernews_handler / hn_table.py ShowStoriesTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / hackernews_handler / hn_table.py CommentsTable   0% 28 28 0   0% 20 0   0%
mindsdb / integrations / handlers / hackernews_handler / hn_table.py (no class)   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / hana_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / hana_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / hana_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / hana_handler / hana_handler.py HanaHandler   0% 79 79 0   0% 24 0   0%
mindsdb / integrations / handlers / hana_handler / hana_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / hive_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / hive_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / hive_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / hive_handler / hive_handler.py HiveHandler   0% 82 82 0   0% 22 0   0%
mindsdb / integrations / handlers / hive_handler / hive_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / hive_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / hive_handler / tests / test_hive_handler.py HiveHandlerTest   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / hive_handler / tests / test_hive_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / hsqldb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / hsqldb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / hsqldb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / hsqldb_handler / hsqldb_handler.py HSQLDBHandler   0% 71 71 0   0% 14 0   0%
mindsdb / integrations / handlers / hsqldb_handler / hsqldb_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / hubspot_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / hubspot_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / hubspot_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_handler.py HubspotHandler   0% 260 260 0   0% 90 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_handler.py (no class)   0% 61 61 0   0% 18 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py HubSpotAPIResource   0% 139 139 0   0% 82 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py CompaniesTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py ContactsTable   0% 109 109 0   0% 28 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py DealsTable   0% 111 111 0   0% 32 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py TicketsTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py TasksTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py CallsTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py EmailsTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py MeetingsTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py NotesTable   0% 101 101 0   0% 24 0   0%
mindsdb / integrations / handlers / hubspot_handler / hubspot_tables.py (no class)   0% 313 313 0   0% 70 0   0%
mindsdb / integrations / handlers / huggingface_api_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_api_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_api_handler / exceptions.py UnsupportedTaskException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / huggingface_api_handler / exceptions.py InsufficientParametersException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / huggingface_api_handler / exceptions.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_api_handler / huggingface_api_handler.py HuggingFaceInferenceAPIHandler   0% 115 115 0   0% 74 0   0%
mindsdb / integrations / handlers / huggingface_api_handler / huggingface_api_handler.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_api_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / huggingface_api_handler / tests / test_huggingface_api_handler.py HuggingFaceAPIHandlerTest   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / huggingface_api_handler / tests / test_huggingface_api_handler.py (no class)   0% 5 5 0   0% 2 0   0%
mindsdb / integrations / handlers / huggingface_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_handler / finetune.py (no class)   0% 106 106 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_handler / huggingface_handler.py HuggingFaceHandler   0% 192 192 0   0% 80 0   0%
mindsdb / integrations / handlers / huggingface_handler / huggingface_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / huggingface_handler / settings.py (no class)   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / ibm_cos_handler.py ListFilesTable   0% 16 16 0   0% 12 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / ibm_cos_handler.py FileTable   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / ibm_cos_handler.py IBMCloudObjectStorageHandler   0% 140 140 0   0% 48 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / ibm_cos_handler.py (no class)   0% 38 38 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ibm_cos_handler / tests / test_ibm_cos_handler.py IBMCloudObjectStorageHandlerTest   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / ibm_cos_handler / tests / test_ibm_cos_handler.py (no class)   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / ignite_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ignite_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ignite_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / ignite_handler / ignite_handler.py IgniteHandler   0% 75 75 0   0% 20 0   0%
mindsdb / integrations / handlers / ignite_handler / ignite_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / ignite_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ignite_handler / tests / test_ignite_handler.py IgniteHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / ignite_handler / tests / test_ignite_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / impala_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / impala_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / impala_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / impala_handler / impala_handler.py ImpalaHandler   0% 61 61 0   0% 12 0   0%
mindsdb / integrations / handlers / impala_handler / impala_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / impala_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / impala_handler / tests / test_impala_handler.py ImpalaHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / impala_handler / tests / test_impala_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / influxdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / influxdb_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / influxdb_handler / influxdb_handler.py InfluxDBHandler   0% 31 31 0   0% 4 0   0%
mindsdb / integrations / handlers / influxdb_handler / influxdb_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / influxdb_handler / influxdb_tables.py InfluxDBTables   0% 25 25 0   0% 6 0   0%
mindsdb / integrations / handlers / influxdb_handler / influxdb_tables.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / informix_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / informix_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / informix_handler / informix_handler.py InformixHandler   0% 86 86 0   0% 20 0   0%
mindsdb / integrations / handlers / informix_handler / informix_handler.py (no class)   0% 25 25 0   100% 0 0   0%
mindsdb / integrations / handlers / informix_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / informix_handler / tests / test_informix_handler.py InformixHandlerTest   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / informix_handler / tests / test_informix_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / ingres_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ingres_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ingres_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / ingres_handler / ingres_handler.py IngresHandler   0% 70 70 0   0% 14 0   0%
mindsdb / integrations / handlers / ingres_handler / ingres_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / ingres_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ingres_handler / tests / test_ingres_handler.py IngresHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / ingres_handler / tests / test_ingres_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / instatus_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / instatus_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / instatus_handler / instatus_handler.py InstatusHandler   0% 48 48 0   0% 16 0   0%
mindsdb / integrations / handlers / instatus_handler / instatus_handler.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / instatus_handler / instatus_tables.py StatusPages   0% 63 63 0   0% 40 0   0%
mindsdb / integrations / handlers / instatus_handler / instatus_tables.py Components   0% 99 99 0   0% 62 0   0%
mindsdb / integrations / handlers / instatus_handler / instatus_tables.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / intercom_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / intercom_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / intercom_handler / intercom_handler.py IntercomHandler   0% 40 40 0   0% 10 0   0%
mindsdb / integrations / handlers / intercom_handler / intercom_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / intercom_handler / intercom_tables.py Articles   0% 58 58 0   0% 38 0   0%
mindsdb / integrations / handlers / intercom_handler / intercom_tables.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / jira_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / jira_handler / __init__.py (no class)   92% 13 1 0   100% 0 0   92%
mindsdb / integrations / handlers / jira_handler / jira_handler.py JiraHandler   0% 53 53 0   0% 10 0   0%
mindsdb / integrations / handlers / jira_handler / jira_handler.py (no class)   15% 13 11 0   100% 0 0   15%
mindsdb / integrations / handlers / jira_handler / jira_tables.py JiraTableBase   0% 5 5 0   0% 2 0   0%
mindsdb / integrations / handlers / jira_handler / jira_tables.py JiraProjectsTable   0% 15 15 0   0% 10 0   0%
mindsdb / integrations / handlers / jira_handler / jira_tables.py JiraIssuesTable   0% 38 38 0   0% 28 0   0%
mindsdb / integrations / handlers / jira_handler / jira_tables.py JiraGroupsTable   0% 6 6 0   0% 2 0   0%
mindsdb / integrations / handlers / jira_handler / jira_tables.py JiraUsersTable   0% 17 17 0   0% 12 0   0%
mindsdb / integrations / handlers / jira_handler / jira_tables.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / kinetica_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / kinetica_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / kinetica_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / kinetica_handler / kinetica_handler.py KineticaHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / kinetica_handler / kinetica_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / lancedb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / lancedb_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / lancedb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / lancedb_handler / lancedb_handler.py LanceDBHandler   0% 130 130 0   0% 46 0   0%
mindsdb / integrations / handlers / lancedb_handler / lancedb_handler.py (no class)   0% 32 32 0   100% 0 0   0%
mindsdb / integrations / handlers / lancedb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / lancedb_handler / tests / test_lancedb_handler.py LanceDBHandlerTest   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / lancedb_handler / tests / test_lancedb_handler.py (no class)   0% 20 20 0   0% 2 0   0%
mindsdb / integrations / handlers / langchain_embedding_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / langchain_embedding_handler / __init__.py (no class)   80% 15 3 0   100% 0 0   80%
mindsdb / integrations / handlers / langchain_embedding_handler / fastapi_embeddings.py FastAPIEmbeddings   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / langchain_embedding_handler / fastapi_embeddings.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / integrations / handlers / langchain_embedding_handler / langchain_embedding_handler.py LangchainEmbeddingHandler   0% 32 32 0   0% 10 0   0%
mindsdb / integrations / handlers / langchain_embedding_handler / langchain_embedding_handler.py (no class)   48% 64 33 0   21% 14 1   44%
mindsdb / integrations / handlers / langchain_embedding_handler / vllm_embeddings.py VLLMEmbeddings   0% 34 34 0   0% 10 0   0%
mindsdb / integrations / handlers / langchain_embedding_handler / vllm_embeddings.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / integrations / handlers / langchain_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / langchain_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / langchain_handler / langchain_handler.py LangChainHandler   0% 122 122 0   0% 50 0   0%
mindsdb / integrations / handlers / langchain_handler / langchain_handler.py (no class)   0% 37 37 0   100% 0 0   0%
mindsdb / integrations / handlers / langchain_handler / tools.py (no class)   0% 135 135 0   0% 36 0   0%
mindsdb / integrations / handlers / leonardoai_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / leonardoai_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / leonardoai_handler / leonardo_ai_handler.py LeonardoAIHandler   0% 84 84 0   0% 24 0   0%
mindsdb / integrations / handlers / leonardoai_handler / leonardo_ai_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / libsql_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / libsql_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / libsql_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / libsql_handler / libsql_handler.py LibSQLHandler   0% 62 62 0   0% 16 0   0%
mindsdb / integrations / handlers / libsql_handler / libsql_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / libsql_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / libsql_handler / tests / test_libsql_handler.py LibSQLHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / libsql_handler / tests / test_libsql_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / api.py Lightdash   0% 73 73 0   0% 36 0   0%
mindsdb / integrations / handlers / lightdash_handler / api.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_handler.py LightdashHandler   0% 18 18 0   0% 4 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py CustomAPITable   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py UserTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py UserAbilityTable   0% 7 7 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py OrgTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py OrgProjectsTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py OrgMembersTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ProjectTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py WarehouseConnectionTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py DBTConnectionTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py DBTEnvironmentVarsTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ChartsTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py SpacesTable   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py AccessTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ValidationTable   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py DashboardsTable   0% 9 9 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py QueriesTable   0% 9 9 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ChartHistoryTable   0% 10 10 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ChartConfigTable   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ChartAdditionalMetricsTable   0% 10 10 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py ChartTableCalculationsTable   0% 10 10 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py SchedulerLogsTable   0% 9 9 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py SchedulerTable   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py SchedulerJobsTable   0% 8 8 0   0% 2 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py SchedulerJobStatus   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / handlers / lightdash_handler / lightdash_tables.py (no class)   0% 144 144 0   0% 10 0   0%
mindsdb / integrations / handlers / lightdash_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / lightfm_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / lightfm_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / lightfm_handler / helpers.py (no class)   0% 49 49 0   0% 10 0   0%
mindsdb / integrations / handlers / lightfm_handler / lightfm_handler.py LightFMHandler   0% 64 64 0   0% 22 0   0%
mindsdb / integrations / handlers / lightfm_handler / lightfm_handler.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / lightfm_handler / settings.py ModelParameters   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / lightfm_handler / settings.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / lightwood_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / lightwood_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / lightwood_handler / functions.py (no class)   0% 156 156 0   0% 28 0   0%
mindsdb / integrations / handlers / lightwood_handler / lightwood_handler.py NumpyJSONEncoder   0% 5 5 0   0% 4 0   0%
mindsdb / integrations / handlers / lightwood_handler / lightwood_handler.py LightwoodHandler   0% 310 310 0   0% 194 0   0%
mindsdb / integrations / handlers / lightwood_handler / lightwood_handler.py (no class)   0% 39 39 0   100% 0 0   0%
mindsdb / integrations / handlers / lightwood_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / lightwood_handler / tests / test_lightwood_handler.py LightwoodHandlerTest   0% 75 75 0   0% 14 0   0%
mindsdb / integrations / handlers / lightwood_handler / tests / test_lightwood_handler.py (no class)   0% 35 35 0   0% 2 0   0%
mindsdb / integrations / handlers / lightwood_handler / utils.py (no class)   0% 60 60 0   0% 34 0   0%
mindsdb / integrations / handlers / lindorm_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / lindorm_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / lindorm_handler / lindorm_handler.py LindormHandler   0% 79 79 0   0% 20 0   0%
mindsdb / integrations / handlers / lindorm_handler / lindorm_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / lindorm_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / lindorm_handler / tests / test_lindorm_handler.py LindormHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / lindorm_handler / tests / test_lindorm_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / litellm_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / litellm_handler / __init__.py (no class)   80% 15 3 0   100% 0 0   80%
mindsdb / integrations / handlers / litellm_handler / litellm_handler.py LiteLLMHandler   12% 59 52 0   8% 24 2   11%
mindsdb / integrations / handlers / litellm_handler / litellm_handler.py (no class)   100% 28 0 0   100% 0 0   100%
mindsdb / integrations / handlers / litellm_handler / settings.py CompletionParameters   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / litellm_handler / settings.py CompletionParameters.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / litellm_handler / settings.py (no class)   100% 30 0 0   100% 0 0   100%
mindsdb / integrations / handlers / llama_index_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / llama_index_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / llama_index_handler / llama_index_handler.py LlamaIndexHandler   0% 90 90 0   0% 34 0   0%
mindsdb / integrations / handlers / llama_index_handler / llama_index_handler.py (no class)   0% 26 26 0   100% 0 0   0%
mindsdb / integrations / handlers / llama_index_handler / settings.py LlamaIndexConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / llama_index_handler / settings.py LlamaIndexModel   0% 9 9 0   0% 6 0   0%
mindsdb / integrations / handlers / llama_index_handler / settings.py (no class)   0% 26 26 0   100% 0 0   0%
mindsdb / integrations / handlers / ludwig_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ludwig_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ludwig_handler / functions.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ludwig_handler / ludwig_handler.py LudwigHandler   0% 23 23 0   0% 4 0   0%
mindsdb / integrations / handlers / ludwig_handler / ludwig_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / ludwig_handler / utils.py RayConnection   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / ludwig_handler / utils.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / luma.py LumaClient   0% 31 31 0   0% 12 0   0%
mindsdb / integrations / handlers / luma_handler / luma.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / luma_handler.py LumaHandler   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / luma_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / luma_handler / luma_tables.py LumaEventsTable   0% 53 53 0   0% 28 0   0%
mindsdb / integrations / handlers / luma_handler / luma_tables.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / mariadb_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mariadb_handler / __init__.py (no class)   77% 13 3 0   100% 0 0   77%
mindsdb / integrations / handlers / mariadb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / mariadb_handler / mariadb_handler.py MariaDBHandler   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mariadb_handler / mariadb_handler.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / materialize_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / materialize_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / materialize_handler / materialize_handler.py MaterializeHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / materialize_handler / materialize_handler.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / materialize_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / materialize_handler / tests / test_materialize_handler.py materializeHandlerTest   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / materialize_handler / tests / test_materialize_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / matrixone_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / matrixone_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / matrixone_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / matrixone_handler / matrixone_handler.py MatrixOneHandler   0% 75 75 0   0% 20 0   0%
mindsdb / integrations / handlers / matrixone_handler / matrixone_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / matrixone_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / matrixone_handler / tests / test_matrixone_handler.py MatrixOneHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / matrixone_handler / tests / test_matrixone_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / maxdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / maxdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / maxdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / maxdb_handler / maxdb_handler.py MaxDBHandler   0% 72 72 0   0% 14 0   0%
mindsdb / integrations / handlers / maxdb_handler / maxdb_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / maxdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / maxdb_handler / tests / test_maxdb_handler.py SurrealdbHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / maxdb_handler / tests / test_maxdb_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / mediawiki_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / mediawiki_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / mediawiki_handler / mediawiki_handler.py MediaWikiHandler   0% 22 22 0   0% 2 0   0%
mindsdb / integrations / handlers / mediawiki_handler / mediawiki_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / mediawiki_handler / mediawiki_tables.py PagesTable   0% 34 34 0   0% 14 0   0%
mindsdb / integrations / handlers / mediawiki_handler / mediawiki_tables.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / mendeley_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / mendeley_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / mendeley_handler / mendeley_handler.py MendeleyHandler   0% 92 92 0   0% 34 0   0%
mindsdb / integrations / handlers / mendeley_handler / mendeley_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / mendeley_handler / mendeley_tables.py CatalogSearchTable   0% 56 56 0   0% 46 0   0%
mindsdb / integrations / handlers / mendeley_handler / mendeley_tables.py (no class)   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / handlers / mendeley_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mendeley_handler / tests / test_mendeley_handler.py MendeleyHandlerTest   0% 45 45 0   100% 0 0   0%
mindsdb / integrations / handlers / mendeley_handler / tests / test_mendeley_handler.py (no class)   0% 24 24 0   0% 2 0   0%
mindsdb / integrations / handlers / merlion_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py MerlionArguments   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / merlion_handler / adapters.py BaseMerlionForecastAdapter   0% 33 33 0   0% 6 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py DefaultForecasterAdapter   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py SarimaForecasterAdapter   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py ProphetForecasterAdapter   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py MSESForecasterAdapter   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py BaseMerlineDetectorAdapter   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py DefaultDetectorAdapter   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py IsolationForestDetectorAdapter   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py WindStatsDetectorAdapter   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py ProphetDetectorAdapter   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / adapters.py (no class)   0% 54 54 0   100% 0 0   0%
mindsdb / integrations / handlers / merlion_handler / merlion_handler.py DetectorModelType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / merlion_handler / merlion_handler.py ForecastModelType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / merlion_handler / merlion_handler.py TaskType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / merlion_handler / merlion_handler.py MerlionHandler   0% 76 76 0   0% 14 0   0%
mindsdb / integrations / handlers / merlion_handler / merlion_handler.py (no class)   0% 69 69 0   0% 12 0   0%
mindsdb / integrations / handlers / milvus_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / milvus_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / milvus_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / milvus_handler / milvus_handler.py MilvusHandler   0% 146 146 0   0% 74 0   0%
mindsdb / integrations / handlers / milvus_handler / milvus_handler.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / milvus_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / minds_endpoint_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / minds_endpoint_handler / __init__.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / minds_endpoint_handler / minds_endpoint_handler.py MindsEndpointHandler   0% 35 35 0   0% 6 0   0%
mindsdb / integrations / handlers / minds_endpoint_handler / minds_endpoint_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / minds_endpoint_handler / settings.py MindsEndpointHandlerConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / minds_endpoint_handler / settings.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / minds_endpoint_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / minds_endpoint_handler / tests / test_minds_endpoint_handler.py TestMindsEndpoint   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / minds_endpoint_handler / tests / test_minds_endpoint_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / mlflow_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / mlflow_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / mlflow_handler / mlflow_handler.py MLflowHandler   0% 31 31 0   0% 6 0   0%
mindsdb / integrations / handlers / mlflow_handler / mlflow_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / monetdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / monetdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / monetdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / monetdb_handler / monetdb_handler.py MonetDBHandler   0% 69 69 0   0% 12 0   0%
mindsdb / integrations / handlers / monetdb_handler / monetdb_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / monetdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / monetdb_handler / tests / test_monetdb_handler.py MonetDBHandlerTest   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / monetdb_handler / tests / test_monetdb_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / monetdb_handler / utils / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / monetdb_handler / utils / monet_get_id.py (no class)   0% 23 23 0   0% 2 0   0%
mindsdb / integrations / handlers / mongodb_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / mongodb_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / mongodb_handler.py MongoDBHandler   66% 154 52 0   50% 74 15   61%
mindsdb / integrations / handlers / mongodb_handler / mongodb_handler.py (no class)   100% 31 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / tests / test_mongodb_handler.py TestMongoDBConnection   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / mongodb_handler / tests / test_mongodb_handler.py TestMongoDBQuery   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / mongodb_handler / tests / test_mongodb_handler.py TestMongoDBTables   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / handlers / mongodb_handler / tests / test_mongodb_handler.py TestMongoDBColumns   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / mongodb_handler / tests / test_mongodb_handler.py TestMongoDBDisconnect   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / mongodb_handler / tests / test_mongodb_handler.py (no class)   0% 39 39 0   0% 2 0   0%
mindsdb / integrations / handlers / mongodb_handler / utils / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_ast.py MongoToAst   0% 83 83 0   0% 54 0   0%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_ast.py MongoWhereParser   0% 38 38 0   0% 24 0   0%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_ast.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_parser.py MongodbParser   0% 80 80 0   0% 60 0   0%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_parser.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_query.py MongoJSONEncoder   0% 5 5 0   0% 4 0   0%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_query.py MongoQuery   33% 21 14 0   30% 10 3   32%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_query.py (no class)   100% 12 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_render.py NonRelationalRender   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_render.py MongodbRender   67% 229 76 0   56% 162 34   62%
mindsdb / integrations / handlers / mongodb_handler / utils / mongodb_render.py (no class)   100% 17 0 0   100% 0 0   100%
mindsdb / integrations / handlers / monkeylearn_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / monkeylearn_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / monkeylearn_handler / monkeylearn_handler.py monkeylearnHandler   0% 51 51 0   0% 24 0   0%
mindsdb / integrations / handlers / monkeylearn_handler / monkeylearn_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_graph_api_one_drive_client.py MSGraphAPIOneDriveClient   0% 28 28 0   0% 12 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_graph_api_one_drive_client.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_one_drive_handler.py MSOneDriveHandler   0% 68 68 0   0% 16 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_one_drive_handler.py (no class)   0% 25 25 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_one_drive_tables.py ListFilesTable   0% 13 13 0   0% 6 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_one_drive_tables.py FileTable   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_one_drive_handler / ms_one_drive_tables.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / ms_teams_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ms_teams_handler / __init__.py (no class)   77% 13 3 0   100% 0 0   77%
mindsdb / integrations / handlers / ms_teams_handler / ms_graph_api_teams_client.py MSGraphAPITeamsClient   91% 68 6 0   93% 30 2   92%
mindsdb / integrations / handlers / ms_teams_handler / ms_graph_api_teams_client.py MSGraphAPITeamsApplicationPermissionsClient   0% 10 10 0   0% 4 0   0%
mindsdb / integrations / handlers / ms_teams_handler / ms_graph_api_teams_client.py MSGraphAPITeamsDelegatedPermissionsClient   87% 15 2 0   75% 8 2   83%
mindsdb / integrations / handlers / ms_teams_handler / ms_graph_api_teams_client.py (no class)   100% 46 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_handler.py MSTeamsHandler   64% 76 27 0   56% 18 4   63%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_handler.py (no class)   91% 35 3 0   0% 2 0   86%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_tables.py TeamsTable   100% 6 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_tables.py ChannelsTable   81% 21 4 0   67% 12 2   76%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_tables.py ChannelMessagesTable   82% 28 5 0   72% 18 3   78%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_tables.py ChatsTable   81% 16 3 0   50% 8 2   71%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_tables.py ChatMessagesTable   83% 23 4 0   71% 14 2   78%
mindsdb / integrations / handlers / ms_teams_handler / ms_teams_tables.py (no class)   100% 20 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mssql_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mssql_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / mssql_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mssql_handler / mssql_handler.py SqlServerHandler   84% 187 29 0   74% 68 14   82%
mindsdb / integrations / handlers / mssql_handler / mssql_handler.py (no class)   88% 97 12 2   80% 44 5   85%
mindsdb / integrations / handlers / mysql_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mysql_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / mysql_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / mysql_handler / mysql_handler.py MySQLHandler   99% 126 1 0   86% 42 6   96%
mindsdb / integrations / handlers / mysql_handler / mysql_handler.py (no class)   87% 76 10 0   85% 20 3   86%
mindsdb / integrations / handlers / mysql_handler / settings.py ConnectionConfig   31% 54 37 0   28% 32 7   30%
mindsdb / integrations / handlers / mysql_handler / settings.py (no class)   100% 27 0 0   100% 0 0   100%
mindsdb / integrations / handlers / neuralforecast_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / neuralforecast_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / neuralforecast_handler / neuralforecast_handler.py NeuralForecastHandler   0% 56 56 0   0% 14 0   0%
mindsdb / integrations / handlers / neuralforecast_handler / neuralforecast_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / newsapi_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / newsapi_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / newsapi_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / newsapi_handler / newsapi_handler.py NewsAPIArticleTable   0% 47 47 0   0% 36 0   0%
mindsdb / integrations / handlers / newsapi_handler / newsapi_handler.py NewsAPIHandler   0% 64 64 0   0% 20 0   0%
mindsdb / integrations / handlers / newsapi_handler / newsapi_handler.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / newsapi_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / newsapi_handler / tests / test_newsapi_handler.py NewsApiHandlerTest   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / newsapi_handler / tests / test_newsapi_handler.py (no class)   0% 21 21 0   0% 2 0   0%
mindsdb / integrations / handlers / notion_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / notion_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / notion_handler / notion_handler.py NotionHandler   0% 134 134 0   0% 80 0   0%
mindsdb / integrations / handlers / notion_handler / notion_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / notion_handler / notion_table.py NotionDatabaseTable   0% 41 41 0   0% 26 0   0%
mindsdb / integrations / handlers / notion_handler / notion_table.py NotionPagesTable   0% 53 53 0   0% 34 0   0%
mindsdb / integrations / handlers / notion_handler / notion_table.py NotionBlocksTable   0% 41 41 0   0% 26 0   0%
mindsdb / integrations / handlers / notion_handler / notion_table.py NotionCommentsTable   0% 30 30 0   0% 20 0   0%
mindsdb / integrations / handlers / notion_handler / notion_table.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / notion_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / notion_handler / tests / test_notion_handler.py NotionHandlerTest   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / notion_handler / tests / test_notion_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / npm_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / api.py NPM   0% 13 13 0   0% 6 0   0%
mindsdb / integrations / handlers / npm_handler / api.py (no class)   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_handler.py NPMHandler   0% 16 16 0   0% 4 0   0%
mindsdb / integrations / handlers / npm_handler / npm_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py CustomAPITable   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMMetadataTable   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMMaintainersTable   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMKeywordsTable   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMDependenciesTable   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMDevDependenciesTable   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMOptionalDependenciesTable   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py NPMGithubStatsTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / npm_tables.py (no class)   0% 50 50 0   100% 0 0   0%
mindsdb / integrations / handlers / npm_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / nuo_jdbc_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / nuo_jdbc_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / nuo_jdbc_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / nuo_jdbc_handler / nuo_jdbc_handler.py NuoHandler   0% 92 92 0   0% 26 0   0%
mindsdb / integrations / handlers / nuo_jdbc_handler / nuo_jdbc_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / nuo_jdbc_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / nuo_jdbc_handler / tests / test_nuo_handler.py NuoHandlerTest   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / nuo_jdbc_handler / tests / test_nuo_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / oceanbase_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / oceanbase_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / oceanbase_handler / oceanbase_handler.py OceanBaseHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / oceanbase_handler / oceanbase_handler.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / oceanbase_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / oceanbase_handler / tests / test_oceanbase_handler.py OceanBaseHandlerTest   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / oceanbase_handler / tests / test_oceanbase_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi.py OilPriceAPIClient   0% 27 27 0   0% 8 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi_handler.py OilPriceAPIHandler   0% 34 34 0   0% 4 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi_tables.py OilPriceLatestTable   0% 30 30 0   0% 18 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi_tables.py OilPricePastDayPriceTable   0% 30 30 0   0% 18 0   0%
mindsdb / integrations / handlers / oilpriceapi_handler / oilpriceapi_tables.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / ollama_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ollama_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ollama_handler / ollama_handler.py OllamaHandler   0% 75 75 0   0% 34 0   0%
mindsdb / integrations / handlers / ollama_handler / ollama_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / openai_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / __init__.py (no class)   81% 16 3 0   100% 0 0   81%
mindsdb / integrations / handlers / openai_handler / constants.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / creation_args.py (no class)   100% 3 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / helpers.py PendingFT   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / openai_handler / helpers.py (no class)   59% 81 33 0   38% 24 5   54%
mindsdb / integrations / handlers / openai_handler / model_using_args.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / openai_handler.py Mode   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / openai_handler.py OpenAIHandler   60% 399 159 0   50% 180 22   57%
mindsdb / integrations / handlers / openai_handler / openai_handler.py (no class)   100% 56 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openai_handler / tests / test_openai_handler.py TestOpenAI   0% 79 79 0   100% 0 0   0%
mindsdb / integrations / handlers / openai_handler / tests / test_openai_handler.py (no class)   0% 29 29 0   0% 2 0   0%
mindsdb / integrations / handlers / openbb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / openbb_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / openbb_handler / openbb_handler.py OpenBBHandler   0% 39 39 0   0% 10 0   0%
mindsdb / integrations / handlers / openbb_handler / openbb_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / openbb_handler / openbb_tables.py OpenBBtable   0% 42 42 0   0% 22 0   0%
mindsdb / integrations / handlers / openbb_handler / openbb_tables.py create_table_class.AnyTable   0% 130 130 0   0% 78 0   0%
mindsdb / integrations / handlers / openbb_handler / openbb_tables.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / opengauss_handler.py OpenGaussHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / opengauss_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / opengauss_handler / tests / test_opengauss_handler.py OpenGaussHandlerTest   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / opengauss_handler / tests / test_opengauss_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / openstreetmap_handler.py OpenStreetMapHandler   0% 30 30 0   0% 4 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / openstreetmap_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / openstreetmap_tables.py OpenStreetMapNodeTable   0% 67 67 0   0% 42 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / openstreetmap_tables.py OpenStreetMapWayTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / openstreetmap_tables.py OpenStreetMapRelationTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / openstreetmap_tables.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / openstreetmap_handler / tests / test_openstreetmap_handler.py OpenStreetMapHandlerTest   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / openstreetmap_handler / tests / test_openstreetmap_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / oracle_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / oracle_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / oracle_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / oracle_handler / oracle_handler.py OracleHandler   77% 183 42 0   52% 60 17   71%
mindsdb / integrations / handlers / oracle_handler / oracle_handler.py (no class)   94% 84 5 0   89% 38 4   93%
mindsdb / integrations / handlers / orioledb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / orioledb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / orioledb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / orioledb_handler / orioledb_handler.py OrioleDBHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / orioledb_handler / orioledb_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / orioledb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / orioledb_handler / tests / test_orioledb_handler.py OrioleDBHandlerTest   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / orioledb_handler / tests / test_orioledb_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / palm_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / palm_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / palm_handler / palm_handler.py PalmHandlerArgs   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / palm_handler / palm_handler.py PalmHandlerArgs.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / palm_handler / palm_handler.py PalmHandler   0% 187 187 0   0% 86 0   0%
mindsdb / integrations / handlers / palm_handler / palm_handler.py (no class)   0% 42 42 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_handler.py PayPalHandler   0% 33 33 0   0% 2 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_tables.py PaymentsTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_tables.py InvoicesTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_tables.py SubscriptionsTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_tables.py OrdersTable   0% 24 24 0   0% 12 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_tables.py PayoutsTable   0% 21 21 0   0% 8 0   0%
mindsdb / integrations / handlers / paypal_handler / paypal_tables.py (no class)   0% 26 26 0   100% 0 0   0%
mindsdb / integrations / handlers / pgvector_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pgvector_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / pgvector_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / pgvector_handler / pgvector_handler.py PgVectorHandler   0% 256 256 0   0% 122 0   0%
mindsdb / integrations / handlers / pgvector_handler / pgvector_handler.py (no class)   0% 48 48 0   100% 0 0   0%
mindsdb / integrations / handlers / phoenix_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / phoenix_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / phoenix_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / phoenix_handler / phoenix_handler.py PhoenixHandler   0% 78 78 0   0% 20 0   0%
mindsdb / integrations / handlers / phoenix_handler / phoenix_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / phoenix_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / phoenix_handler / tests / test_phoenix_handler.py PhoenixHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / phoenix_handler / tests / test_phoenix_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / pinecone_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pinecone_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / pinecone_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / pinecone_handler / pinecone_handler.py PineconeHandler   0% 154 154 0   0% 72 0   0%
mindsdb / integrations / handlers / pinecone_handler / pinecone_handler.py (no class)   0% 34 34 0   100% 0 0   0%
mindsdb / integrations / handlers / pinecone_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / pinot_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pinot_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / pinot_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / pinot_handler / pinot_handler.py PinotHandler   0% 75 75 0   0% 20 0   0%
mindsdb / integrations / handlers / pinot_handler / pinot_handler.py (no class)   0% 25 25 0   100% 0 0   0%
mindsdb / integrations / handlers / pinot_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / pinot_handler / tests / test_pinot_handler.py PinotHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / pinot_handler / tests / test_pinot_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / pirateweather_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pirateweather_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / pirateweather_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / pirateweather_handler / pirateweather_handler.py PirateWeatherAPIBaseTable   0% 17 17 0   0% 8 0   0%
mindsdb / integrations / handlers / pirateweather_handler / pirateweather_handler.py PiratePirateWeatherAPIHourlyTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / pirateweather_handler / pirateweather_handler.py PiratePirateWeatherAPIDailyTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / pirateweather_handler / pirateweather_handler.py PirateWeatherAPIHandler   0% 46 46 0   0% 16 0   0%
mindsdb / integrations / handlers / pirateweather_handler / pirateweather_handler.py (no class)   0% 35 35 0   100% 0 0   0%
mindsdb / integrations / handlers / plaid_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / plaid_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / plaid_handler / plaid_handler.py PlaidHandler   0% 73 73 0   0% 26 0   0%
mindsdb / integrations / handlers / plaid_handler / plaid_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / plaid_handler / plaid_tables.py BalanceTable   0% 30 30 0   0% 20 0   0%
mindsdb / integrations / handlers / plaid_handler / plaid_tables.py TransactionTable   0% 17 17 0   0% 8 0   0%
mindsdb / integrations / handlers / plaid_handler / plaid_tables.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / plaid_handler / utils.py (no class)   0% 6 6 0   0% 2 0   0%
mindsdb / integrations / handlers / planetscale_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / planetscale_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / planetscale_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / planetscale_handler / planetscale_handler.py PlanetScaleHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / planetscale_handler / planetscale_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / popularity_recommender_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / popularity_recommender_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / popularity_recommender_handler / popularity_recommender_handler.py PopularityRecommenderHandler   0% 18 18 0   0% 2 0   0%
mindsdb / integrations / handlers / popularity_recommender_handler / popularity_recommender_handler.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / portkey_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / portkey_handler / __init__.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / portkey_handler / portkey_handler.py PortkeyHandler   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / portkey_handler / portkey_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / postgres_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / postgres_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / postgres_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / postgres_handler / postgres_handler.py PostgresHandler   94% 241 14 0   74% 76 20   89%
mindsdb / integrations / handlers / postgres_handler / postgres_handler.py (no class)   94% 85 5 0   86% 22 1   93%
mindsdb / integrations / handlers / pycaret_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pycaret_handler / __init__.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / pycaret_handler / pycaret_handler.py PyCaretHandler   0% 55 55 0   0% 30 0   0%
mindsdb / integrations / handlers / pycaret_handler / pycaret_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / pycaret_handler / test / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / pycaret_handler / test / test_pycaret.py TestPyCaret   0% 51 51 0   0% 12 0   0%
mindsdb / integrations / handlers / pycaret_handler / test / test_pycaret.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / api.py PyPI   0% 47 47 0   0% 10 0   0%
mindsdb / integrations / handlers / pypi_handler / api.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_handler.py PyPIHandler   0% 17 17 0   0% 4 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py CustomAPITable   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py PyPIRecentTable   0% 16 16 0   0% 4 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py PyPIOverallTable   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py PyPIPythonMajorTable   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py PyPIPythonMinorTable   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py PyPISystemTable   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / pypi_handler / pypi_tables.py (no class)   0% 27 27 0   100% 0 0   0%
mindsdb / integrations / handlers / qdrant_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / qdrant_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / qdrant_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / qdrant_handler / qdrant_handler.py QdrantHandler   0% 130 130 0   0% 68 0   0%
mindsdb / integrations / handlers / qdrant_handler / qdrant_handler.py (no class)   0% 29 29 0   100% 0 0   0%
mindsdb / integrations / handlers / questdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / questdb_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / questdb_handler / questdb_handler.py QuestDBHandler   0% 24 24 0   0% 6 0   0%
mindsdb / integrations / handlers / questdb_handler / questdb_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / questdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / questdb_handler / tests / test_questdb_handler.py QuestDBHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / questdb_handler / tests / test_questdb_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / quickbooks_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / quickbooks_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_handler.py QuickbooksHandler   0% 44 44 0   0% 12 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py AccountsTable   0% 24 24 0   0% 14 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py PurchasesTable   0% 30 30 0   0% 20 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py BillPaymentsTable   0% 30 30 0   0% 20 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py VendorsTable   0% 24 24 0   0% 14 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py BillsTable   0% 30 30 0   0% 20 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py EmployeesTable   0% 30 30 0   0% 20 0   0%
mindsdb / integrations / handlers / quickbooks_handler / quickbooks_table.py (no class)   0% 33 33 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / exceptions.py InvalidOpenAIModel   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py InvalidWriterModel   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py MissingPromptTemplate   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py UnsupportedVectorStore   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py MissingUseIndex   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py UnsupportedLLM   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py InvalidPromptTemplate   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / exceptions.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / ingest.py RAGIngestor   0% 46 46 0   0% 12 0   0%
mindsdb / integrations / handlers / rag_handler / ingest.py (no class)   0% 29 29 0   0% 8 0   0%
mindsdb / integrations / handlers / rag_handler / rag.py RAGQuestionAnswerer   0% 55 55 0   0% 14 0   0%
mindsdb / integrations / handlers / rag_handler / rag.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / rag_handler.py RAGHandler   0% 35 35 0   0% 10 0   0%
mindsdb / integrations / handlers / rag_handler / rag_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py VectorStoreFactory   0% 8 8 0   0% 8 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py PersistedVectorStoreSaverConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / settings.py PersistedVectorStoreLoaderConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / settings.py PersistedVectorStoreSaver   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py PersistedVectorStoreLoader   0% 10 10 0   0% 4 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py LLMParameters   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / settings.py LLMParameters.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / settings.py OpenAIParameters   0% 4 4 0   0% 2 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py WriterLLMParameters   0% 4 4 0   0% 2 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py LLMLoader   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py RAGBaseParameters   0% 7 7 0   0% 4 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py RAGBaseParameters.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rag_handler / settings.py RAGHandlerParameters   0% 3 3 0   0% 2 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py DfLoader   0% 10 10 0   0% 4 0   0%
mindsdb / integrations / handlers / rag_handler / settings.py (no class)   0% 194 194 0   0% 24 0   0%
mindsdb / integrations / handlers / ray_serve_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / ray_serve_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / ray_serve_handler / ray_serve_handler.py RayServeException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / ray_serve_handler / ray_serve_handler.py RayServeHandler   0% 57 57 0   0% 20 0   0%
mindsdb / integrations / handlers / ray_serve_handler / ray_serve_handler.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / reddit_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / reddit_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / reddit_handler / reddit_handler.py RedditHandler   0% 40 40 0   0% 16 0   0%
mindsdb / integrations / handlers / reddit_handler / reddit_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / reddit_handler / reddit_tables.py CommentTable   0% 29 29 0   0% 18 0   0%
mindsdb / integrations / handlers / reddit_handler / reddit_tables.py SubmissionTable   0% 51 51 0   0% 36 0   0%
mindsdb / integrations / handlers / reddit_handler / reddit_tables.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / redshift_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / redshift_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / redshift_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / redshift_handler / redshift_handler.py RedshiftHandler   100% 19 0 0   100% 2 0   100%
mindsdb / integrations / handlers / redshift_handler / redshift_handler.py (no class)   100% 12 0 0   100% 0 0   100%
mindsdb / integrations / handlers / replicate_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / replicate_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / replicate_handler / replicate_handler.py ReplicateHandler   0% 76 76 0   0% 42 0   0%
mindsdb / integrations / handlers / replicate_handler / replicate_handler.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_handler.py RocketChatHandler   0% 51 51 0   0% 12 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_handler.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_tables.py ChannelsTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_tables.py ChannelMessagesTable   0% 17 17 0   0% 6 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_tables.py DirectsTable   0% 9 9 0   0% 2 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_tables.py DirectMessagesTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_tables.py UsersTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / rocket_chat_handler / rocket_chat_tables.py (no class)   0% 35 35 0   0% 8 0   0%
mindsdb / integrations / handlers / rockset_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / rockset_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / rockset_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / rockset_handler / rockset_handler.py RocksetHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / rockset_handler / rockset_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / rockset_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / rockset_handler / tests / test_rockset_handler.py RocksetHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / rockset_handler / tests / test_rockset_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / s3_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / s3_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / s3_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / s3_handler / s3_handler.py ListFilesTable   0% 18 18 0   0% 12 0   0%
mindsdb / integrations / handlers / s3_handler / s3_handler.py FileTable   100% 3 0 0   100% 0 0   100%
mindsdb / integrations / handlers / s3_handler / s3_handler.py S3Handler   63% 151 56 0   57% 54 13   61%
mindsdb / integrations / handlers / s3_handler / s3_handler.py (no class)   100% 44 0 0   100% 0 0   100%
mindsdb / integrations / handlers / s3_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / s3_handler / tests / test_s3_handler.py S3HandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / s3_handler / tests / test_s3_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / salesforce_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / salesforce_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / salesforce_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / salesforce_handler / constants.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / integrations / handlers / salesforce_handler / salesforce_handler.py SalesforceHandler   95% 101 5 0   90% 30 3   94%
mindsdb / integrations / handlers / salesforce_handler / salesforce_handler.py (no class)   100% 21 0 0   100% 0 0   100%
mindsdb / integrations / handlers / salesforce_handler / salesforce_tables.py create_table_class.AnyTable   82% 65 12 0   79% 24 1   81%
mindsdb / integrations / handlers / salesforce_handler / salesforce_tables.py (no class)   100% 23 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sap_erp_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / api.py SAPERP   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / sap_erp_handler / api.py (no class)   0% 17 17 0   0% 6 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_handler.py SAPERPHandler   0% 18 18 0   0% 4 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomAPITable   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py AddressEmailAddressTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py AddressFaxNumberTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py AddressHomePageURLTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py AddressPhoneNumberTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPAddrDepdntIntlLocNumberTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPContactToAddressTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPContactToFuncAndDeptTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPCreditWorthinessTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPDataControllerTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPFinancialServicesExtnTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPFinancialServicesReportingTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPFiscalYearInformationTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BPRelationshipTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BuPaAddressUsageTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BuPaIdentificationTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BuPaIndustryTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerAddressTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerContactTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerPaymentCardTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerRatingTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerRoleTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusinessPartnerTaxNumberTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py BusPartAddrDepdntTaxNumberTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustAddrDepdntExtIdentifierTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustAddrDepdntInformationTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerCompanyTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerCompanyTextTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerDunningTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerSalesAreaTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerSalesAreaTaxTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerSalesAreaTextTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerTaxGroupingTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerTextTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerUnloadingPointTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustomerWithHoldingTaxTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustSalesPartnerFuncTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustSlsAreaAddrDepdntInfoTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustSlsAreaAddrDepdntTaxInfoTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py CustUnldgPtAddrDepdntInfoTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierCompanyTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierCompanyTextTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierDunningTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierPartnerFuncTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierPurchasingOrgTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierPurchasingOrgTextTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierTextTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py SupplierWithHoldingTaxTable   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / sap_erp_tables.py (no class)   0% 258 258 0   100% 0 0   0%
mindsdb / integrations / handlers / sap_erp_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / scylla_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / scylla_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / scylla_handler / connection_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / scylla_handler / scylla_handler.py ScyllaHandler   0% 89 89 0   0% 36 0   0%
mindsdb / integrations / handlers / scylla_handler / scylla_handler.py (no class)   0% 25 25 0   100% 0 0   0%
mindsdb / integrations / handlers / scylla_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / scylla_handler / tests / test_scylla_handler.py ScyllaHandlerTest   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / scylla_handler / tests / test_scylla_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / sendinblue_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sendinblue_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / sendinblue_handler / sendinblue_handler.py SendinblueHandler   0% 28 28 0   0% 2 0   0%
mindsdb / integrations / handlers / sendinblue_handler / sendinblue_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / sendinblue_handler / sendinblue_tables.py EmailCampaignsTable   0% 77 77 0   0% 18 0   0%
mindsdb / integrations / handlers / sendinblue_handler / sendinblue_tables.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / sentence_transformers_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sentence_transformers_handler / __init__.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / sentence_transformers_handler / sentence_transformers_handler.py SentenceTransformersHandler   0% 27 27 0   0% 10 0   0%
mindsdb / integrations / handlers / sentence_transformers_handler / sentence_transformers_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / sentence_transformers_handler / settings.py Parameters   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sentence_transformers_handler / settings.py Parameters.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sentence_transformers_handler / settings.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_handler.py SerpstackHandler   0% 51 51 0   0% 10 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py BaseResultsTable   0% 51 51 0   0% 20 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py OrganicResultsTable   0% 9 9 0   0% 4 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py ImageResultsTable   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py VideoResultsTable   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py NewsResultsTable   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py ShoppingResultsTable   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / serpstack_handler / serpstack_tables.py (no class)   0% 35 35 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_api.py SharepointAPI   0% 129 129 0   0% 62 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_api.py (no class)   0% 36 36 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_handler.py SharepointHandler   0% 34 34 0   0% 4 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_tables.py SitesTable   0% 23 23 0   0% 4 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_tables.py ListsTable   0% 41 41 0   0% 8 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_tables.py SiteColumnsTable   0% 41 41 0   0% 8 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_tables.py ListItemsTable   0% 41 41 0   0% 8 0   0%
mindsdb / integrations / handlers / sharepoint_handler / sharepoint_tables.py (no class)   0% 44 44 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sharepoint_handler / tests / test_sharepoint_handler.py SharepointHandlerTest   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / sharepoint_handler / tests / test_sharepoint_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / sharepoint_handler / utils.py (no class)   0% 39 39 0   0% 4 0   0%
mindsdb / integrations / handlers / sheets_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sheets_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / sheets_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / sheets_handler / sheets_handler.py SheetsHandler   0% 53 53 0   0% 12 0   0%
mindsdb / integrations / handlers / sheets_handler / sheets_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / sheets_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sheets_handler / tests / test_sheets_handler.py SheetsHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / sheets_handler / tests / test_sheets_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / shopify_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py AliasesEnum   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / common.py Count   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py TaxonomyAttribute   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py TaxonomyChoiceListAttribute   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py TaxonomyMeasurementAttribute   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py SEO   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py TaxonomyCategory   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py MoneyV2   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py ProductPriceRangeV2   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py ProductCompareAtPriceRange   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py CollectionConnection   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py MailingAddress   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py OrderCancellation   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py MoneyBag   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / common.py (no class)   0% 63 63 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / customers.py Customers   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / customers.py (no class)   0% 29 29 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / gift_cards.py GiftCards   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / gift_cards.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / inventory_items.py InventoryItems   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / inventory_items.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / marketing_events.py MarketingEvents   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / marketing_events.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / orders.py Orders   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / orders.py (no class)   0% 86 86 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / product_variants.py ProductVariants   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / product_variants.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / products.py Products   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / products.py (no class)   0% 40 40 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / staff_members.py StaffMembers   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / models / staff_members.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / utils.py Nodes   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / utils.py Extract   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / models / utils.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_handler.py ShopifyHandler   0% 51 51 0   0% 8 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_handler.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py ShopifyMetaAPIResource   0% 51 51 0   0% 18 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py ProductsTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py ProductVariantsTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py CustomersTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py OrdersTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py MarketingEventsTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py InventoryItemsTable   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py StaffMembersTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py GiftCardsTable   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / shopify_tables.py (no class)   0% 64 64 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py BaseShopifyHandlerTest   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerInitialization   0% 24 24 0   0% 2 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerConnection   0% 68 68 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerQueries   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerConnectionArgs   0% 22 22 0   0% 6 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerEdgeCases   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerIntegration   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py TestShopifyHandlerTableMetadata   0% 169 169 0   0% 12 0   0%
mindsdb / integrations / handlers / shopify_handler / tests / test_shopify_handler.py (no class)   0% 97 97 0   0% 6 0   0%
mindsdb / integrations / handlers / shopify_handler / utils.py ShopifyQuery   0% 10 10 0   0% 6 0   0%
mindsdb / integrations / handlers / shopify_handler / utils.py (no class)   0% 77 77 0   0% 30 0   0%
mindsdb / integrations / handlers / singlestore_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / singlestore_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / singlestore_handler / singlestore_handler.py SingleStoreHandler   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / singlestore_handler / singlestore_handler.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / singlestore_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / singlestore_handler / tests / test_singlestore_handler.py MySQLHandlerTest   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / singlestore_handler / tests / test_singlestore_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / slack_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / slack_handler / __init__.py (no class)   77% 13 3 0   100% 0 0   77%
mindsdb / integrations / handlers / slack_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / slack_handler / slack_handler.py SlackHandler   90% 109 11 0   78% 46 10   86%
mindsdb / integrations / handlers / slack_handler / slack_handler.py (no class)   100% 27 0 0   100% 0 0   100%
mindsdb / integrations / handlers / slack_handler / slack_tables.py SlackConversationsTable   78% 55 12 0   86% 22 3   81%
mindsdb / integrations / handlers / slack_handler / slack_tables.py SlackMessagesTable   67% 113 37 0   69% 52 8   68%
mindsdb / integrations / handlers / slack_handler / slack_tables.py SlackThreadsTable   79% 56 12 0   83% 24 4   80%
mindsdb / integrations / handlers / slack_handler / slack_tables.py SlackUsersTable   78% 18 4 0   83% 6 1   79%
mindsdb / integrations / handlers / slack_handler / slack_tables.py (no class)   100% 28 0 0   100% 0 0   100%
mindsdb / integrations / handlers / snowflake_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / snowflake_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / snowflake_handler / auth_types.py SnowflakeAuthType   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / snowflake_handler / auth_types.py PasswordAuthType   100% 6 0 0   100% 4 0   100%
mindsdb / integrations / handlers / snowflake_handler / auth_types.py KeyPairAuthType   54% 24 11 0   57% 14 2   55%
mindsdb / integrations / handlers / snowflake_handler / auth_types.py (no class)   100% 13 0 0   100% 0 0   100%
mindsdb / integrations / handlers / snowflake_handler / connection_args.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / handlers / snowflake_handler / snowflake_handler.py SnowflakeHandler   85% 207 31 0   54% 84 17   76%
mindsdb / integrations / handlers / snowflake_handler / snowflake_handler.py (no class)   91% 117 11 0   82% 50 7   88%
mindsdb / integrations / handlers / solace_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / solace_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / solace_handler / solace_handler.py SolaceHandler   0% 59 59 0   0% 10 0   0%
mindsdb / integrations / handlers / solace_handler / solace_handler.py SolaceHandler.subscribe.MessageHandlerImpl   0% 14 14 0   0% 10 0   0%
mindsdb / integrations / handlers / solace_handler / solace_handler.py (no class)   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / solr_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / solr_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / solr_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / solr_handler / solr_handler.py SolrHandler   0% 68 68 0   0% 22 0   0%
mindsdb / integrations / handlers / solr_handler / solr_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / solr_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / solr_handler / tests / test_solr_handler.py SolrHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / solr_handler / tests / test_solr_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / spacy_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / spacy_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / spacy_handler / spacy_handler.py SpacyHandler   0% 37 37 0   0% 10 0   0%
mindsdb / integrations / handlers / spacy_handler / spacy_handler.py (no class)   0% 63 63 0   0% 10 0   0%
mindsdb / integrations / handlers / sqlany_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlany_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlany_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlany_handler / sqlany_handler.py SQLAnyHandler   0% 66 66 0   0% 18 0   0%
mindsdb / integrations / handlers / sqlany_handler / sqlany_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlite_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlite_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlite_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlite_handler / sqlite_handler.py SQLiteHandler   0% 65 65 0   0% 16 0   0%
mindsdb / integrations / handlers / sqlite_handler / sqlite_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlite_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sqlite_handler / tests / test_sqlite_handler.py SQLiteHandlerTest   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / sqlite_handler / tests / test_sqlite_handler.py (no class)   0% 12 12 0   0% 2 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / sqreamdb_handler.py SQreamDBHandler   0% 50 50 0   0% 10 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / sqreamdb_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / sqreamdb_handler / tests / test_sqreamdb_handler.py SQreamDBHandlerTest   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / sqreamdb_handler / tests / test_sqreamdb_handler.py (no class)   0% 14 14 0   0% 2 0   0%
mindsdb / integrations / handlers / stabilityai_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / stabilityai_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / stabilityai_handler / stabilityai.py StabilityAPIClient   0% 52 52 0   0% 26 0   0%
mindsdb / integrations / handlers / stabilityai_handler / stabilityai.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / stabilityai_handler / stabilityai_handler.py StabilityAIHandler   0% 93 93 0   0% 50 0   0%
mindsdb / integrations / handlers / stabilityai_handler / stabilityai_handler.py (no class)   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / starrocks_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / starrocks_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / starrocks_handler / starrocks_handler.py StarRocksHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / starrocks_handler / starrocks_handler.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / starrocks_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / starrocks_handler / tests / test_starrocks_handler.py StarRocksHandlerTest   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / starrocks_handler / tests / test_starrocks_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / statsforecast_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / statsforecast_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / statsforecast_handler / statsforecast_handler.py StatsForecastHandler   0% 59 59 0   0% 12 0   0%
mindsdb / integrations / handlers / statsforecast_handler / statsforecast_handler.py (no class)   0% 37 37 0   0% 4 0   0%
mindsdb / integrations / handlers / strapi_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / strapi_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / strapi_handler / strapi_handler.py StrapiHandler   0% 57 57 0   0% 24 0   0%
mindsdb / integrations / handlers / strapi_handler / strapi_handler.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / strapi_handler / strapi_tables.py StrapiTable   0% 56 56 0   0% 36 0   0%
mindsdb / integrations / handlers / strapi_handler / strapi_tables.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / strapi_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / strapi_handler / tests / test_strapi_handler.py StrapiHandlerTest   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / strapi_handler / tests / test_strapi_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / strava_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / strava_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / strava_handler / strava_handler.py StravaHandler   0% 28 28 0   0% 2 0   0%
mindsdb / integrations / handlers / strava_handler / strava_handler.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / strava_handler / strava_tables.py StravaAllClubsTable   0% 41 41 0   0% 26 0   0%
mindsdb / integrations / handlers / strava_handler / strava_tables.py StravaClubActivitesTable   0% 49 49 0   0% 32 0   0%
mindsdb / integrations / handlers / strava_handler / strava_tables.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_handler.py StripeHandler   0% 34 34 0   0% 2 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_handler.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_tables.py CustomersTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_tables.py ProductsTable   0% 45 45 0   0% 12 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_tables.py PaymentIntentsTable   0% 42 42 0   0% 10 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_tables.py RefundsTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_tables.py PayoutsTable   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / stripe_handler / stripe_tables.py (no class)   0% 41 41 0   100% 0 0   0%
mindsdb / integrations / handlers / supabase_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / supabase_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / supabase_handler / supabase_handler.py SupabaseHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / supabase_handler / supabase_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / supabase_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / supabase_handler / tests / test_supabase_handler.py SupabaseHandlerTest   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / supabase_handler / tests / test_supabase_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / surrealdb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / surrealdb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / surrealdb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / surrealdb_handler / surrealdb_handler.py SurrealDBHandler   0% 72 72 0   0% 12 0   0%
mindsdb / integrations / handlers / surrealdb_handler / surrealdb_handler.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / surrealdb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / surrealdb_handler / tests / test_surrealdb_handler.py SurrealdbHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / surrealdb_handler / tests / test_surrealdb_handler.py (no class)   0% 16 16 0   0% 2 0   0%
mindsdb / integrations / handlers / surrealdb_handler / utils / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / surrealdb_handler / utils / surreal_get_info.py (no class)   0% 17 17 0   0% 2 0   0%
mindsdb / integrations / handlers / symbl_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / symbl_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / symbl_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_handler.py SymblHandler   0% 33 33 0   100% 0 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetConversationTable   0% 22 22 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetMessagesTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetTopicsTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetQuestionsTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetFollowUpsTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetActionItemsTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py GetAnalyticsTable   0% 23 23 0   0% 10 0   0%
mindsdb / integrations / handlers / symbl_handler / symbl_tables.py (no class)   0% 36 36 0   100% 0 0   0%
mindsdb / integrations / handlers / tdengine_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / tdengine_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / tdengine_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / tdengine_handler / tdengine_handler.py TDEngineHandler   0% 56 56 0   0% 12 0   0%
mindsdb / integrations / handlers / tdengine_handler / tdengine_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / tdengine_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / tdengine_handler / tests / test_tdengine_handler.py TDEngineHandlerTest   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / tdengine_handler / tests / test_tdengine_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / teradata_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / teradata_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / teradata_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / teradata_handler / teradata_handler.py TeradataHandler   0% 81 81 0   0% 20 0   0%
mindsdb / integrations / handlers / teradata_handler / teradata_handler.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / tidb_handler / tests / test_tidb_handler.py TiDBHandlerTest   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / tests / test_tidb_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / tidb_handler.py TiDBHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / tidb_handler / tidb_handler.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / timegpt_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / timegpt_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / timegpt_handler / timegpt_handler.py TimeGPTHandler   0% 101 101 0   0% 40 0   0%
mindsdb / integrations / handlers / timegpt_handler / timegpt_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / timescaledb_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / timescaledb_handler / __init__.py (no class)   77% 13 3 0   100% 0 0   77%
mindsdb / integrations / handlers / timescaledb_handler / timescaledb_handler.py TimeScaleDBHandler   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / handlers / timescaledb_handler / timescaledb_handler.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / integrations / handlers / togetherai_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / togetherai_handler / __init__.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / togetherai_handler / creation_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / togetherai_handler / model_using_args.py (no class)   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / togetherai_handler / settings.py TogetherAIConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / togetherai_handler / settings.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / togetherai_handler / togetherai_handler.py TogetherAIHandler   0% 65 65 0   0% 24 0   0%
mindsdb / integrations / handlers / togetherai_handler / togetherai_handler.py (no class)   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / tpot_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / tpot_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / tpot_handler / tpot_handler.py TPOTHandler   0% 32 32 0   0% 18 0   0%
mindsdb / integrations / handlers / tpot_handler / tpot_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / trino_handler / tests / test_trino_handler.py TrinoHandlerTest   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / tests / test_trino_handler.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / trino_config_provider.py TrinoConfigProvider   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / trino_config_provider.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / trino_handler / trino_handler.py TrinoHandler   0% 67 67 0   0% 20 0   0%
mindsdb / integrations / handlers / trino_handler / trino_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_api.py TripAdvisorAPICall   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_api.py TripAdvisorAPI   0% 53 53 0   0% 20 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_api.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_handler.py TripAdvisorHandler   0% 84 84 0   0% 30 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_table.py SearchLocationTable   0% 36 36 0   0% 24 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_table.py LocationDetailsTable   0% 36 36 0   0% 24 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_table.py ReviewsTable   0% 36 36 0   0% 24 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_table.py PhotosTable   0% 35 35 0   0% 24 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_table.py NearbyLocationTable   0% 35 35 0   0% 24 0   0%
mindsdb / integrations / handlers / tripadvisor_handler / tripadvisor_table.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / settings.py TwelveLabsHandlerModel   0% 38 38 0   0% 22 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / settings.py TwelveLabsHandlerModel.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / twelve_labs_handler / settings.py TwelveLabsHandlerConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / twelve_labs_handler / settings.py (no class)   0% 42 42 0   100% 0 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / twelve_labs_api_client.py TwelveLabsAPIClient   0% 122 122 0   0% 44 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / twelve_labs_api_client.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / twelve_labs_handler.py TwelveLabsHandler   0% 69 69 0   0% 24 0   0%
mindsdb / integrations / handlers / twelve_labs_handler / twelve_labs_handler.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / handlers / twilio_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / twilio_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / twilio_handler / twilio_handler.py PhoneNumbersTable   0% 14 14 0   0% 6 0   0%
mindsdb / integrations / handlers / twilio_handler / twilio_handler.py MessagesTable   0% 68 68 0   0% 40 0   0%
mindsdb / integrations / handlers / twilio_handler / twilio_handler.py TwilioHandler   0% 86 86 0   0% 36 0   0%
mindsdb / integrations / handlers / twilio_handler / twilio_handler.py (no class)   0% 28 28 0   100% 0 0   0%
mindsdb / integrations / handlers / twitter_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / twitter_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / twitter_handler / twitter_handler.py TweetsTable   0% 99 99 0   0% 62 0   0%
mindsdb / integrations / handlers / twitter_handler / twitter_handler.py TwitterHandler   0% 153 153 0   0% 100 0   0%
mindsdb / integrations / handlers / twitter_handler / twitter_handler.py (no class)   0% 29 29 0   100% 0 0   0%
mindsdb / integrations / handlers / unify_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / unify_handler / __init__.py (no class)   0% 16 16 0   100% 0 0   0%
mindsdb / integrations / handlers / unify_handler / creation_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / unify_handler / model_using_args.py (no class)   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / unify_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / unify_handler / tests / test_unify_handler.py TestUnify   0% 11 11 0   0% 2 0   0%
mindsdb / integrations / handlers / unify_handler / tests / test_unify_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / unify_handler / unify_handler.py UnifyHandler   0% 28 28 0   0% 10 0   0%
mindsdb / integrations / handlers / unify_handler / unify_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / vertex_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / vertex_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / vertex_handler / vertex_client.py VertexClient   0% 35 35 0   0% 8 0   0%
mindsdb / integrations / handlers / vertex_handler / vertex_client.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / vertex_handler / vertex_handler.py VertexHandler   0% 40 40 0   0% 10 0   0%
mindsdb / integrations / handlers / vertex_handler / vertex_handler.py (no class)   0% 11 11 0   100% 0 0   0%
mindsdb / integrations / handlers / vertica_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / vertica_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / vertica_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / vertica_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / vertica_handler / tests / test_vertica_handler.py VerticaHandlerTest   0% 17 17 0   100% 0 0   0%
mindsdb / integrations / handlers / vertica_handler / tests / test_vertica_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / vertica_handler / vertica_handler.py VerticaHandler   0% 57 57 0   0% 12 0   0%
mindsdb / integrations / handlers / vertica_handler / vertica_handler.py (no class)   0% 21 21 0   100% 0 0   0%
mindsdb / integrations / handlers / vitess_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / vitess_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / vitess_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / vitess_handler / tests / test_vitess_handler.py VitessHandlerTest   0% 19 19 0   100% 0 0   0%
mindsdb / integrations / handlers / vitess_handler / tests / test_vitess_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / vitess_handler / vitess_handler.py VitessHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / vitess_handler / vitess_handler.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / weaviate_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / weaviate_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / weaviate_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / weaviate_handler / weaviate_handler.py WeaviateDBHandler   0% 213 213 0   0% 86 0   0%
mindsdb / integrations / handlers / weaviate_handler / weaviate_handler.py (no class)   0% 36 36 0   100% 0 0   0%
mindsdb / integrations / handlers / web_handler / __about__.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / integrations / handlers / web_handler / __init__.py (no class)   79% 14 3 0   100% 0 0   79%
mindsdb / integrations / handlers / web_handler / urlcrawl_helpers.py (no class)   82% 164 30 0   72% 72 18   79%
mindsdb / integrations / handlers / web_handler / web_handler.py CrawlerTable   86% 37 5 0   85% 26 4   86%
mindsdb / integrations / handlers / web_handler / web_handler.py WebHandler   60% 5 2 0   100% 0 0   60%
mindsdb / integrations / handlers / web_handler / web_handler.py (no class)   100% 14 0 0   100% 0 0   100%
mindsdb / integrations / handlers / webz_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / webz_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / webz_handler / webz_handler.py WebzHandler   0% 68 68 0   0% 28 0   0%
mindsdb / integrations / handlers / webz_handler / webz_handler.py (no class)   0% 24 24 0   100% 0 0   0%
mindsdb / integrations / handlers / webz_handler / webz_tables.py WebzBaseAPITable   0% 38 38 0   0% 28 0   0%
mindsdb / integrations / handlers / webz_handler / webz_tables.py WebzPostsTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / webz_handler / webz_tables.py WebzReviewsTable   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / webz_handler / webz_tables.py (no class)   0% 22 22 0   100% 0 0   0%
mindsdb / integrations / handlers / whatsapp_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / whatsapp_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / whatsapp_handler / whatsapp_handler.py WhatsAppMessagesTable   0% 67 67 0   0% 38 0   0%
mindsdb / integrations / handlers / whatsapp_handler / whatsapp_handler.py WhatsAppHandler   0% 92 92 0   0% 32 0   0%
mindsdb / integrations / handlers / whatsapp_handler / whatsapp_handler.py (no class)   0% 28 28 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / evaluate.py WriterEvaluator   0% 106 106 0   0% 36 0   0%
mindsdb / integrations / handlers / writer_handler / evaluate.py (no class)   0% 46 46 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / ingest.py WriterIngestor   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / ingest.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / rag.py QuestionAnswerer   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / rag.py (no class)   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / settings.py WriterLLMParameters   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / writer_handler / settings.py WriterLLMParameters.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / writer_handler / settings.py WriterHandlerParameters   0% 11 11 0   0% 10 0   0%
mindsdb / integrations / handlers / writer_handler / settings.py WriterHandlerParameters.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / writer_handler / settings.py (no class)   0% 42 42 0   100% 0 0   0%
mindsdb / integrations / handlers / writer_handler / writer_handler.py WriterHandler   0% 52 52 0   0% 22 0   0%
mindsdb / integrations / handlers / writer_handler / writer_handler.py (no class)   0% 26 26 0   0% 4 0   0%
mindsdb / integrations / handlers / xata_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / xata_handler / __init__.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / xata_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / xata_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / xata_handler / xata_handler.py XataHandler   0% 150 150 0   0% 88 0   0%
mindsdb / integrations / handlers / xata_handler / xata_handler.py (no class)   0% 29 29 0   100% 0 0   0%
mindsdb / integrations / handlers / youtube_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / youtube_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / youtube_handler / connection_args.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / handlers / youtube_handler / youtube_handler.py YoutubeHandler   0% 46 46 0   0% 10 0   0%
mindsdb / integrations / handlers / youtube_handler / youtube_handler.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / youtube_handler / youtube_tables.py YoutubeCommentsTable   0% 56 56 0   0% 38 0   0%
mindsdb / integrations / handlers / youtube_handler / youtube_tables.py YoutubeChannelsTable   0% 21 21 0   0% 8 0   0%
mindsdb / integrations / handlers / youtube_handler / youtube_tables.py YoutubeVideosTable   0% 97 97 0   0% 56 0   0%
mindsdb / integrations / handlers / youtube_handler / youtube_tables.py (no class)   0% 29 29 0   100% 0 0   0%
mindsdb / integrations / handlers / yugabyte_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / yugabyte_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / yugabyte_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / yugabyte_handler / tests / test_yugabyte_handler.py YugabyteHandlerTest   0% 15 15 0   100% 0 0   0%
mindsdb / integrations / handlers / yugabyte_handler / tests / test_yugabyte_handler.py (no class)   0% 15 15 0   0% 2 0   0%
mindsdb / integrations / handlers / yugabyte_handler / yugabyte_handler.py YugabyteHandler   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / handlers / yugabyte_handler / yugabyte_handler.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / handlers / zendesk_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / zendesk_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / zendesk_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_handler.py ZendeskHandler   0% 26 26 0   100% 0 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_tables.py ZendeskUsersTable   0% 21 21 0   0% 10 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_tables.py ZendeskTicketsTable   0% 21 21 0   0% 10 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_tables.py ZendeskTriggersTable   0% 21 21 0   0% 10 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_tables.py ZendeskActivitiesTable   0% 21 21 0   0% 10 0   0%
mindsdb / integrations / handlers / zendesk_handler / zendesk_tables.py (no class)   0% 20 20 0   100% 0 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / __init__.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / connection_args.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / tests / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase.py ZipCodeBaseClient   0% 29 29 0   0% 4 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_handler.py ZipCodeBaseHandler   0% 40 40 0   0% 4 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_handler.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_tables.py ZipCodeBaseCodeLocationTable   0% 29 29 0   0% 14 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_tables.py ZipCodeBaseCodeInRadiusTable   0% 38 38 0   0% 24 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_tables.py ZipCodeBaseCodeByCityTable   0% 30 30 0   0% 16 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_tables.py ZipCodeBaseCodeByStateTable   0% 30 30 0   0% 16 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_tables.py ZipCodeBaseStatesByCountryTable   0% 26 26 0   0% 12 0   0%
mindsdb / integrations / handlers / zipcodebase_handler / zipcodebase_tables.py (no class)   0% 28 28 0   100% 0 0   0%
mindsdb / integrations / handlers / zotero_handler / __about__.py (no class)   0% 9 9 0   100% 0 0   0%
mindsdb / integrations / handlers / zotero_handler / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / integrations / handlers / zotero_handler / zotero_handler.py ZoteroHandler   0% 25 25 0   0% 4 0   0%
mindsdb / integrations / handlers / zotero_handler / zotero_handler.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / handlers / zotero_handler / zotero_tables.py AnnotationsTable   0% 57 57 0   0% 28 0   0%
mindsdb / integrations / handlers / zotero_handler / zotero_tables.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / integrations / libs / __init__.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler.py FuncParser   30% 47 33 0   19% 36 5   25%
mindsdb / integrations / libs / api_handler.py APITable   17% 6 5 0   100% 0 0   17%
mindsdb / integrations / libs / api_handler.py APIResource   57% 49 21 0   38% 26 8   51%
mindsdb / integrations / libs / api_handler.py MetaAPIResource   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / libs / api_handler.py APIHandler   47% 36 19 0   17% 18 1   37%
mindsdb / integrations / libs / api_handler.py MetaAPIHandler   0% 62 62 0   0% 40 0   0%
mindsdb / integrations / libs / api_handler.py APIChatHandler   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / libs / api_handler.py (no class)   100% 55 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_exceptions.py TableNotFound   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_exceptions.py ConnectionFailed   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_exceptions.py InvalidNativeQuery   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_exceptions.py TableAlreadyExists   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_exceptions.py MissingConnectionParams   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_exceptions.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py ApiRequestException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py ApiResponseException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py APIInfo   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py APIEndpoint   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py APIResourceType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py APIEndpointParam   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / api_handler_generator.py OpenAPISpecParser   0% 12 12 0   0% 4 0   0%
mindsdb / integrations / libs / api_handler_generator.py APIResourceGenerator   0% 111 111 0   0% 74 0   0%
mindsdb / integrations / libs / api_handler_generator.py RestApiTable   0% 128 128 0   0% 88 0   0%
mindsdb / integrations / libs / api_handler_generator.py (no class)   0% 76 76 0   0% 8 0   0%
mindsdb / integrations / libs / base.py BaseHandler   40% 10 6 0   100% 0 0   40%
mindsdb / integrations / libs / base.py DatabaseHandler   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / libs / base.py MetaDatabaseHandler   3% 32 31 0   0% 10 0   2%
mindsdb / integrations / libs / base.py ArgProbeMixin   79% 24 5 0   75% 8 2   78%
mindsdb / integrations / libs / base.py ArgProbeMixin.ArgProbeVisitor   76% 17 4 0   79% 14 3   77%
mindsdb / integrations / libs / base.py BaseMLEngine   36% 14 9 0   50% 2 1   38%
mindsdb / integrations / libs / base.py (no class)   100% 57 0 0   100% 0 0   100%
mindsdb / integrations / libs / const.py HANDLER_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / const.py HANDLER_CONNECTION_ARG_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / const.py (no class)   100% 16 0 0   100% 0 0   100%
mindsdb / integrations / libs / keyword_search_base.py KeywordSearchBase   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / libs / keyword_search_base.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py BaseLLMConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py OpenAIConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py AnthropicConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py LiteLLMConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py OllamaConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py NvidiaNIMConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py MindsdbConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py GoogleConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py WriterConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py BedrockConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / config.py (no class)   100% 94 0 0   100% 0 0   100%
mindsdb / integrations / libs / llm / utils.py (no class)   77% 205 47 0   56% 94 13   71%
mindsdb / integrations / libs / ml_exec_base.py MLEngineException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / ml_exec_base.py BaseMLEngineExec   29% 104 74 0   8% 24 2   25%
mindsdb / integrations / libs / ml_exec_base.py (no class)   96% 46 2 0   100% 0 0   96%
mindsdb / integrations / libs / ml_handler_process / __init__.py (no class)   100% 8 0 0   100% 0 0   100%
mindsdb / integrations / libs / ml_handler_process / create_engine_process.py (no class)   27% 15 11 0   0% 4 0   21%
mindsdb / integrations / libs / ml_handler_process / create_validation_process.py (no class)   50% 6 3 0   0% 2 0   38%
mindsdb / integrations / libs / ml_handler_process / describe_process.py (no class)   18% 62 51 0   0% 16 0   14%
mindsdb / integrations / libs / ml_handler_process / func_call_process.py (no class)   21% 14 11 0   0% 4 0   17%
mindsdb / integrations / libs / ml_handler_process / handlers_cacher.py HandlersCache   22% 9 7 0   0% 2 0   18%
mindsdb / integrations / libs / ml_handler_process / handlers_cacher.py (no class)   100% 7 0 0   100% 0 0   100%
mindsdb / integrations / libs / ml_handler_process / learn_process.py (no class)   21% 103 81 0   0% 28 0   17%
mindsdb / integrations / libs / ml_handler_process / predict_process.py (no class)   35% 23 15 0   0% 4 0   30%
mindsdb / integrations / libs / ml_handler_process / update_engine_process.py (no class)   27% 15 11 0   0% 4 0   21%
mindsdb / integrations / libs / ml_handler_process / update_process.py (no class)   20% 15 12 0   0% 4 0   16%
mindsdb / integrations / libs / process_cache.py MLProcessException   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / libs / process_cache.py WarmProcess   86% 28 4 0   60% 10 4   79%
mindsdb / integrations / libs / process_cache.py ProcessCache   58% 113 48 0   43% 60 8   53%
mindsdb / integrations / libs / process_cache.py (no class)   76% 55 13 0   0% 2 0   74%
mindsdb / integrations / libs / realtime_chat_handler.py RealtimeChatHandler   0% 5 5 0   100% 0 0   0%
mindsdb / integrations / libs / realtime_chat_handler.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / libs / response.py _INFORMATION_SCHEMA_COLUMNS_NAMES   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / response.py HandlerResponse   68% 38 12 0   64% 14 3   67%
mindsdb / integrations / libs / response.py HandlerStatusResponse   44% 9 5 0   0% 2 0   36%
mindsdb / integrations / libs / response.py (no class)   100% 38 0 0   100% 0 0   100%
mindsdb / integrations / libs / storage_handler.py KVStorageHandler   0% 15 15 0   0% 4 0   0%
mindsdb / integrations / libs / storage_handler.py SqliteStorageHandler   0% 17 17 0   0% 4 0   0%
mindsdb / integrations / libs / storage_handler.py RedisStorageHandler   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / libs / storage_handler.py (no class)   0% 23 23 0   100% 0 0   0%
mindsdb / integrations / libs / vectordatabase_handler.py VectorHandlerException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / vectordatabase_handler.py TableField   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / vectordatabase_handler.py DistanceFunction   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / libs / vectordatabase_handler.py VectorStoreHandler   8% 200 184 0   6% 94 6   7%
mindsdb / integrations / libs / vectordatabase_handler.py (no class)   100% 58 0 0   100% 2 0   100%
mindsdb / integrations / utilities / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / dataset.py DatasetNameMissing   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / dataset.py MLTaskTypeMissing   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / dataset.py DatasetNotFound   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / dataset.py UnsupportedMLTaskType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / dataset.py MissingColumns   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / datasets / dataset.py (no class)   0% 33 33 0   0% 10 0   0%
mindsdb / integrations / utilities / date_utils.py (no class)   0% 49 49 0   0% 22 0   0%
mindsdb / integrations / utilities / files / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / files / file_reader.py FileProcessingError   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / files / file_reader.py _SINGLE_PAGE_FORMAT   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / files / file_reader.py _MULTI_PAGE_FORMAT   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / files / file_reader.py FormatDetector   69% 75 23 0   55% 42 7   64%
mindsdb / integrations / utilities / files / file_reader.py FileReader   77% 79 18 0   50% 26 9   70%
mindsdb / integrations / utilities / files / file_reader.py (no class)   88% 88 11 0   75% 8 2   86%
mindsdb / integrations / utilities / handler_utils.py (no class)   58% 66 28 0   44% 52 11   52%
mindsdb / integrations / utilities / handlers / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / api_utilities / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / api_utilities / microsoft / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / api_utilities / microsoft / ms_graph_api_utilities.py MSGraphAPIBaseClient   78% 40 9 0   56% 18 4   71%
mindsdb / integrations / utilities / handlers / api_utilities / microsoft / ms_graph_api_utilities.py (no class)   100% 16 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / exceptions.py AuthException   100% 2 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / exceptions.py NoCredentialsException   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / auth_utilities / exceptions.py (no class)   100% 4 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / google / __init__.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / google / google_service_account_oauth_utilities.py GoogleServiceAccountOAuth2Manager   17% 29 24 0   17% 12 2   17%
mindsdb / integrations / utilities / handlers / auth_utilities / google / google_service_account_oauth_utilities.py (no class)   100% 12 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / google / google_user_oauth_utilities.py GoogleUserOAuth2Manager   0% 42 42 0   0% 18 0   0%
mindsdb / integrations / utilities / handlers / auth_utilities / google / google_user_oauth_utilities.py (no class)   100% 17 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / microsoft / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / microsoft / ms_graph_api_auth_utilities.py MSGraphAPIPermissionsManager   86% 7 1 0   100% 0 0   86%
mindsdb / integrations / utilities / handlers / auth_utilities / microsoft / ms_graph_api_auth_utilities.py MSGraphAPIDelegatedPermissionsManager   93% 28 2 0   70% 10 1   87%
mindsdb / integrations / utilities / handlers / auth_utilities / microsoft / ms_graph_api_auth_utilities.py MSGraphAPIApplicationPermissionsManager   0% 10 10 0   0% 6 0   0%
mindsdb / integrations / utilities / handlers / auth_utilities / microsoft / ms_graph_api_auth_utilities.py (no class)   100% 19 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / snowflake / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / auth_utilities / snowflake / snowflake_jwt_gen.py JWTGenerator   0% 31 31 0   0% 8 0   0%
mindsdb / integrations / utilities / handlers / auth_utilities / snowflake / snowflake_jwt_gen.py (no class)   72% 32 9 3   0% 4 0   64%
mindsdb / integrations / utilities / handlers / query_utilities / __init__.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / base_query_utilities.py BaseQueryParser   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / base_query_utilities.py BaseQueryExecutor   0% 6 6 0   0% 2 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / base_query_utilities.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / delete_query_utilities.py DELETEQueryParser   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / delete_query_utilities.py DELETEQueryExecutor   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / query_utilities / delete_query_utilities.py (no class)   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / exceptions.py UnsupportedColumnException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / query_utilities / exceptions.py MandatoryColumnException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / query_utilities / exceptions.py ColumnCountMismatchException   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / query_utilities / exceptions.py (no class)   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / insert_query_utilities.py INSERTQueryParser   0% 27 27 0   0% 16 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / insert_query_utilities.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / select_query_utilities.py SELECTQueryParser   0% 24 24 0   0% 10 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / select_query_utilities.py SELECTQueryExecutor   0% 15 15 0   0% 4 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / select_query_utilities.py (no class)   0% 18 18 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / update_query_utilities.py UPDATEQueryParser   0% 13 13 0   0% 6 0   0%
mindsdb / integrations / utilities / handlers / query_utilities / update_query_utilities.py UPDATEQueryExecutor   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / handlers / query_utilities / update_query_utilities.py (no class)   0% 10 10 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / validation_utilities / __init__.py (no class)   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / utilities / handlers / validation_utilities / parameter_validation_utilities.py ParameterValidationUtilities   0% 7 7 0   0% 6 0   0%
mindsdb / integrations / utilities / handlers / validation_utilities / parameter_validation_utilities.py (no class)   0% 4 4 0   100% 0 0   0%
mindsdb / integrations / utilities / install.py (no class)   11% 64 57 0   0% 18 0   9%
mindsdb / integrations / utilities / pydantic_utils.py (no class)   0% 89 89 0   0% 60 0   0%
mindsdb / integrations / utilities / query_traversal.py (no class)   88% 182 22 0   82% 152 26   85%
mindsdb / integrations / utilities / rag / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / chains / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / chains / local_context_summarizer_chain.py LocalContextSummarizerChain   0% 74 74 0   0% 24 0   0%
mindsdb / integrations / utilities / rag / chains / local_context_summarizer_chain.py (no class)   0% 47 47 0   0% 2 0   0%
mindsdb / integrations / utilities / rag / chains / map_reduce_summarizer_chain.py MapReduceSummarizerChain   0% 82 82 0   0% 24 0   0%
mindsdb / integrations / utilities / rag / chains / map_reduce_summarizer_chain.py (no class)   78% 54 12 0   0% 4 0   72%
mindsdb / integrations / utilities / rag / config_loader.py (no class)   94% 33 2 0   85% 20 3   91%
mindsdb / integrations / utilities / rag / loaders / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / loaders / file_loader.py _BaseLoaderFallback   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / utilities / rag / loaders / file_loader.py FileLoader   0% 20 20 0   0% 12 0   0%
mindsdb / integrations / utilities / rag / loaders / file_loader.py (no class)   54% 24 11 7   0% 2 0   50%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / MDBVectorStore.py MDBVectorStore   0% 13 13 0   0% 4 0   0%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / MDBVectorStore.py (no class)   100% 14 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / pgvector.py PGVectorMDB   0% 48 48 0   0% 16 0   0%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / pgvector.py PGVectorMDB.__post_init__.EmbeddingStore   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / pgvector.py (no class)   100% 18 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / vector_store_loader.py VectorStoreLoader   0% 6 6 0   0% 2 0   0%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / vector_store_loader.py VectorStoreLoader.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / vector_store_loader.py VectorStoreFactory   0% 8 8 0   0% 4 0   0%
mindsdb / integrations / utilities / rag / loaders / vector_store_loader / vector_store_loader.py (no class)   100% 25 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / pipelines / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / pipelines / rag.py LangChainRAGPipeline   0% 97 97 0   0% 40 0   0%
mindsdb / integrations / utilities / rag / pipelines / rag.py LangChainRAGPipeline.with_returned_sources.AsyncRerankerRetriever   0% 9 9 0   0% 4 0   0%
mindsdb / integrations / utilities / rag / pipelines / rag.py (no class)   100% 33 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / rag_pipeline_builder.py RAG   0% 6 6 0   100% 0 0   0%
mindsdb / integrations / utilities / rag / rag_pipeline_builder.py (no class)   58% 36 15 0   0% 6 0   50%
mindsdb / integrations / utilities / rag / rerankers / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / rerankers / base_reranker.py BaseLLMReranker   0% 134 134 0   0% 54 0   0%
mindsdb / integrations / utilities / rag / rerankers / base_reranker.py BaseLLMReranker.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / rerankers / base_reranker.py ListwiseLLMReranker   0% 115 115 0   0% 52 0   0%
mindsdb / integrations / utilities / rag / rerankers / base_reranker.py (no class)   81% 84 16 0   0% 6 0   76%
mindsdb / integrations / utilities / rag / rerankers / reranker_compressor.py LLMReranker   0% 37 37 0   0% 20 0   0%
mindsdb / integrations / utilities / rag / rerankers / reranker_compressor.py (no class)   100% 16 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / __init__.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / auto_retriever.py AutoRetriever   0% 30 30 0   0% 12 0   0%
mindsdb / integrations / utilities / rag / retrievers / auto_retriever.py (no class)   100% 14 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / base.py BaseRetriever   0% 1 1 0   100% 0 0   0%
mindsdb / integrations / utilities / rag / retrievers / base.py (no class)   100% 5 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / multi_hop_retriever.py MultiHopRetriever   0% 23 23 0   0% 12 0   0%
mindsdb / integrations / utilities / rag / retrievers / multi_hop_retriever.py (no class)   100% 18 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / multi_vector_retriever.py MultiVectorRetriever   0% 38 38 0   0% 6 0   0%
mindsdb / integrations / utilities / rag / retrievers / multi_vector_retriever.py (no class)   100% 17 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / retriever_factory.py (no class)   32% 25 17 0   0% 8 0   24%
mindsdb / integrations / utilities / rag / retrievers / sql_retriever.py MetadataFilter   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / sql_retriever.py AblativeMetadataFilter   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / sql_retriever.py MetadataFilters   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / retrievers / sql_retriever.py SQLRetriever   0% 284 284 0   0% 166 0   0%
mindsdb / integrations / utilities / rag / retrievers / sql_retriever.py (no class)   100% 71 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py LLMConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py MultiVectorRetrieverMode   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py VectorStoreType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py VectorStoreConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py VectorStoreConfig.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py RetrieverType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py SearchType   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py SearchKwargs   0% 2 2 0   100% 0 0   0%
mindsdb / integrations / utilities / rag / settings.py LLMExample   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py ValueSchema   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py MetadataConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py ColumnSchema   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py TableSchema   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py DatabaseSchema   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py SQLRetrieverConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py SummarizationConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py RerankerMode   0% 6 6 0   0% 6 0   0%
mindsdb / integrations / utilities / rag / settings.py RerankerConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py MultiHopRetrieverConfig   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py RAGPipelineModel   29% 28 20 0   23% 26 6   26%
mindsdb / integrations / utilities / rag / settings.py RAGPipelineModel.Config   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / settings.py (no class)   99% 247 2 11   100% 0 0   99%
mindsdb / integrations / utilities / rag / splitters / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / rag / splitters / file_splitter.py FileSplitterConfig   100% 12 0 0   50% 8 4   80%
mindsdb / integrations / utilities / rag / splitters / file_splitter.py FileSplitter   12% 24 21 0   0% 4 0   11%
mindsdb / integrations / utilities / rag / splitters / file_splitter.py (no class)   95% 38 2 6   100% 0 0   95%
mindsdb / integrations / utilities / rag / utils.py (no class)   30% 20 14 0   0% 6 0   23%
mindsdb / integrations / utilities / rag / vector_store.py VectorStoreOperator   0% 30 30 0   0% 12 0   0%
mindsdb / integrations / utilities / rag / vector_store.py (no class)   93% 27 2 0   100% 0 0   93%
mindsdb / integrations / utilities / sql_utils.py FilterOperator   100% 0 0 0   100% 0 0   100%
mindsdb / integrations / utilities / sql_utils.py FilterCondition   50% 8 4 0   0% 2 0   40%
mindsdb / integrations / utilities / sql_utils.py KeywordSearchArgs   100% 2 0 0   100% 0 0   100%
mindsdb / integrations / utilities / sql_utils.py SortColumn   100% 3 0 0   100% 0 0   100%
mindsdb / integrations / utilities / sql_utils.py (no class)   43% 141 81 0   16% 70 7   34%
mindsdb / integrations / utilities / test_utils.py HandlerControllerMock   0% 3 3 0   100% 0 0   0%
mindsdb / integrations / utilities / test_utils.py (no class)   0% 7 7 0   100% 0 0   0%
mindsdb / integrations / utilities / time_series_utils.py (no class)   0% 109 109 0   0% 42 0   0%
mindsdb / integrations / utilities / utils.py (no class)   30% 23 16 0   17% 6 1   28%
mindsdb / interfaces / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / agents_controller.py AgentsController   77% 228 53 0   64% 132 40   72%
mindsdb / interfaces / agents / agents_controller.py (no class)   100% 35 0 0   100% 0 0   100%
mindsdb / interfaces / agents / callback_handlers.py ContextCaptureCallback   0% 3 3 0   100% 0 0   0%
mindsdb / interfaces / agents / callback_handlers.py VerboseLogCallbackHandler   0% 16 16 0   0% 2 0   0%
mindsdb / interfaces / agents / callback_handlers.py LogCallbackHandler   0% 43 43 0   0% 10 0   0%
mindsdb / interfaces / agents / callback_handlers.py (no class)   100% 38 0 0   100% 0 0   100%
mindsdb / interfaces / agents / constants.py (no class)   75% 40 10 0   100% 0 0   75%
mindsdb / interfaces / agents / event_dispatch_callback_handler.py EventDispatchCallbackHandler   0% 6 6 0   0% 2 0   0%
mindsdb / interfaces / agents / event_dispatch_callback_handler.py (no class)   100% 9 0 0   100% 0 0   100%
mindsdb / interfaces / agents / langchain_agent.py LangchainAgent   0% 291 291 0   0% 112 0   0%
mindsdb / interfaces / agents / langchain_agent.py (no class)   43% 160 91 0   0% 58 0   32%
mindsdb / interfaces / agents / langfuse_callback_handler.py LangfuseCallbackHandler   0% 132 132 0   0% 50 0   0%
mindsdb / interfaces / agents / langfuse_callback_handler.py (no class)   96% 23 1 0   100% 0 0   96%
mindsdb / interfaces / agents / litellm_server.py ChatMessage   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / litellm_server.py ChatCompletionRequest   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / litellm_server.py ChatCompletionChoice   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / litellm_server.py ChatCompletionResponse   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / litellm_server.py DirectSQLRequest   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / litellm_server.py (no class)   0% 163 163 0   0% 28 0   0%
mindsdb / interfaces / agents / mcp_client_agent.py MCPQueryTool   0% 22 22 0   0% 8 0   0%
mindsdb / interfaces / agents / mcp_client_agent.py MCPLangchainAgent   0% 47 47 0   0% 12 0   0%
mindsdb / interfaces / agents / mcp_client_agent.py LiteLLMAgentWrapper   0% 20 20 0   0% 8 0   0%
mindsdb / interfaces / agents / mcp_client_agent.py (no class)   0% 40 40 0   0% 2 0   0%
mindsdb / interfaces / agents / mindsdb_chat_model.py ChatMindsdb   0% 51 51 0   0% 16 0   0%
mindsdb / interfaces / agents / mindsdb_chat_model.py ChatMindsdb.Config   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / agents / mindsdb_chat_model.py (no class)   67% 49 16 0   0% 14 0   52%
mindsdb / interfaces / agents / mindsdb_database_agent.py MindsDBSQL   0% 30 30 0   0% 4 0   0%
mindsdb / interfaces / agents / mindsdb_database_agent.py (no class)   0% 27 27 0   0% 4 0   0%
mindsdb / interfaces / agents / provider_utils.py (no class)   16% 19 16 0   0% 14 0   9%
mindsdb / interfaces / agents / providers.py get_bedrock_chat_model.ChatBedrockPatched   0% 2 2 0   100% 0 0   0%
mindsdb / interfaces / agents / providers.py (no class)   18% 11 9 0   0% 2 0   15%
mindsdb / interfaces / agents / run_mcp_agent.py (no class)   0% 132 132 0   0% 30 0   0%
mindsdb / interfaces / agents / safe_output_parser.py SafeOutputParser   0% 12 12 0   0% 4 0   0%
mindsdb / interfaces / agents / safe_output_parser.py (no class)   100% 16 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / chatbot_controller.py ChatBotController   68% 118 38 0   48% 60 19   61%
mindsdb / interfaces / chatbot / chatbot_controller.py (no class)   100% 22 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / chatbot_executor.py BotExecutor   0% 19 19 0   0% 8 0   0%
mindsdb / interfaces / chatbot / chatbot_executor.py MultiModeBotExecutor   0% 51 51 0   0% 18 0   0%
mindsdb / interfaces / chatbot / chatbot_executor.py AgentExecutor   0% 24 24 0   0% 10 0   0%
mindsdb / interfaces / chatbot / chatbot_executor.py (no class)   100% 19 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / chatbot_task.py ChatBotTask   0% 66 66 0   0% 16 0   0%
mindsdb / interfaces / chatbot / chatbot_task.py (no class)   100% 22 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / memory.py BaseMemory   0% 29 29 0   0% 8 0   0%
mindsdb / interfaces / chatbot / memory.py HandlerMemory   0% 26 26 0   0% 8 0   0%
mindsdb / interfaces / chatbot / memory.py DBMemory   0% 17 17 0   0% 4 0   0%
mindsdb / interfaces / chatbot / memory.py ChatMemory   0% 11 11 0   100% 0 0   0%
mindsdb / interfaces / chatbot / memory.py (no class)   100% 30 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / model_executor.py ModelExecutor   0% 38 38 0   0% 14 0   0%
mindsdb / interfaces / chatbot / model_executor.py (no class)   100% 10 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / polling.py BasePolling   0% 9 9 0   100% 0 0   0%
mindsdb / interfaces / chatbot / polling.py MessageCountPolling   0% 56 56 0   0% 20 0   0%
mindsdb / interfaces / chatbot / polling.py RealtimePolling   0% 16 16 0   0% 6 0   0%
mindsdb / interfaces / chatbot / polling.py WebhookPolling   0% 8 8 0   0% 2 0   0%
mindsdb / interfaces / chatbot / polling.py (no class)   100% 26 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / types.py BotException   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / types.py ChatBotMessage   0% 5 5 0   100% 0 0   0%
mindsdb / interfaces / chatbot / types.py ChatBotMessage.Type   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / chatbot / types.py Function   0% 3 3 0   100% 0 0   0%
mindsdb / interfaces / chatbot / types.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / interfaces / data_catalog / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / data_catalog / data_catalog_retriever.py DataCatalogRetriever   0% 188 188 0   0% 96 0   0%
mindsdb / interfaces / data_catalog / data_catalog_retriever.py (no class)   100% 25 0 0   100% 0 0   100%
mindsdb / interfaces / database / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / database / data_handlers_cache.py HandlersCacheRecord   40% 15 9 0   17% 6 1   33%
mindsdb / interfaces / database / data_handlers_cache.py HandlersCache   90% 83 8 0   94% 36 2   92%
mindsdb / interfaces / database / data_handlers_cache.py (no class)   100% 31 0 0   100% 0 0   100%
mindsdb / interfaces / database / database.py DatabaseController   48% 64 33 0   42% 36 3   46%
mindsdb / interfaces / database / database.py (no class)   100% 18 0 0   100% 0 0   100%
mindsdb / interfaces / database / integrations.py IntegrationController   71% 419 123 0   57% 230 54   66%
mindsdb / interfaces / database / integrations.py (no class)   100% 69 0 0   100% 0 0   100%
mindsdb / interfaces / database / log.py LogTable   50% 2 1 0   100% 0 0   50%
mindsdb / interfaces / database / log.py LLMLogTable   0% 2 2 0   100% 0 0   0%
mindsdb / interfaces / database / log.py JobsHistoryTable   100% 2 0 0   100% 0 0   100%
mindsdb / interfaces / database / log.py LogDBController   66% 56 19 0   66% 32 9   66%
mindsdb / interfaces / database / log.py (no class)   100% 47 0 0   100% 0 0   100%
mindsdb / interfaces / database / projects.py Project   31% 222 154 0   16% 112 10   26%
mindsdb / interfaces / database / projects.py ProjectController   56% 36 16 0   50% 20 4   54%
mindsdb / interfaces / database / projects.py (no class)   100% 54 0 0   100% 0 0   100%
mindsdb / interfaces / database / views.py ViewController   47% 57 30 0   21% 28 6   39%
mindsdb / interfaces / database / views.py (no class)   100% 13 0 0   100% 0 0   100%
mindsdb / interfaces / file / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / file / file_controller.py FileController   47% 107 57 0   24% 34 4   41%
mindsdb / interfaces / file / file_controller.py (no class)   100% 25 0 0   100% 0 0   100%
mindsdb / interfaces / functions / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / functions / controller.py BYOMFunctionsController   16% 38 32 0   0% 16 0   11%
mindsdb / interfaces / functions / controller.py FunctionController   2% 56 55 0   0% 22 0   1%
mindsdb / interfaces / functions / controller.py DuckDBFunctions   25% 12 9 0   17% 6 1   22%
mindsdb / interfaces / functions / controller.py (no class)   67% 36 12 0   0% 10 0   52%
mindsdb / interfaces / functions / to_markdown.py ToMarkdown   0% 47 47 0   0% 22 0   0%
mindsdb / interfaces / functions / to_markdown.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / interfaces / jobs / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / jobs / jobs_controller.py JobsController   67% 75 25 0   47% 32 7   61%
mindsdb / interfaces / jobs / jobs_controller.py JobsExecutor   0% 115 115 0   0% 40 0   0%
mindsdb / interfaces / jobs / jobs_controller.py (no class)   81% 78 15 0   38% 24 7   71%
mindsdb / interfaces / jobs / scheduler.py Scheduler   0% 48 48 0   0% 6 0   0%
mindsdb / interfaces / jobs / scheduler.py (no class)   0% 40 40 0   0% 4 0   0%
mindsdb / interfaces / knowledge_base / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / controller.py KnowledgeBaseInputParams   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / controller.py KnowledgeBaseInputParams.Config   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / controller.py KnowledgeBaseTable   24% 499 378 2   18% 250 34   22%
mindsdb / interfaces / knowledge_base / controller.py KnowledgeBaseController   47% 228 120 1   32% 102 29   43%
mindsdb / interfaces / knowledge_base / controller.py (no class)   68% 173 55 6   17% 30 3   61%
mindsdb / interfaces / knowledge_base / evaluate.py EvaluateBase   0% 89 89 0   0% 38 0   0%
mindsdb / interfaces / knowledge_base / evaluate.py EvaluateRerank   0% 88 88 0   0% 20 0   0%
mindsdb / interfaces / knowledge_base / evaluate.py EvaluateDocID   0% 51 51 0   0% 20 0   0%
mindsdb / interfaces / knowledge_base / evaluate.py (no class)   67% 63 21 0   0% 8 0   59%
mindsdb / interfaces / knowledge_base / executor.py ConditionBlock   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / executor.py KnowledgeBaseQueryExecutor   51% 163 80 0   42% 108 29   47%
mindsdb / interfaces / knowledge_base / executor.py (no class)   100% 27 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / llm_client.py LLMClient   36% 53 34 0   32% 22 7   35%
mindsdb / interfaces / knowledge_base / llm_client.py (no class)   64% 45 16 0   12% 8 1   57%
mindsdb / interfaces / knowledge_base / preprocessing / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / constants.py (no class)   100% 5 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / document_loader.py DocumentLoader   14% 29 25 0   0% 14 0   9%
mindsdb / interfaces / knowledge_base / preprocessing / document_loader.py (no class)   83% 18 3 6   100% 0 0   83%
mindsdb / interfaces / knowledge_base / preprocessing / document_preprocessor.py DocumentPreprocessor   88% 25 3 0   80% 10 2   86%
mindsdb / interfaces / knowledge_base / preprocessing / document_preprocessor.py ContextualPreprocessor   22% 69 54 0   8% 26 0   18%
mindsdb / interfaces / knowledge_base / preprocessing / document_preprocessor.py TextChunkingPreprocessor   94% 33 2 0   69% 16 5   86%
mindsdb / interfaces / knowledge_base / preprocessing / document_preprocessor.py PreprocessorFactory   30% 10 7 0   25% 8 2   28%
mindsdb / interfaces / knowledge_base / preprocessing / document_preprocessor.py (no class)   98% 42 1 6   50% 2 1   95%
mindsdb / interfaces / knowledge_base / preprocessing / json_chunker.py JSONChunkingPreprocessor   68% 185 59 0   71% 108 13   69%
mindsdb / interfaces / knowledge_base / preprocessing / json_chunker.py (no class)   100% 24 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py PreprocessorType   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py BasePreprocessingConfig   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py ContextualConfig   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py TextChunkingConfig   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py TextChunkingConfig.Config   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py JSONChunkingConfig   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py JSONChunkingConfig.Config   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py PreprocessingConfig   62% 8 3 0   50% 6 3   57%
mindsdb / interfaces / knowledge_base / preprocessing / models.py Document   100% 3 0 0   100% 2 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py ProcessedChunk   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / models.py (no class)   100% 52 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / preprocessing / text_splitter.py TextSplitter   93% 29 2 0   86% 14 2   91%
mindsdb / interfaces / knowledge_base / preprocessing / text_splitter.py (no class)   100% 5 0 0   100% 0 0   100%
mindsdb / interfaces / knowledge_base / utils.py (no class)   100% 6 0 0   100% 2 0   100%
mindsdb / interfaces / model / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / model / functions.py PredictorRecordNotFound   100% 3 0 0   100% 0 0   100%
mindsdb / interfaces / model / functions.py MultiplePredictorRecordsFound   0% 3 3 0   100% 0 0   0%
mindsdb / interfaces / model / functions.py (no class)   82% 83 15 0   68% 38 8   78%
mindsdb / interfaces / model / model_controller.py ModelController   47% 228 121 0   25% 106 23   40%
mindsdb / interfaces / model / model_controller.py (no class)   88% 51 6 0   100% 0 0   88%
mindsdb / interfaces / query_context / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / query_context / context_controller.py RunningQuery   0% 92 92 0   0% 38 0   0%
mindsdb / interfaces / query_context / context_controller.py QueryContextController   27% 142 103 0   18% 62 7   25%
mindsdb / interfaces / query_context / context_controller.py (no class)   100% 48 0 0   100% 0 0   100%
mindsdb / interfaces / query_context / last_query.py LastQuery   24% 124 94 1   18% 74 9   22%
mindsdb / interfaces / query_context / last_query.py (no class)   100% 12 0 0   100% 0 0   100%
mindsdb / interfaces / query_context / query_task.py QueryTask   0% 6 6 0   100% 0 0   0%
mindsdb / interfaces / query_context / query_task.py (no class)   0% 7 7 0   100% 0 0   0%
mindsdb / interfaces / skills / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / text2sql / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py KnowledgeBaseListToolInput   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py KnowledgeBaseListTool   0% 4 4 0   0% 2 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py KnowledgeBaseInfoToolInput   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py KnowledgeBaseInfoTool   0% 70 70 0   0% 40 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py KnowledgeBaseQueryToolInput   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py KnowledgeBaseQueryTool   0% 32 32 0   0% 18 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_kb_tools.py (no class)   0% 45 45 0   0% 10 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_sql_tool.py _MindsDBSQLParserToolInput   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_sql_tool.py MindsDBSQLParserTool   0% 15 15 0   0% 4 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_sql_tool.py (no class)   0% 15 15 0   100% 0 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_sql_toolkit.py MindsDBSQLToolkit   0% 19 19 0   0% 4 0   0%
mindsdb / interfaces / skills / custom / text2sql / mindsdb_sql_toolkit.py (no class)   0% 12 12 0   100% 0 0   0%
mindsdb / interfaces / skills / retrieval_tool.py (no class)   17% 115 96 0   0% 32 0   13%
mindsdb / interfaces / skills / skill_tool.py SkillType   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / skills / skill_tool.py SkillData   0% 33 33 0   0% 22 0   0%
mindsdb / interfaces / skills / skill_tool.py SkillToolController   1% 173 172 0   0% 110 0   1%
mindsdb / interfaces / skills / skill_tool.py (no class)   100% 41 0 0   100% 0 0   100%
mindsdb / interfaces / skills / skills_controller.py SkillsController   84% 50 8 0   54% 24 11   74%
mindsdb / interfaces / skills / skills_controller.py (no class)   100% 17 0 0   100% 0 0   100%
mindsdb / interfaces / skills / sql_agent.py TablesCollection   0% 47 47 0   0% 30 0   0%
mindsdb / interfaces / skills / sql_agent.py SQLAgent   0% 268 268 1   0% 120 0   0%
mindsdb / interfaces / skills / sql_agent.py (no class)   68% 66 21 0   0% 10 0   59%
mindsdb / interfaces / storage / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Base   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py NumpyEncoder   0% 7 7 0   0% 6 0   0%
mindsdb / interfaces / storage / db.py Array   50% 6 3 0   25% 4 1   40%
mindsdb / interfaces / storage / db.py Json   75% 4 1 0   50% 2 1   67%
mindsdb / interfaces / storage / db.py SecretDataJson   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py PREDICTOR_STATUS   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Predictor   100% 7 0 0   100% 2 0   100%
mindsdb / interfaces / storage / db.py Project   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Integration   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py File   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py View   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py JsonStorage   0% 1 1 0   100% 0 0   0%
mindsdb / interfaces / storage / db.py Jobs   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py JobsHistory   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py ChatBots   100% 1 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py ChatBotsHistory   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Triggers   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Tasks   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py AgentSkillsAssociation   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Skills   100% 1 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Agents   100% 30 0 0   94% 18 1   98%
mindsdb / interfaces / storage / db.py KnowledgeBase   100% 9 0 0   88% 8 1   94%
mindsdb / interfaces / storage / db.py QueryContext   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py Queries   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py LLMLog   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py LLMData   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / db.py (no class)   98% 329 6 0   50% 8 2   97%
mindsdb / interfaces / storage / fs.py RESOURCE_GROUP   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / storage / fs.py BaseFSStore   40% 5 3 0   100% 0 0   40%
mindsdb / interfaces / storage / fs.py AbsentFSStore   100% 3 0 0   100% 0 0   100%
mindsdb / interfaces / storage / fs.py LocalFSStore   0% 15 15 0   0% 4 0   0%
mindsdb / interfaces / storage / fs.py FileLock   61% 33 13 0   62% 8 3   61%
mindsdb / interfaces / storage / fs.py S3FSStore   0% 69 69 0   0% 16 0   0%
mindsdb / interfaces / storage / fs.py FileStorage   48% 83 43 0   24% 38 7   40%
mindsdb / interfaces / storage / fs.py FileStorageFactory   100% 4 0 0   100% 0 0   100%
mindsdb / interfaces / storage / fs.py (no class)   74% 141 37 0   9% 32 3   62%
mindsdb / interfaces / storage / json.py JsonStorage   55% 42 19 0   60% 10 2   56%
mindsdb / interfaces / storage / json.py EncryptedJsonStorage   0% 22 22 0   0% 8 0   0%
mindsdb / interfaces / storage / json.py (no class)   97% 30 1 0   100% 0 0   97%
mindsdb / interfaces / storage / model_fs.py ModelStorage   12% 49 43 4   0% 10 0   10%
mindsdb / interfaces / storage / model_fs.py HandlerStorage   17% 87 72 4   9% 34 1   15%
mindsdb / interfaces / storage / model_fs.py (no class)   100% 47 0 14   100% 0 0   100%
mindsdb / interfaces / tabs / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / tabs / tabs_controller.py TabsController   1% 141 140 0   0% 42 0   1%
mindsdb / interfaces / tabs / tabs_controller.py (no class)   93% 27 2 0   100% 0 0   93%
mindsdb / interfaces / tasks / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / tasks / task.py BaseTask   0% 6 6 0   100% 0 0   0%
mindsdb / interfaces / tasks / task.py (no class)   100% 5 0 0   100% 0 0   100%
mindsdb / interfaces / tasks / task_monitor.py TaskMonitor   0% 69 69 0   0% 28 0   0%
mindsdb / interfaces / tasks / task_monitor.py (no class)   0% 28 28 0   0% 2 0   0%
mindsdb / interfaces / tasks / task_thread.py TaskThread   0% 30 30 0   0% 8 0   0%
mindsdb / interfaces / tasks / task_thread.py (no class)   0% 13 13 0   100% 0 0   0%
mindsdb / interfaces / triggers / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / triggers / trigger_task.py TriggerTask   0% 38 38 0   0% 12 0   0%
mindsdb / interfaces / triggers / trigger_task.py (no class)   0% 17 17 0   100% 0 0   0%
mindsdb / interfaces / triggers / triggers_controller.py TriggersController   0% 61 61 0   0% 22 0   0%
mindsdb / interfaces / triggers / triggers_controller.py (no class)   100% 13 0 0   100% 0 0   100%
mindsdb / interfaces / variables / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / interfaces / variables / variables_controller.py VariablesController   43% 42 24 0   38% 24 5   41%
mindsdb / interfaces / variables / variables_controller.py (no class)   100% 19 0 0   100% 0 0   100%
mindsdb / metrics / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / metrics / metrics.py (no class)   55% 29 13 0   50% 2 1   55%
mindsdb / metrics / server.py (no class)   61% 18 7 0   25% 4 1   55%
mindsdb / migrations / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / env.py (no class)   77% 22 5 0   50% 2 1   75%
mindsdb / migrations / migrate.py (no class)   86% 50 7 0   50% 8 4   81%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Base   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Semaphor   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Datasource   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Predictor   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py AITable   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Log   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Integration   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py Stream   100% 0 0 0   100% 0 0   100%
mindsdb / migrations / versions / 2021-11-30_17c3d2384711_init.py (no class)   90% 120 12 0   100% 0 0   90%
mindsdb / migrations / versions / 2022-01-26_47f97b83cee4_views.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2022-02-09_27c5aca9e47e_db_files.py (no class)   12% 98 86 0   0% 18 0   10%
mindsdb / migrations / versions / 2022-05-25_d74c189b87e6_predictor_integration.py (no class)   14% 71 61 0   0% 20 0   11%
mindsdb / migrations / versions / 2022-07-08_999bceb904df_integration_args.py (no class)   20% 55 44 0   0% 24 0   14%
mindsdb / migrations / versions / 2022-07-15_b5b53e0ea7f8_training_data_rows_columns_count.py (no class)   60% 15 6 0   100% 0 0   60%
mindsdb / migrations / versions / 2022-07-22_6e834843e7e9_training_time.py (no class)   60% 15 6 0   100% 0 0   60%
mindsdb / migrations / versions / 2022-08-19_976f15a37e6a_predictors_versioning.py (no class)   50% 20 10 0   100% 0 0   50%
mindsdb / migrations / versions / 2022-08-25_6a54ba55872e_view_integration.py (no class)   60% 15 6 0   100% 0 0   60%
mindsdb / migrations / versions / 2022-08-29_473e8f239481_straighten.py (no class)   27% 37 27 0   100% 0 0   27%
mindsdb / migrations / versions / 2022-09-06_96d5fef10caa_data_integration_id.py (no class)   32% 31 21 0   0% 2 0   30%
mindsdb / migrations / versions / 2022-09-08_87b2df2b83e1_predictor_status.py (no class)   27% 41 30 0   0% 16 0   19%
mindsdb / migrations / versions / 2022-09-19_3d5e70105df7_content_storage.py (no class)   22% 41 32 0   0% 20 0   15%
mindsdb / migrations / versions / 2022-09-29_cada7d2be947_json_storage.py (no class)   28% 39 28 0   0% 8 0   23%
mindsdb / migrations / versions / 2022-10-14_43c52d23845a_projects.py (no class)   22% 46 36 0   0% 4 0   20%
mindsdb / migrations / versions / 2022-11-07_1e60096fc817_predictor_version.py (no class)   33% 27 18 0   0% 4 0   29%
mindsdb / migrations / versions / 2022-11-11_d429095b570f_data_integration_id.py (no class)   20% 54 43 0   0% 16 0   16%
mindsdb / migrations / versions / 2022-12-26_459218b0844c_fix_unique_constraint.py (no class)   41% 17 10 1   100% 0 0   41%
mindsdb / migrations / versions / 2023-02-02_b6d0a47294ac_jobs.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2023-02-17_ee63d868fa84_predictor_integration_null.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2023-02-25_3154382dab17_training_progress.py (no class)   50% 16 8 0   100% 0 0   50%
mindsdb / migrations / versions / 2023-02-27_ef04cdbe51ed_jobs_user_class.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2023-04-11_b8be148dbc85_jobs_history_query.py (no class)   60% 15 6 0   100% 0 0   60%
mindsdb / migrations / versions / 2023-05-24_6d748f2c7b0b_remove_streams.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2023-05-31_aaecd7012a78_chatbot.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2023-06-16_9d6271bb2c38_update_chat_bots_table.py (no class)   57% 14 6 0   100% 0 0   57%
mindsdb / migrations / versions / 2023-06-19_b5bf593ba659_create_chat_bots_history_table.py (no class)   80% 10 2 0   100% 0 0   80%
mindsdb / migrations / versions / 2023-06-27_607709e1615b_update_project_names.py (no class)   43% 21 12 0   0% 2 0   39%
mindsdb / migrations / versions / 2023-07-13_a57506731839_triggers.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2023-07-19_ad04ee0bd385_chatbot_to_task.py (no class)   47% 19 10 0   100% 0 0   47%
mindsdb / migrations / versions / 2023-08-29_b0382f5be48d_predictor_hostname.py (no class)   67% 12 4 0   100% 0 0   67%
mindsdb / migrations / versions / 2023-08-31_4c26ad04eeaa_add_skills_table.py (no class)   80% 10 2 0   100% 0 0   80%
mindsdb / migrations / versions / 2023-09-06_d44ab65a6a35_add_agents_table.py (no class)   80% 10 2 0   100% 0 0   80%
mindsdb / migrations / versions / 2023-09-06_e187961e844a_add_agent_skills_table.py (no class)   80% 10 2 0   100% 0 0   80%
mindsdb / migrations / versions / 2023-09-18_011e6f2dd9c2_backfill_agent_id.py (no class)   35% 26 17 0   0% 4 0   30%
mindsdb / migrations / versions / 2023-09-18_f16d4ab03091_add_agent_id.py (no class)   57% 14 6 0   100% 0 0   57%
mindsdb / migrations / versions / 2023-09-20_309db3d07cf4_add_knowledge_base.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2023-10-03_6cb02dfd7f61_query_context.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2023-11-01_c67822e96833_jobs_active.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2023-12-25_4b3c9d63e89c_predictor_index.py (no class)   33% 24 16 0   100% 0 0   33%
mindsdb / migrations / versions / 2024-02-02_5a5c49313e52_job_condition.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2024-02-12_9461892bd889_llm_log.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2024-04-25_2958416fbe75_drop_semaphor.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2024-06-06_cbedc4968d5d_store_llm_data.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2024-07-09_bfc6f44f5bc9_agent_model_optional.py (no class)   53% 17 8 0   100% 0 0   53%
mindsdb / migrations / versions / 2024-07-19_45eb2eb61f70_add_provider_to_agent.py (no class)   48% 21 11 0   0% 6 0   37%
mindsdb / migrations / versions / 2024-08-12_8e17ff6b75e9_agents_deleted_at.py (no class)   43% 21 12 0   100% 0 0   43%
mindsdb / migrations / versions / 2024-10-07_6c57ed39a82b_added_webhook_token_to_chat_bots.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2024-11-15_9d559f68d535_add_llm_log_columns.py (no class)   33% 27 18 0   100% 0 0   33%
mindsdb / migrations / versions / 2024-11-19_0f89b523f346_agent_skills_parameters.py (no class)   71% 14 4 0   100% 0 0   71%
mindsdb / migrations / versions / 2024-11-28_a8a3fac369e7_llm_log_json_in_out.py (no class)   19% 57 46 0   0% 10 0   16%
mindsdb / migrations / versions / 2024-11-29_f6dc924079fa_predictor_training_metadata.py (no class)   43% 21 12 0   100% 0 0   43%
mindsdb / migrations / versions / 2025-01-15_c06c35f7e8e1_project_company.py (no class)   43% 28 16 0   0% 8 0   33%
mindsdb / migrations / versions / 2025-02-09_4943359e354a_file_metadata.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2025-02-10_6ab9903fc59a_del_log_table.py (no class)   82% 11 2 0   100% 0 0   82%
mindsdb / migrations / versions / 2025-02-14_4521dafe89ab_added_encrypted_content_to_json_storage.py (no class)   60% 15 6 0   100% 0 0   60%
mindsdb / migrations / versions / 2025-02-19_11347c213b36_added_metadata_to_projects.py (no class)   46% 24 13 0   0% 2 0   42%
mindsdb / migrations / versions / 2025-03-21_fda503400e43_queries.py (no class)   60% 15 6 0   100% 0 0   60%
mindsdb / migrations / versions / 2025-04-22_53502b6d63bf_query_database.py (no class)   69% 13 4 0   100% 0 0   69%
mindsdb / migrations / versions / 2025-05-21_9f150e4f9a05_checkpoint_1.py (no class)   86% 43 6 0   33% 6 2   80%
mindsdb / migrations / versions / 2025-05-28_a44643042fe8_added_data_catalog_tables.py (no class)   75% 20 5 0   100% 0 0   75%
mindsdb / migrations / versions / 2025-06-09_608e376c19a7_updated_data_catalog_data_types.py (no class)   76% 17 4 0   100% 0 0   76%
mindsdb / migrations / versions / 2025-10-24_54ed56beb47a_convert_company_id_to_string.py (no class)   57% 61 26 0   100% 0 0   57%
mindsdb / migrations / versions / 2025-10-27_86b172b78a5b_removed_data_catalog_tables.py (no class)   75% 20 5 0   100% 0 0   75%
mindsdb / migrations / versions / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / api_status.py (no class)   22% 40 31 0   0% 8 0   19%
mindsdb / utilities / auth.py (no class)   0% 28 28 0   0% 12 0   0%
mindsdb / utilities / cache.py BaseCache   0% 14 14 0   0% 6 0   0%
mindsdb / utilities / cache.py FileCache   0% 48 48 0   0% 14 0   0%
mindsdb / utilities / cache.py RedisCache   0% 30 30 0   0% 10 0   0%
mindsdb / utilities / cache.py NoCache   0% 3 3 0   100% 0 0   0%
mindsdb / utilities / cache.py (no class)   75% 61 15 0   0% 4 0   71%
mindsdb / utilities / config.py HTTP_AUTH_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / config.py Config   50% 211 106 0   53% 110 36   51%
mindsdb / utilities / config.py (no class)   90% 78 8 0   64% 14 3   86%
mindsdb / utilities / context.py Context   68% 19 6 0   50% 4 0   65%
mindsdb / utilities / context.py (no class)   100% 15 0 0   100% 0 0   100%
mindsdb / utilities / context_executor.py ContextThreadPoolExecutor   0% 4 4 0   0% 2 0   0%
mindsdb / utilities / context_executor.py (no class)   29% 28 20 0   0% 12 0   20%
mindsdb / utilities / exception.py MindsDBError   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / exception.py BaseEntityException   67% 3 1 0   100% 0 0   67%
mindsdb / utilities / exception.py EntityExistsError   67% 3 1 0   50% 2 1   60%
mindsdb / utilities / exception.py EntityNotExistsError   67% 3 1 0   50% 2 1   60%
mindsdb / utilities / exception.py ParsingError   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / exception.py QueryError   100% 8 0 0   100% 0 0   100%
mindsdb / utilities / exception.py (no class)   100% 32 0 0   67% 12 4   91%
mindsdb / utilities / fs.py (no class)   60% 151 60 0   46% 52 2   57%
mindsdb / utilities / functions.py mark_process   88% 8 1 0   50% 2 1   80%
mindsdb / utilities / functions.py (no class)   52% 90 43 7   23% 22 3   46%
mindsdb / utilities / hooks / __init__.py (no class)   92% 25 2 0   100% 0 0   92%
mindsdb / utilities / hooks / profiling.py (no class)   29% 38 27 0   0% 4 0   26%
mindsdb / utilities / json_encoder.py CustomJSONEncoder   87% 15 2 0   86% 14 2   86%
mindsdb / utilities / json_encoder.py ORJSONProvider   100% 2 0 0   100% 0 0   100%
mindsdb / utilities / json_encoder.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / utilities / langfuse.py LangfuseClientWrapper   0% 100 100 0   0% 24 0   0%
mindsdb / utilities / langfuse.py (no class)   100% 26 0 3   100% 0 0   100%
mindsdb / utilities / log.py JsonFormatter   0% 3 3 0   100% 0 0   0%
mindsdb / utilities / log.py ColorFormatter   100% 2 0 0   100% 0 0   100%
mindsdb / utilities / log.py LogSanitizer   74% 31 8 0   64% 22 4   70%
mindsdb / utilities / log.py SanitizingMixin   100% 12 0 0   88% 8 1   95%
mindsdb / utilities / log.py StreamSanitizingHandler   100% 2 0 0   100% 0 0   100%
mindsdb / utilities / log.py FileSanitizingHandler   0% 2 2 0   100% 0 0   0%
mindsdb / utilities / log.py (no class)   26% 280 206 0   4% 112 3   20%
mindsdb / utilities / ml_task_queue / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / base.py BaseRedisQueue   0% 1 1 0   100% 0 0   0%
mindsdb / utilities / ml_task_queue / base.py (no class)   100% 3 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / const.py ML_TASK_TYPE   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / const.py ML_TASK_STATUS   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / const.py (no class)   100% 20 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / consumer.py MLTaskConsumer   0% 106 106 0   0% 30 0   0%
mindsdb / utilities / ml_task_queue / consumer.py (no class)   0% 53 53 0   100% 0 0   0%
mindsdb / utilities / ml_task_queue / producer.py MLTaskProducer   0% 19 19 0   0% 2 0   0%
mindsdb / utilities / ml_task_queue / producer.py (no class)   100% 15 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / task.py Task   0% 39 39 0   0% 24 0   0%
mindsdb / utilities / ml_task_queue / task.py (no class)   100% 11 0 0   100% 0 0   100%
mindsdb / utilities / ml_task_queue / utils.py RedisKey   0% 7 7 0   100% 0 0   0%
mindsdb / utilities / ml_task_queue / utils.py StatusNotifier   0% 13 13 0   0% 2 0   0%
mindsdb / utilities / ml_task_queue / utils.py (no class)   72% 40 11 0   0% 4 0   66%
mindsdb / utilities / otel / __init__.py (no class)   62% 13 5 0   50% 2 1   60%
mindsdb / utilities / otel / logger.py (no class)   0% 14 14 0   100% 0 0   0%
mindsdb / utilities / otel / meter.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / utilities / otel / metric_handlers / __init__.py (no class)   0% 11 11 0   0% 2 0   0%
mindsdb / utilities / otel / prepare.py (no class)   0% 85 85 0   0% 24 0   0%
mindsdb / utilities / otel / tracer.py (no class)   0% 8 8 0   100% 0 0   0%
mindsdb / utilities / partitioning.py (no class)   27% 30 22 0   0% 14 0   18%
mindsdb / utilities / profiler / __init__.py (no class)   100% 2 0 0   100% 0 0   100%
mindsdb / utilities / profiler / profiler.py Context   100% 3 0 0   100% 0 0   100%
mindsdb / utilities / profiler / profiler.py (no class)   47% 76 40 0   20% 20 4   42%
mindsdb / utilities / ps.py (no class)   20% 56 45 0   0% 14 0   16%
mindsdb / utilities / render / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / render / sqlalchemy_render.py RenderError   100% 0 0 0   100% 0 0   100%
mindsdb / utilities / render / sqlalchemy_render.py INTERVAL   100% 2 0 0   100% 0 0   100%
mindsdb / utilities / render / sqlalchemy_render.py GroupByRollup   100% 1 0 0   100% 0 0   100%
mindsdb / utilities / render / sqlalchemy_render.py AttributedStr   100% 5 0 0   100% 0 0   100%
mindsdb / utilities / render / sqlalchemy_render.py SqlalchemyRender   87% 482 63 0   81% 328 42   85%
mindsdb / utilities / render / sqlalchemy_render.py SqlalchemyRender.__init__.MDBPreparer   100% 5 0 0   100% 4 0   100%
mindsdb / utilities / render / sqlalchemy_render.py render_dml_query.LiteralCompiler   100% 3 0 0   100% 2 0   100%
mindsdb / utilities / render / sqlalchemy_render.py render_ddl_query.LiteralCompiler   0% 3 3 0   0% 2 0   0%
mindsdb / utilities / render / sqlalchemy_render.py (no class)   99% 80 1 0   92% 12 1   98%
mindsdb / utilities / security.py (no class)   76% 37 9 0   79% 24 1   77%
mindsdb / utilities / sentry.py (no class)   63% 19 7 0   50% 2 1   62%
mindsdb / utilities / sql.py (no class)   96% 46 2 0   88% 32 4   92%
mindsdb / utilities / starters.py (no class)   0% 30 30 0   100% 0 0   0%
mindsdb / utilities / utils.py (no class)   0% 19 19 0   0% 8 0   0%
mindsdb / utilities / wizards.py (no class)   12% 16 14 0   100% 0 0   12%
Total     26% 77048 57335 100   19% 22014 1398   24%

No items found using the specified filter.