Coverage report: 100%

Files Functions Classes

coverage.py v7.13.1, created at 2026-01-25 08:09 +0000

File function   statements missing excluded   coverage
src / docstring_format_checker / __init__.py (no function)   9 0 0   100%
src / docstring_format_checker / cli.py _colour   1 0 0   100%
src / docstring_format_checker / cli.py _version_callback   3 0 0   100%
src / docstring_format_checker / cli.py _example_callback   9 0 0   100%
src / docstring_format_checker / cli.py _show_usage_examples_callback   3 0 0   100%
src / docstring_format_checker / cli.py _show_config_example_callback   3 0 0   100%
src / docstring_format_checker / cli.py _help_callback_main   12 0 0   100%
src / docstring_format_checker / cli.py _format_error_messages   5 0 0   100%
src / docstring_format_checker / cli.py _display_results   13 0 0   100%
src / docstring_format_checker / cli.py _count_errors_and_files   10 0 0   100%
src / docstring_format_checker / cli.py _display_quiet_summary   3 0 0   100%
src / docstring_format_checker / cli.py _display_table_output   12 0 0   100%
src / docstring_format_checker / cli.py _create_error_header   3 0 0   100%
src / docstring_format_checker / cli.py _split_error_messages   3 0 0   100%
src / docstring_format_checker / cli.py _format_error_output   12 0 0   100%
src / docstring_format_checker / cli.py _display_list_output   6 0 0   100%
src / docstring_format_checker / cli.py _display_final_summary   3 0 0   100%
src / docstring_format_checker / cli.py check_docstrings   7 0 0   100%
src / docstring_format_checker / cli.py _validate_and_process_paths   7 0 0   100%
src / docstring_format_checker / cli.py _load_and_validate_config   7 0 0   100%
src / docstring_format_checker / cli.py _load_explicit_config   5 0 0   100%
src / docstring_format_checker / cli.py _load_auto_discovered_config   6 0 0   100%
src / docstring_format_checker / cli.py _process_all_paths   13 0 0   100%
src / docstring_format_checker / cli.py main   7 0 0   100%
src / docstring_format_checker / cli.py entry_point   1 0 0   100%
src / docstring_format_checker / cli.py (no function)   47 0 0   100%
src / docstring_format_checker / config.py SectionConfig.__post_init__   2 0 0   100%
src / docstring_format_checker / config.py SectionConfig._validate_types   2 0 0   100%
src / docstring_format_checker / config.py SectionConfig._validate_admonition_prefix_combination   9 0 0   100%
src / docstring_format_checker / config.py _validate_config_order   9 0 0   100%
src / docstring_format_checker / config.py load_config   10 0 0   100%
src / docstring_format_checker / config.py _resolve_config_path   9 0 0   100%
src / docstring_format_checker / config.py _parse_toml_file   5 0 0   100%
src / docstring_format_checker / config.py _extract_tool_config   8 0 0   100%
src / docstring_format_checker / config.py _parse_global_config   5 0 0   100%
src / docstring_format_checker / config.py _parse_sections_config   18 0 0   100%
src / docstring_format_checker / config.py find_config_file   15 0 0   100%
src / docstring_format_checker / config.py (no function)   41 0 0   100%
src / docstring_format_checker / core.py DocstringChecker.__init__   4 0 0   100%
src / docstring_format_checker / core.py DocstringChecker.check_file   22 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._should_exclude_file   4 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._filter_python_files   6 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_file_with_error_handling   5 0 0   100%
src / docstring_format_checker / core.py DocstringChecker.check_directory   14 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._is_overload_function   6 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_all_params   15 0 1   100%
src / docstring_format_checker / core.py DocstringChecker._extract_items   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_items.ItemVisitor.__init__   2 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_items.ItemVisitor.visit_ClassDef   6 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_items.ItemVisitor.visit_FunctionDef   1 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_items.ItemVisitor.visit_AsyncFunctionDef   1 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_items.ItemVisitor._visit_function   7 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._is_section_applicable_to_item   13 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._get_applicable_required_sections   5 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._handle_missing_docstring   3 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_single_docstring   7 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_docstring_sections   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._is_params_section_required   4 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_all_required_sections   8 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_all_existing_sections   7 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._section_exists   12 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_single_section_content   5 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_list_name_and_type_section   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_list_name_section   1 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._perform_comprehensive_validation   11 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._perform_formatting_validation   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_free_text_section   12 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_params_section   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_documented_params   15 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._build_param_mismatch_error   19 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_params_section_detailed   12 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._add_arg_types_to_dict   3 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_param_types   9 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_param_types_from_docstring   19 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._normalize_type_string   3 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._compare_param_types   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._get_params_with_defaults   14 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._process_optional_suffix   12 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._format_optional_errors   4 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._format_type_mismatches   8 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_param_types   24 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._has_both_returns_and_yields   3 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._build_section_patterns   17 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._find_sections_with_positions   7 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._build_expected_section_order   3 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_section_order   14 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._normalize_section_name   1 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._is_valid_section_name   5 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._extract_section_names_from_docstring   9 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_undefined_sections   7 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._build_admonition_mapping   5 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_single_admonition   11 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_admonition_values   9 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_admonition_has_no_colon   9 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_admonition_colon_usage   8 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_non_admonition_has_colon   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_non_admonition_colon_usage   8 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_colon_usage   4 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_title_case_sections   14 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._check_parentheses_validation   21 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._detect_any_section_header   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._detect_section_header   12 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._is_content_line   1 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._is_description_line   2 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_parentheses_line   10 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_list_type_line   7 0 0   100%
src / docstring_format_checker / core.py DocstringChecker._validate_list_name_and_type_line   14 0 0   100%
src / docstring_format_checker / core.py (no function)   75 0 0   100%
src / docstring_format_checker / utils / __init__.py (no function)   0 0 0   100%
src / docstring_format_checker / utils / exceptions.py DocstringError.__init__   6 0 0   100%
src / docstring_format_checker / utils / exceptions.py (no function)   12 0 0   100%
Total     1040 0 1   100%

No items found using the specified filter.