Coverage report: 76%

Files Functions Classes

coverage.py v7.8.0, created at 2025-04-03 10:42 +0000

File class statements missing excluded coverage
sparkle/CLI/__init__.py (no class) 0 0 0 100%
sparkle/CLI/_cli_.py (no class) 39 39 0 0%
sparkle/CLI/about.py (no class) 11 3 0 73%
sparkle/CLI/add_feature_extractor.py (no class) 53 8 0 85%
sparkle/CLI/add_instances.py (no class) 56 4 0 93%
sparkle/CLI/add_solver.py (no class) 90 15 0 83%
sparkle/CLI/cleanup.py (no class) 48 20 0 58%
sparkle/CLI/compute_features.py (no class) 81 8 0 90%
sparkle/CLI/compute_marginal_contribution.py (no class) 96 11 0 89%
sparkle/CLI/configure_solver.py (no class) 131 31 0 76%
sparkle/CLI/construct_portfolio_selector.py (no class) 107 30 0 72%
sparkle/CLI/core/__init__.py (no class) 0 0 0 100%
sparkle/CLI/core/compute_features.py (no class) 40 40 0 0%
sparkle/CLI/core/run_portfolio_selector_core.py (no class) 58 58 0 0%
sparkle/CLI/generate_report.py (no class) 150 16 0 89%
sparkle/CLI/help/__init__.py (no class) 0 0 0 100%
sparkle/CLI/help/argparse_custom.py SetByUser 2 0 0 100%
sparkle/CLI/help/argparse_custom.py EnumAction 10 2 0 80%
sparkle/CLI/help/argparse_custom.py ArgumentContainer 2 0 0 100%
sparkle/CLI/help/argparse_custom.py (no class) 87 3 0 97%
sparkle/CLI/help/global_variables.py (no class) 25 3 0 88%
sparkle/CLI/help/jobs.py (no class) 14 3 0 79%
sparkle/CLI/help/logging.py (no class) 45 0 0 100%
sparkle/CLI/help/nicknames.py (no class) 22 5 0 77%
sparkle/CLI/help/reporting_scenario.py Scenario 0 0 0 100%
sparkle/CLI/help/reporting_scenario.py ReportingScenario 152 9 0 94%
sparkle/CLI/help/reporting_scenario.py (no class) 49 0 0 100%
sparkle/CLI/help/snapshot_help.py (no class) 58 9 0 84%
sparkle/CLI/help/system_status.py (no class) 32 12 0 62%
sparkle/CLI/initialise.py (no class) 112 31 0 72%
sparkle/CLI/jobs.py (no class) 165 125 0 24%
sparkle/CLI/load_snapshot.py (no class) 26 1 0 96%
sparkle/CLI/remove_feature_extractor.py (no class) 41 6 0 85%
sparkle/CLI/remove_instances.py (no class) 46 4 0 91%
sparkle/CLI/remove_solver.py (no class) 47 11 0 77%
sparkle/CLI/run_ablation.py (no class) 83 16 0 81%
sparkle/CLI/run_parallel_portfolio.py (no class) 217 72 0 67%
sparkle/CLI/run_portfolio_selector.py (no class) 77 8 0 90%
sparkle/CLI/run_solvers.py (no class) 135 12 0 91%
sparkle/CLI/save_snapshot.py (no class) 17 1 0 94%
sparkle/CLI/status.py (no class) 28 1 0 96%
sparkle/__init__.py (no class) 2 0 0 100%
sparkle/about.py (no class) 7 0 0 100%
sparkle/configurator/__init__.py (no class) 3 0 0 100%
sparkle/configurator/ablation.py AblationScenario 91 10 0 89%
sparkle/configurator/ablation.py (no class) 20 0 0 100%
sparkle/configurator/configurator.py Configurator 19 8 0 58%
sparkle/configurator/configurator.py ConfigurationScenario 20 6 0 70%
sparkle/configurator/configurator.py (no class) 27 0 0 100%
sparkle/configurator/configurator_cli.py (no class) 17 17 0 0%
sparkle/configurator/implementations/__init__.py (no class) 10 1 0 90%
sparkle/configurator/implementations/irace.py IRACE 51 48 0 6%
sparkle/configurator/implementations/irace.py IRACEScenario 91 44 0 52%
sparkle/configurator/implementations/irace.py (no class) 36 0 0 100%
sparkle/configurator/implementations/paramils.py ParamILS 40 25 0 38%
sparkle/configurator/implementations/paramils.py ParamILSScenario 68 19 0 72%
sparkle/configurator/implementations/paramils.py (no class) 31 0 0 100%
sparkle/configurator/implementations/smac2.py SMAC2 51 25 0 51%
sparkle/configurator/implementations/smac2.py SMAC2Scenario 98 28 0 71%
sparkle/configurator/implementations/smac2.py (no class) 40 0 0 100%
sparkle/configurator/implementations/smac3.py SMAC3 42 18 0 57%
sparkle/configurator/implementations/smac3.py SMAC3Scenario 64 14 0 78%
sparkle/configurator/implementations/smac3.py (no class) 37 0 0 100%
sparkle/instance/__init__.py (no class) 8 1 0 88%
sparkle/instance/instances.py InstanceSet 13 5 0 62%
sparkle/instance/instances.py FileInstanceSet 10 0 0 100%
sparkle/instance/instances.py MultiFileInstanceSet 13 2 0 85%
sparkle/instance/instances.py IterableFileInstanceSet 11 11 0 0%
sparkle/instance/instances.py (no class) 34 0 0 100%
sparkle/platform/__init__.py (no class) 1 0 0 100%
sparkle/platform/cli_types.py VerbosityLevel 1 1 0 0%
sparkle/platform/cli_types.py TEXT 3 3 0 0%
sparkle/platform/cli_types.py (no class) 30 0 0 100%
sparkle/platform/file_help.py (no class) 18 14 0 22%
sparkle/platform/generate_report_for_configuration.py (no class) 148 25 0 83%
sparkle/platform/generate_report_for_parallel_portfolio.py (no class) 137 7 0 95%
sparkle/platform/generate_report_for_selection.py (no class) 74 2 0 97%
sparkle/platform/latex.py ReportType 0 0 0 100%
sparkle/platform/latex.py (no class) 79 8 0 90%
sparkle/platform/output/__init__.py (no class) 0 0 0 100%
sparkle/platform/output/configuration_output.py ConfigurationOutput 41 4 0 90%
sparkle/platform/output/configuration_output.py (no class) 11 0 0 100%
sparkle/platform/output/parallel_portfolio_output.py ParallelPortfolioOutput 33 1 0 97%
sparkle/platform/output/parallel_portfolio_output.py (no class) 14 0 0 100%
sparkle/platform/output/selection_output.py SelectionOutput 28 1 0 96%
sparkle/platform/output/selection_output.py (no class) 17 0 0 100%
sparkle/platform/output/structures.py ValidationResults 5 5 0 0%
sparkle/platform/output/structures.py SelectionSolverData 3 0 0 100%
sparkle/platform/output/structures.py SelectionPerformance 7 2 0 71%
sparkle/platform/output/structures.py ParallelPortfolioResults 12 0 0 100%
sparkle/platform/output/structures.py (no class) 16 0 0 100%
sparkle/platform/settings_objects.py SettingState 0 0 0 100%
sparkle/platform/settings_objects.py Settings 946 321 0 66%
sparkle/platform/settings_objects.py (no class) 217 0 0 100%
sparkle/solver/__init__.py (no class) 4 0 0 100%
sparkle/solver/extractor.py Extractor 44 28 0 36%
sparkle/solver/extractor.py (no class) 21 0 0 100%
sparkle/solver/selector.py Selector 30 2 0 93%
sparkle/solver/selector.py (no class) 17 0 0 100%
sparkle/solver/solver.py Solver 160 31 0 81%
sparkle/solver/solver.py (no class) 38 0 0 100%
sparkle/solver/solver_cli.py (no class) 77 77 0 0%
sparkle/solver/verifiers.py SolutionVerifier 1 1 0 0%
sparkle/solver/verifiers.py SATVerifier 15 2 0 87%
sparkle/solver/verifiers.py SolutionFileVerifier 21 2 0 90%
sparkle/solver/verifiers.py (no class) 20 0 0 100%
sparkle/structures/__init__.py (no class) 2 0 0 100%
sparkle/structures/feature_dataframe.py FeatureDataFrame 56 13 0 77%
sparkle/structures/feature_dataframe.py (no class) 31 0 0 100%
sparkle/structures/performance_dataframe.py PerformanceDataFrame 292 42 0 86%
sparkle/structures/performance_dataframe.py (no class) 73 0 0 100%
sparkle/tools/__init__.py (no class) 5 0 0 100%
sparkle/tools/configspace.py ForbiddenLessThanEqualsRelation 19 19 0 0%
sparkle/tools/configspace.py ForbiddenGreaterThanEqualsRelation 19 19 0 0%
sparkle/tools/configspace.py ForbiddenGreaterThanClause 5 5 0 0%
sparkle/tools/configspace.py ForbiddenGreaterEqualsClause 5 5 0 0%
sparkle/tools/configspace.py ForbiddenLessThanClause 5 5 0 0%
sparkle/tools/configspace.py ForbiddenLessEqualsClause 5 5 0 0%
sparkle/tools/configspace.py ForbiddenOrConjunction 8 8 0 0%
sparkle/tools/configspace.py (no class) 175 29 0 83%
sparkle/tools/general.py (no class) 6 0 0 100%
sparkle/tools/parameters.py PCSConvention 0 0 0 100%
sparkle/tools/parameters.py PCSConverter 304 20 0 93%
sparkle/tools/parameters.py (no class) 39 0 0 100%
sparkle/tools/runsolver.py RunSolver 91 26 0 71%
sparkle/tools/runsolver.py (no class) 20 0 0 100%
sparkle/tools/slurm_parsing.py SlurmBatch 14 14 0 0%
sparkle/tools/slurm_parsing.py (no class) 10 0 0 100%
sparkle/tools/solver_wrapper_parsing.py (no class) 32 25 0 22%
sparkle/types/__init__.py (no class) 41 5 0 88%
sparkle/types/features.py FeatureGroup 0 0 0 100%
sparkle/types/features.py FeatureSubgroup 0 0 0 100%
sparkle/types/features.py FeatureType 1 0 0 100%
sparkle/types/features.py (no class) 69 0 0 100%
sparkle/types/objective.py UseTime 1 1 0 0%
sparkle/types/objective.py SparkleObjective 13 0 0 100%
sparkle/types/objective.py PAR 8 0 0 100%
sparkle/types/objective.py (no class) 29 0 0 100%
sparkle/types/sparkle_callable.py SparkleCallable 11 2 0 82%
sparkle/types/sparkle_callable.py (no class) 6 0 0 100%
sparkle/types/status.py SolverStatus 1 0 0 100%
sparkle/types/status.py (no class) 13 0 0 100%
Total   7104 1679 0 76%

No items found using the specified filter.