Coverage report: 28%

Files Functions Classes

coverage.py v7.10.7, created at 2025-10-13 00:43 +0000

File class statements missing excluded branches partial coverage
sources/agentsmgr/__/__init__.py (no class) 2 0 0 0 0 100%
sources/agentsmgr/__/imports.py (no class) 25 0 0 0 0 100%
sources/agentsmgr/__/nomina.py (no class) 5 0 0 0 0 100%
sources/agentsmgr/__init__.py (no class) 7 2 0 0 0 71%
sources/agentsmgr/__main__.py (no class) 2 2 0 0 0 0%
sources/agentsmgr/cli.py Application 4 4 0 0 0 0%
sources/agentsmgr/cli.py (no class) 14 5 0 0 0 64%
sources/agentsmgr/commands/__.py (no class) 6 0 0 0 0 100%
sources/agentsmgr/commands/__init__.py (no class) 3 0 0 0 0 100%
sources/agentsmgr/commands/base.py (no class) 45 32 0 14 0 22%
sources/agentsmgr/commands/context.py (no class) 44 35 0 18 0 15%
sources/agentsmgr/commands/detection.py DetectCommand 5 5 2 0 0 0%
sources/agentsmgr/commands/detection.py (no class) 7 0 0 0 0 100%
sources/agentsmgr/commands/generator.py RenderedItem 0 0 0 0 0 100%
sources/agentsmgr/commands/generator.py ContentGenerator 79 79 0 26 0 0%
sources/agentsmgr/commands/generator.py (no class) 27 0 0 0 0 100%
sources/agentsmgr/commands/memorylinks.py (no class) 42 38 0 16 0 7%
sources/agentsmgr/commands/operations.py (no class) 34 29 0 14 0 10%
sources/agentsmgr/commands/population.py PopulateCommand 22 22 2 10 0 0%
sources/agentsmgr/commands/population.py (no class) 34 18 0 8 0 38%
sources/agentsmgr/commands/userdata.py (no class) 78 68 0 28 0 9%
sources/agentsmgr/commands/validation.py ValidateCommand 28 28 2 4 0 0%
sources/agentsmgr/commands/validation.py (no class) 12 0 0 0 0 100%
sources/agentsmgr/core.py Renderable 0 0 1 0 0 100%
sources/agentsmgr/core.py Presentations 0 0 0 0 0 100%
sources/agentsmgr/core.py DisplayOptions 0 0 0 0 0 100%
sources/agentsmgr/core.py Globals 0 0 0 0 0 100%
sources/agentsmgr/core.py (no class) 22 12 2 4 0 38%
sources/agentsmgr/exceptions.py Omniexception 0 0 0 0 0 100%
sources/agentsmgr/exceptions.py Omnierror 1 1 0 0 0 0%
sources/agentsmgr/exceptions.py CoderAbsence 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py ConfigurationAbsence 5 5 0 2 0 0%
sources/agentsmgr/exceptions.py ConfigurationInvalidity 3 3 0 2 0 0%
sources/agentsmgr/exceptions.py ContentAbsence 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py FileOperationFailure 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py ContextInvalidity 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py DataSourceNoSupport 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py GlobalsPopulationFailure 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py MemoryFileAbsence 12 12 0 0 0 0%
sources/agentsmgr/exceptions.py TargetModeNoSupport 10 10 0 2 0 0%
sources/agentsmgr/exceptions.py TemplateError 3 3 0 0 0 0%
sources/agentsmgr/exceptions.py ToolSpecificationInvalidity 2 2 0 0 0 0%
sources/agentsmgr/exceptions.py ToolSpecificationTypeInvalidity 3 3 0 0 0 0%
sources/agentsmgr/exceptions.py (no class) 37 0 0 0 0 100%
sources/agentsmgr/renderers/__.py (no class) 2 0 0 0 0 100%
sources/agentsmgr/renderers/__init__.py (no class) 2 0 0 0 0 100%
sources/agentsmgr/renderers/base.py RendererBase 4 4 0 2 0 0%
sources/agentsmgr/renderers/base.py (no class) 12 0 0 0 0 100%
sources/agentsmgr/renderers/claude.py ClaudeRenderer 19 19 0 12 0 0%
sources/agentsmgr/renderers/claude.py (no class) 11 0 0 0 0 100%
sources/agentsmgr/renderers/codex.py CodexRenderer 18 18 0 10 0 0%
sources/agentsmgr/renderers/codex.py (no class) 11 0 0 0 0 100%
sources/agentsmgr/renderers/opencode.py OpencodeRenderer 19 19 0 12 0 0%
sources/agentsmgr/renderers/opencode.py (no class) 11 0 0 0 0 100%
sources/agentsmgr/results.py ResultBase 1 1 0 0 0 0%
sources/agentsmgr/results.py ConfigurationDetectionResult 7 7 0 2 0 0%
sources/agentsmgr/results.py ContentGenerationResult 11 11 0 2 0 0%
sources/agentsmgr/results.py ValidationResult 7 7 0 2 0 0%
sources/agentsmgr/results.py (no class) 24 0 0 0 0 100%
sources/agentsmgr/sources/__.py (no class) 2 0 0 0 0 100%
sources/agentsmgr/sources/__init__.py (no class) 6 0 0 0 0 100%
sources/agentsmgr/sources/base.py AbstractSourceHandler 1 1 0 0 0 0%
sources/agentsmgr/sources/base.py (no class) 18 4 1 6 0 67%
sources/agentsmgr/sources/git.py GitLocation 0 0 0 0 0 100%
sources/agentsmgr/sources/git.py GitCloneFailure 5 5 0 0 0 0%
sources/agentsmgr/sources/git.py GitSubdirectoryAbsence 4 4 0 0 0 0%
sources/agentsmgr/sources/git.py GitRefAbsence 4 4 0 0 0 0%
sources/agentsmgr/sources/git.py GitSourceHandler 99 99 0 42 0 0%
sources/agentsmgr/sources/git.py (no class) 24 0 0 0 0 100%
sources/agentsmgr/sources/local.py LocalSourceHandler 1 1 0 0 0 0%
sources/agentsmgr/sources/local.py (no class) 5 0 0 0 0 100%
Total   963 634 10 238 0 28%

No items found using the specified filter.