Plato on Github
Report Home
video.js
Maintainability
150.08
Lines of code
29
Difficulty
7.20
Estimated Errors
0.07
Function weight
By Complexity
By SLOC
define('lyria/video', function() { 'use strict'; return (function() { var Video = function() { }; Video.prototype.loadFromFile = function() { }; Video.prototype.play = function() { }; Video.prototype.pause = function() { }; Video.prototype.stop = function() { }; return Video; })(); });