metamaps/metamaps

View on GitHub
frontend/src/Metamaps/Views/VideoView.js

Summary

Maintainability
A
1 hr
Test Coverage

Function VideoView has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var VideoView = function(video, $parent, id, isMyself, config) {
  var self = this

  this.$parent = $parent // mapView

Severity: Minor
Found in frontend/src/Metamaps/Views/VideoView.js - About 1 hr to fix

Function VideoView has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

var VideoView = function(video, $parent, id, isMyself, config) {
Severity: Minor
Found in frontend/src/Metamaps/Views/VideoView.js - About 35 mins to fix

There are no issues that match your filters.

Category
Status