opal/corelib/random/formatter.rb

Summary

Maintainability
A
0 mins
Test Coverage

Method random_number has 45 lines of code (exceeds 30 allowed). Consider refactoring.
Wontfix

    def random_number(limit = undefined)
      %x{
        function randomFloat() {
          return #{random_float};
        }
Severity: Minor
Found in opal/corelib/random/formatter.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status