lipp/node-jet

View on GitHub
examples/balls/server/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function edgePos has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var edgePos = () => {
  var x = Math.random()
  var size = 0.8
  if (Math.random() > 0.7) {
    size = 0.4
Severity: Minor
Found in examples/balls/server/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status