Noosfero/noosfero

View on GitHub
plugins/video/lib/video_plugin/video.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Video has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

class VideoPlugin::Video < Article
  settings_items :video_url,    type: :string, default: "http://"
  settings_items :video_width,  type: :integer, default: 499
  settings_items :video_height, type: :integer, default: 353
  # Video Providers are: youtube, vimeo, file
Severity: Minor
Found in plugins/video/lib/video_plugin/video.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status