ne-sachirou/stream_stat

View on GitHub
lib/stream_stat/v.rb

Summary

Maintainability
A
35 mins
Test Coverage

Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def initialize(count = 0, avg = 0.0, square_avg = 0.0, min = Float::INFINITY, max = -Float::INFINITY)
Severity: Minor
Found in lib/stream_stat/v.rb - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status