Coverage report:
93%
hide covered
Files
Functions
Classes
coverage.py v7.8.2
, created at 2025-06-04 05:45 +0000
File
function
statements
missing
excluded
coverage
src/qdrant_loader_mcp_server/__init__.py
(no function)
0
0
0
100%
src/qdrant_loader_mcp_server/__main__.py
(no function)
3
1
0
67%
src/qdrant_loader_mcp_server/cli.py
_get_version
19
7
0
63%
src/qdrant_loader_mcp_server/cli.py
_setup_logging
7
0
0
100%
src/qdrant_loader_mcp_server/cli.py
read_stdin
5
0
0
100%
src/qdrant_loader_mcp_server/cli.py
shutdown
10
0
0
100%
src/qdrant_loader_mcp_server/cli.py
handle_stdio
86
18
0
79%
src/qdrant_loader_mcp_server/cli.py
cli
23
1
0
96%
src/qdrant_loader_mcp_server/cli.py
(no function)
30
1
0
97%
src/qdrant_loader_mcp_server/config.py
QdrantConfig.__init__
7
0
0
100%
src/qdrant_loader_mcp_server/config.py
Config.__init__
7
0
0
100%
src/qdrant_loader_mcp_server/config.py
(no function)
22
0
0
100%
src/qdrant_loader_mcp_server/main.py
main
1
0
0
100%
src/qdrant_loader_mcp_server/main.py
(no function)
4
1
0
75%
src/qdrant_loader_mcp_server/mcp/__init__.py
(no function)
4
0
0
100%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler.__init__
4
0
0
100%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler.handle_request
51
2
0
96%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._handle_initialize
2
0
0
100%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._handle_list_offerings
7
1
0
86%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._handle_search
22
2
0
91%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._format_search_result
31
14
0
55%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._handle_hierarchy_search
28
3
0
89%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._apply_hierarchy_filters
18
0
0
100%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._organize_by_hierarchy
12
0
0
100%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._format_hierarchical_results
16
0
0
100%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._handle_attachment_search
25
3
0
88%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._apply_attachment_filters
22
1
0
95%
src/qdrant_loader_mcp_server/mcp/handler.py
MCPHandler._format_attachment_search_result
27
4
0
85%
src/qdrant_loader_mcp_server/mcp/handler.py
(no function)
21
0
0
100%
src/qdrant_loader_mcp_server/mcp/models.py
(no function)
12
0
0
100%
src/qdrant_loader_mcp_server/mcp/protocol.py
MCPProtocol.__init__
2
0
0
100%
src/qdrant_loader_mcp_server/mcp/protocol.py
MCPProtocol.validate_request
20
2
0
90%
src/qdrant_loader_mcp_server/mcp/protocol.py
MCPProtocol.validate_response
25
0
0
100%
src/qdrant_loader_mcp_server/mcp/protocol.py
MCPProtocol.create_response
11
1
0
91%
src/qdrant_loader_mcp_server/mcp/protocol.py
MCPProtocol.mark_initialized
1
0
0
100%
src/qdrant_loader_mcp_server/mcp/protocol.py
(no function)
7
0
0
100%
src/qdrant_loader_mcp_server/search/__init__.py
(no function)
0
0
0
100%
src/qdrant_loader_mcp_server/search/engine.py
SearchEngine.__init__
5
0
0
100%
src/qdrant_loader_mcp_server/search/engine.py
SearchEngine.initialize
15
1
0
93%
src/qdrant_loader_mcp_server/search/engine.py
SearchEngine.cleanup
3
0
0
100%
src/qdrant_loader_mcp_server/search/engine.py
SearchEngine.search
10
3
0
70%
src/qdrant_loader_mcp_server/search/engine.py
(no function)
16
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine.__init__
12
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._expand_query
9
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._get_embedding
6
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine.search
11
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._analyze_query
9
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._vector_search
4
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._keyword_search
18
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._combine_results
24
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._extract_metadata_info
36
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._extract_project_info
1
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
HybridSearchEngine._build_filter
3
0
0
100%
src/qdrant_loader_mcp_server/search/hybrid_search.py
(no function)
54
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.get_display_title
3
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.get_project_info
8
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.get_hierarchy_info
3
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.is_root_document
1
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.has_children
1
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.get_attachment_info
3
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.is_file_attachment
1
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.get_file_type
7
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.belongs_to_project
1
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
SearchResult.belongs_to_any_project
1
0
0
100%
src/qdrant_loader_mcp_server/search/models.py
(no function)
38
0
0
100%
src/qdrant_loader_mcp_server/search/processor.py
QueryProcessor.__init__
2
0
0
100%
src/qdrant_loader_mcp_server/search/processor.py
QueryProcessor.process_query
10
3
0
70%
src/qdrant_loader_mcp_server/search/processor.py
QueryProcessor._clean_query
2
0
0
100%
src/qdrant_loader_mcp_server/search/processor.py
QueryProcessor._infer_intent
13
3
0
77%
src/qdrant_loader_mcp_server/search/processor.py
QueryProcessor._extract_source_type
6
0
0
100%
src/qdrant_loader_mcp_server/search/processor.py
(no function)
11
0
0
100%
src/qdrant_loader_mcp_server/utils/__init__.py
(no function)
2
0
0
100%
src/qdrant_loader_mcp_server/utils/logging.py
QdrantVersionFilter.filter
1
0
0
100%
src/qdrant_loader_mcp_server/utils/logging.py
ApplicationFilter.filter
1
0
0
100%
src/qdrant_loader_mcp_server/utils/logging.py
CleanFormatter.format
3
0
0
100%
src/qdrant_loader_mcp_server/utils/logging.py
LoggingConfig.setup
37
0
0
100%
src/qdrant_loader_mcp_server/utils/logging.py
LoggingConfig.get_logger
3
0
0
100%
src/qdrant_loader_mcp_server/utils/logging.py
(no function)
19
0
0
100%
Total
1005
72
0
93%
No items found using the specified filter.