Coverage report: 2%

Files Functions Classes

coverage.py v7.12.0, created at 2025-12-02 00:58 +0900

      Statements   Branches   Total
File class   coverage statements missing excluded   coverage branches partial   coverage
src / mysingle / __init__.py (no class)   39% 18 11 27   0% 2 0   35%
src / mysingle / auth / __init__.py (no class)   0% 4 4 0   100% 0 0   0%
src / mysingle / auth / authenticate.py Authentication   0% 75 75 0   0% 24 0   0%
src / mysingle / auth / authenticate.py (no class)   0% 22 22 0   100% 0 0   0%
src / mysingle / auth / cache.py BaseUserCache   0% 5 5 0   100% 0 0   0%
src / mysingle / auth / cache.py RedisUserCache   0% 95 95 0   0% 36 0   0%
src / mysingle / auth / cache.py InMemoryUserCache   0% 32 32 0   0% 8 0   0%
src / mysingle / auth / cache.py HybridUserCache   0% 29 29 0   0% 14 0   0%
src / mysingle / auth / cache.py (no class)   0% 72 72 0   0% 4 0   0%
src / mysingle / auth / deps / __init__.py (no class)   0% 5 5 0   100% 0 0   0%
src / mysingle / auth / deps / core.py (no class)   0% 65 65 0   0% 22 0   0%
src / mysingle / auth / deps / decorators.py (no class)   0% 91 91 0   0% 24 0   0%
src / mysingle / auth / deps / kong.py (no class)   0% 24 24 0   0% 4 0   0%
src / mysingle / auth / deps / permissions.py (no class)   0% 15 15 0   0% 2 0   0%
src / mysingle / auth / exception_handlers.py (no class)   0% 39 39 0   0% 4 0   0%
src / mysingle / auth / exceptions.py AuthException   0% 3 3 0   100% 0 0   0%
src / mysingle / auth / exceptions.py InvalidID   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py UserAlreadyExists   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py UserNotExists   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py UserInactive   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py UserAlreadyVerified   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py InvalidVerifyToken   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py InvalidResetPasswordToken   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py InvalidPasswordException   0% 3 3 0   100% 0 0   0%
src / mysingle / auth / exceptions.py AuthenticationFailed   0% 1 1 0   100% 0 0   0%
src / mysingle / auth / exceptions.py AuthorizationFailed   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py TokenExpired   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py InvalidToken   0% 2 2 0   100% 0 0   0%
src / mysingle / auth / exceptions.py JWTStrategyDestroyNotSupportedError   0% 1 1 0   100% 0 0   0%
src / mysingle / auth / exceptions.py OAuth2Error   0% 1 1 0   100% 0 0   0%
src / mysingle / auth / exceptions.py (no class)   0% 31 31 0   100% 0 0   0%
src / mysingle / auth / init_data.py (no class)   0% 77 77 0   0% 22 0   0%
src / mysingle / auth / middleware.py AuthMiddleware   0% 197 197 0   0% 60 0   0%
src / mysingle / auth / middleware.py (no class)   0% 24 24 0   100% 0 0   0%
src / mysingle / auth / models.py User   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / models.py User.Settings   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / models.py OAuthAccount   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / models.py OAuthAccount.Settings   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / models.py (no class)   0% 33 33 0   100% 0 0   0%
src / mysingle / auth / oauth_manager.py OAuthManager   0% 44 44 0   0% 12 0   0%
src / mysingle / auth / oauth_manager.py (no class)   0% 24 24 0   100% 0 0   0%
src / mysingle / auth / router / __init__.py (no class)   0% 19 19 0   100% 0 0   0%
src / mysingle / auth / router / auth.py (no class)   0% 74 74 0   0% 22 0   0%
src / mysingle / auth / router / common.py ErrorModel   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / router / common.py ErrorCodeReasonModel   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / router / common.py ErrorCode   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / router / common.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / auth / router / oauth2.py (no class)   0% 50 50 0   0% 6 0   0%
src / mysingle / auth / router / oauth_management.py (no class)   0% 33 33 0   0% 6 0   0%
src / mysingle / auth / router / register.py (no class)   0% 11 11 0   100% 0 0   0%
src / mysingle / auth / router / reset.py (no class)   0% 23 23 0   100% 0 0   0%
src / mysingle / auth / router / users.py (no class)   0% 53 53 0   0% 8 0   0%
src / mysingle / auth / router / verify.py (no class)   0% 21 21 0   100% 0 0   0%
src / mysingle / auth / schemas / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / auth / schemas / auth.py UserInfo   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py LoginResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py OAuth2AuthorizeResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py AccessTokenData   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py RefreshTokenData   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py TokenResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py VerifyTokenResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / auth.py (no class)   0% 49 49 0   100% 0 0   0%
src / mysingle / auth / schemas / oauth2.py BaseOAuthToken   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py GoogleToken   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py GoogleProfile   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py KakaoToken   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py KakaoProfile   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py KakaoProfile.KakaoAccount   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py KakaoProfile.KakaoAccount.Profile   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py NaverToken   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py NaverProfile   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / oauth2.py (no class)   0% 41 41 0   100% 0 0   0%
src / mysingle / auth / schemas / user.py UserResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / user.py UserCreate   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / user.py UserUpdate   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / user.py OAuthAccountResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / user.py UserInfo   100% 0 0 0   100% 0 0   100%
src / mysingle / auth / schemas / user.py (no class)   0% 49 49 0   100% 0 0   0%
src / mysingle / auth / types.py (no class)   0% 4 4 0   100% 0 0   0%
src / mysingle / auth / user_manager.py UserManager   0% 278 278 5   0% 90 0   0%
src / mysingle / auth / user_manager.py UUIDIDMixin   0% 6 6 0   0% 2 0   0%
src / mysingle / auth / user_manager.py IntegerIDMixin   0% 6 6 0   0% 2 0   0%
src / mysingle / auth / user_manager.py (no class)   0% 67 67 0   100% 0 0   0%
src / mysingle / cli / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
src / mysingle / cli / __main__.py (no class)   0% 53 53 0   0% 14 0   0%
src / mysingle / cli / core / __init__.py (no class)   100% 1 0 0   100% 0 0   100%
src / mysingle / cli / core / auto_version.py CommitInfo   89% 9 1 0   50% 2 1   82%
src / mysingle / cli / core / auto_version.py (no class)   40% 167 100 0   33% 76 5   38%
src / mysingle / cli / core / version.py Version   60% 15 6 0   60% 10 2   60%
src / mysingle / cli / core / version.py (no class)   16% 153 128 0   0% 38 0   13%
src / mysingle / cli / protos / __init__.py (no class)   0% 1 1 0   100% 0 0   0%
src / mysingle / cli / protos / __main__.py (no class)   0% 95 95 0   0% 34 0   0%
src / mysingle / cli / protos / commands / __init__.py (no class)   0% 2 2 0   100% 0 0   0%
src / mysingle / cli / protos / commands / generate.py (no class)   0% 81 81 0   0% 30 0   0%
src / mysingle / cli / protos / commands / info.py (no class)   0% 42 42 0   0% 10 0   0%
src / mysingle / cli / protos / commands / init.py (no class)   0% 80 80 0   0% 22 0   0%
src / mysingle / cli / protos / commands / status.py (no class)   0% 54 54 0   0% 20 0   0%
src / mysingle / cli / protos / commands / validate.py (no class)   0% 101 101 0   0% 18 0   0%
src / mysingle / cli / protos / models.py ServiceProtoInfo   100% 0 0 0   100% 0 0   100%
src / mysingle / cli / protos / models.py ProtoConfig   0% 4 4 0   0% 2 0   0%
src / mysingle / cli / protos / models.py (no class)   0% 19 19 0   100% 0 0   0%
src / mysingle / cli / protos / utils.py Color   100% 0 0 0   100% 0 0   100%
src / mysingle / cli / protos / utils.py LogLevel   100% 0 0 0   100% 0 0   100%
src / mysingle / cli / protos / utils.py (no class)   0% 62 62 0   0% 12 0   0%
src / mysingle / cli / utils / __init__.py (no class)   100% 2 0 0   100% 0 0   100%
src / mysingle / cli / utils / console.py (no class)   41% 34 20 0   0% 6 0   35%
src / mysingle / clients / __init__.py (no class)   0% 2 2 0   100% 0 0   0%
src / mysingle / clients / base_grpc_client.py BaseGrpcClient   0% 49 49 0   0% 22 0   0%
src / mysingle / clients / base_grpc_client.py (no class)   0% 21 21 2   100% 0 0   0%
src / mysingle / constants.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / core / __init__.py (no class)   0% 13 13 0   100% 0 0   0%
src / mysingle / core / app_factory.py (no class)   0% 141 141 2   0% 48 0   0%
src / mysingle / core / audit / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / core / audit / middleware.py AuditLoggingMiddleware   0% 27 27 2   0% 2 0   0%
src / mysingle / core / audit / middleware.py (no class)   0% 13 13 0   100% 0 0   0%
src / mysingle / core / audit / models.py AuditLog   100% 0 0 0   100% 0 0   100%
src / mysingle / core / audit / models.py (no class)   0% 19 19 0   100% 0 0   0%
src / mysingle / core / base / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / core / base / models.py BaseDoc   100% 0 0 0   100% 0 0   100%
src / mysingle / core / base / models.py BaseDocWithUserId   100% 0 0 0   100% 0 0   100%
src / mysingle / core / base / models.py BaseTimeDoc   0% 3 3 0   100% 0 0   0%
src / mysingle / core / base / models.py BaseTimeDocWithUserId   100% 0 0 0   100% 0 0   100%
src / mysingle / core / base / models.py (no class)   0% 15 15 0   100% 0 0   0%
src / mysingle / core / base / schemas.py BaseResponseSchema   100% 0 0 0   100% 0 0   100%
src / mysingle / core / base / schemas.py (no class)   0% 8 8 0   100% 0 0   0%
src / mysingle / core / config.py CommonSettings   0% 11 11 0   0% 8 0   0%
src / mysingle / core / config.py (no class)   0% 96 96 0   100% 0 0   0%
src / mysingle / core / db.py (no class)   0% 55 55 0   0% 12 0   0%
src / mysingle / core / email / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / core / email / email_gen.py (no class)   0% 30 30 0   100% 0 0   0%
src / mysingle / core / email / email_sending.py EmailData   100% 0 0 0   100% 0 0   100%
src / mysingle / core / email / email_sending.py (no class)   0% 30 30 0   0% 8 0   0%
src / mysingle / core / email / email_token.py (no class)   0% 14 14 0   100% 0 0   0%
src / mysingle / core / health / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / core / health / checker.py HealthStatus   0% 20 20 0   0% 6 0   0%
src / mysingle / core / health / checker.py (no class)   0% 19 19 0   0% 2 0   0%
src / mysingle / core / health / router.py (no class)   0% 36 36 0   0% 4 0   0%
src / mysingle / core / health / schemas.py HealthResponse   100% 0 0 0   100% 0 0   100%
src / mysingle / core / health / schemas.py (no class)   0% 10 10 0   100% 0 0   0%
src / mysingle / core / http_client.py ServiceHttpClient   0% 18 18 0   0% 4 0   0%
src / mysingle / core / http_client.py ServiceHttpClientManager   0% 22 22 0   0% 8 0   0%
src / mysingle / core / http_client.py HttpClientConfig   100% 0 0 0   100% 0 0   100%
src / mysingle / core / http_client.py (no class)   0% 53 53 0   0% 6 0   0%
src / mysingle / core / logging.py CorrelationIdProcessor   0% 4 4 0   0% 2 0   0%
src / mysingle / core / logging.py ServiceNameProcessor   0% 3 3 0   100% 0 0   0%
src / mysingle / core / logging.py UserContextProcessor   0% 7 7 0   0% 4 0   0%
src / mysingle / core / logging.py (no class)   0% 133 133 0   0% 34 0   0%
src / mysingle / core / metrics / __init__.py (no class)   0% 4 4 0   100% 0 0   0%
src / mysingle / core / metrics / collector.py MetricsConfig   100% 0 0 0   100% 0 0   100%
src / mysingle / core / metrics / collector.py RouteMetrics   100% 0 0 0   100% 0 0   100%
src / mysingle / core / metrics / collector.py MetricsCollector   0% 110 110 0   0% 44 0   0%
src / mysingle / core / metrics / collector.py (no class)   0% 36 36 0   100% 0 0   0%
src / mysingle / core / metrics / middleware.py MetricsMiddleware   0% 45 45 0   0% 10 0   0%
src / mysingle / core / metrics / middleware.py (no class)   0% 26 26 0   0% 2 0   0%
src / mysingle / core / metrics / router.py (no class)   0% 79 79 0   0% 8 0   0%
src / mysingle / core / middleware.py LoggingMiddleware   0% 31 31 0   0% 6 0   0%
src / mysingle / core / middleware.py HealthCheckLoggingFilter   0% 7 7 0   0% 4 0   0%
src / mysingle / core / middleware.py TimingLogMiddleware   0% 11 11 0   0% 4 0   0%
src / mysingle / core / middleware.py (no class)   0% 26 26 0   0% 2 0   0%
src / mysingle / core / service_types.py ServiceType   100% 0 0 0   100% 0 0   100%
src / mysingle / core / service_types.py ServiceConfig   0% 12 12 0   0% 4 0   0%
src / mysingle / core / service_types.py (no class)   0% 33 33 0   100% 0 0   0%
src / mysingle / database / __init__.py (no class)   0% 2 2 0   100% 0 0   0%
src / mysingle / database / duckdb_manager.py BaseDuckDBManager   0% 90 90 0   0% 32 0   0%
src / mysingle / database / duckdb_manager.py (no class)   0% 22 22 0   100% 0 0   0%
src / mysingle / dsl / __init__.py (no class)   0% 8 8 0   100% 0 0   0%
src / mysingle / dsl / errors.py DSLError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py DSLCompilationError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py DSLValidationError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py DSLSecurityError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py DSLExecutionError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py DSLTimeoutError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py DSLMemoryError   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / errors.py SecurityViolation   0% 7 7 0   100% 0 0   0%
src / mysingle / dsl / errors.py (no class)   0% 18 18 0   100% 0 0   0%
src / mysingle / dsl / executor.py DSLExecutor   0% 63 63 0   0% 12 0   0%
src / mysingle / dsl / executor.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / dsl / limits.py ResourceLimits   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / limits.py UserQuota   100% 0 0 0   100% 0 0   100%
src / mysingle / dsl / limits.py (no class)   0% 34 34 0   0% 6 0   0%
src / mysingle / dsl / parser.py DSLParser   0% 32 32 0   0% 8 0   0%
src / mysingle / dsl / parser.py (no class)   0% 15 15 0   100% 0 0   0%
src / mysingle / dsl / stdlib.py (no class)   0% 52 52 0   0% 2 0   0%
src / mysingle / dsl / validator.py SecurityValidator   0% 43 43 0   0% 26 0   0%
src / mysingle / dsl / validator.py (no class)   0% 13 13 0   100% 0 0   0%
src / mysingle / grpc / __init__.py (no class)   0% 2 2 0   100% 0 0   0%
src / mysingle / grpc / interceptors.py AuthInterceptor   0% 18 18 0   0% 6 0   0%
src / mysingle / grpc / interceptors.py LoggingInterceptor   0% 16 16 0   100% 0 0   0%
src / mysingle / grpc / interceptors.py MetadataInterceptor   0% 13 13 0   0% 4 0   0%
src / mysingle / grpc / interceptors.py ClientAuthInterceptor   0% 12 12 0   0% 2 0   0%
src / mysingle / grpc / interceptors.py (no class)   0% 18 18 0   100% 0 0   0%
src / mysingle / protos / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / common / __init__.py (no class)   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / common / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / common / error_pb2.py (no class)   0% 25 25 0   0% 2 0   0%
src / mysingle / protos / common / error_pb2_grpc.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / common / metadata_pb2.py (no class)   0% 17 17 0   0% 2 0   0%
src / mysingle / protos / common / metadata_pb2_grpc.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / common / pagination_pb2.py (no class)   0% 19 19 0   0% 2 0   0%
src / mysingle / protos / common / pagination_pb2_grpc.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / __init__.py (no class)   0% 1 1 0   100% 0 0   0%
src / mysingle / protos / services / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / backtest / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / backtest / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / backtest / v1 / backtest_service_pb2.py (no class)   0% 61 61 0   0% 2 0   0%
src / mysingle / protos / services / backtest / v1 / backtest_service_pb2_grpc.py BacktestServiceStub   0% 7 7 0   100% 0 0   0%
src / mysingle / protos / services / backtest / v1 / backtest_service_pb2_grpc.py BacktestServiceServicer   0% 21 21 0   100% 0 0   0%
src / mysingle / protos / services / backtest / v1 / backtest_service_pb2_grpc.py BacktestService   0% 7 7 0   100% 0 0   0%
src / mysingle / protos / services / backtest / v1 / backtest_service_pb2_grpc.py (no class)   0% 32 32 0   100% 0 0   0%
src / mysingle / protos / services / genai / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / genai / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / genai / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / genai / v1 / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / genai / v1 / chatops_pb2.py (no class)   0% 47 47 0   0% 2 0   0%
src / mysingle / protos / services / genai / v1 / chatops_pb2_grpc.py ChatOpsServiceStub   0% 4 4 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / chatops_pb2_grpc.py ChatOpsServiceServicer   0% 12 12 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / chatops_pb2_grpc.py ChatOpsService   0% 4 4 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / chatops_pb2_grpc.py (no class)   0% 23 23 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / dsl_validator_pb2.py (no class)   0% 37 37 0   0% 2 0   0%
src / mysingle / protos / services / genai / v1 / dsl_validator_pb2_grpc.py DSLValidatorServiceStub   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / dsl_validator_pb2_grpc.py DSLValidatorServiceServicer   0% 9 9 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / dsl_validator_pb2_grpc.py DSLValidatorService   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / dsl_validator_pb2_grpc.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / ir_converter_pb2.py (no class)   0% 33 33 0   0% 2 0   0%
src / mysingle / protos / services / genai / v1 / ir_converter_pb2_grpc.py IRConverterServiceStub   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / ir_converter_pb2_grpc.py IRConverterServiceServicer   0% 9 9 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / ir_converter_pb2_grpc.py IRConverterService   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / ir_converter_pb2_grpc.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / narrative_pb2.py (no class)   0% 39 39 0   0% 2 0   0%
src / mysingle / protos / services / genai / v1 / narrative_pb2_grpc.py NarrativeServiceStub   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / narrative_pb2_grpc.py NarrativeServiceServicer   0% 9 9 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / narrative_pb2_grpc.py NarrativeService   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / narrative_pb2_grpc.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / strategy_builder_pb2.py (no class)   0% 35 35 0   0% 2 0   0%
src / mysingle / protos / services / genai / v1 / strategy_builder_pb2_grpc.py StrategyBuilderServiceStub   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / strategy_builder_pb2_grpc.py StrategyBuilderServiceServicer   0% 9 9 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / strategy_builder_pb2_grpc.py StrategyBuilderService   0% 3 3 0   100% 0 0   0%
src / mysingle / protos / services / genai / v1 / strategy_builder_pb2_grpc.py (no class)   0% 20 20 0   100% 0 0   0%
src / mysingle / protos / services / iam / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / iam / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / iam / v1 / iam_service_pb2.py (no class)   0% 13 13 0   0% 2 0   0%
src / mysingle / protos / services / iam / v1 / iam_service_pb2_grpc.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / indicator / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / indicator / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / indicator / v1 / indicator_service_pb2.py (no class)   0% 63 63 0   0% 2 0   0%
src / mysingle / protos / services / indicator / v1 / indicator_service_pb2_grpc.py IndicatorServiceStub   0% 5 5 0   100% 0 0   0%
src / mysingle / protos / services / indicator / v1 / indicator_service_pb2_grpc.py IndicatorServiceServicer   0% 15 15 0   100% 0 0   0%
src / mysingle / protos / services / indicator / v1 / indicator_service_pb2_grpc.py IndicatorService   0% 5 5 0   100% 0 0   0%
src / mysingle / protos / services / indicator / v1 / indicator_service_pb2_grpc.py (no class)   0% 26 26 0   100% 0 0   0%
src / mysingle / protos / services / market_data / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / market_data / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / market_data / v1 / market_data_service_pb2.py (no class)   0% 265 265 0   0% 2 0   0%
src / mysingle / protos / services / market_data / v1 / market_data_service_pb2_grpc.py MarketDataServiceStub   0% 53 53 0   100% 0 0   0%
src / mysingle / protos / services / market_data / v1 / market_data_service_pb2_grpc.py MarketDataServiceServicer   0% 159 159 0   100% 0 0   0%
src / mysingle / protos / services / market_data / v1 / market_data_service_pb2_grpc.py MarketDataService   0% 53 53 0   100% 0 0   0%
src / mysingle / protos / services / market_data / v1 / market_data_service_pb2_grpc.py (no class)   0% 170 170 0   100% 0 0   0%
src / mysingle / protos / services / ml / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / ml / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / ml / v1 / ml_service_pb2.py (no class)   0% 97 97 0   0% 2 0   0%
src / mysingle / protos / services / ml / v1 / ml_service_pb2_grpc.py MLServiceStub   0% 7 7 0   100% 0 0   0%
src / mysingle / protos / services / ml / v1 / ml_service_pb2_grpc.py MLServiceServicer   0% 21 21 0   100% 0 0   0%
src / mysingle / protos / services / ml / v1 / ml_service_pb2_grpc.py MLService   0% 7 7 0   100% 0 0   0%
src / mysingle / protos / services / ml / v1 / ml_service_pb2_grpc.py (no class)   0% 32 32 0   100% 0 0   0%
src / mysingle / protos / services / strategy / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / strategy / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / strategy / v1 / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / strategy / v1 / __pycache__ / __init__.py (no class)   100% 0 0 0   100% 0 0   100%
src / mysingle / protos / services / strategy / v1 / strategy_service_pb2.py (no class)   0% 79 79 0   0% 2 0   0%
src / mysingle / protos / services / strategy / v1 / strategy_service_pb2_grpc.py StrategyServiceStub   0% 13 13 0   100% 0 0   0%
src / mysingle / protos / services / strategy / v1 / strategy_service_pb2_grpc.py StrategyServiceServicer   0% 39 39 0   100% 0 0   0%
src / mysingle / protos / services / strategy / v1 / strategy_service_pb2_grpc.py StrategyService   0% 13 13 0   100% 0 0   0%
src / mysingle / protos / services / strategy / v1 / strategy_service_pb2_grpc.py (no class)   0% 50 50 0   100% 0 0   0%
Total     2% 6410 6276 38   3% 1048 8   2%

No items found using the specified filter.