lighttroupe/luz

View on GitHub
engine/engine/engine_environment.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method update_environment has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def update_environment
        beat_scale = @beat_detector.progress            # a fuzzy (0.0 to 1.0 inclusive) measure of progress within the current beat
        bpm = @beat_detector.beats_per_minute

        # Integer beat counts
Severity: Minor
Found in engine/engine/engine_environment.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status