pylhc/machine_settings_info.py

Summary

Maintainability
A
45 mins
Test Coverage
F
0%

File machine_settings_info.py has 411 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

"""
Print Machine Settings Overview
-------------------------------

Prints an overview over the machine settings at a provided given time, or the current settings if
Severity: Minor
Found in pylhc/machine_settings_info.py - About 5 hrs to fix

    Function get_info has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
    Wontfix

    def get_info(opt) -> Dict[str, object]:
        """
        Get info about **Beamprocess**, **Optics** and **Knobs** at given time.
    
        Keyword Args:
    Severity: Minor
    Found in pylhc/machine_settings_info.py - About 2 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Function write_trim_histories has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

    def write_trim_histories(
    Severity: Major
    Found in pylhc/machine_settings_info.py - About 50 mins to fix

      Function write_summary has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def write_summary(
      Severity: Minor
      Found in pylhc/machine_settings_info.py - About 45 mins to fix

        There are no issues that match your filters.

        Category
        Status