CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/CommentTracker/dashboard.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function dashboard has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var dashboard = (function($) {

    var mod = {};

    mod.openGraph = function(barData) {
Severity: Minor
Found in fannie/modules/plugins2.0/CommentTracker/dashboard.js - About 1 hr to fix

    Function openGraph has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        mod.openGraph = function(barData) {
            var ctx = document.getElementById('openBar').getContext('2d');
            var bar = new Chart(ctx, {
                type: 'horizontalBar',
                data: {
    Severity: Minor
    Found in fannie/modules/plugins2.0/CommentTracker/dashboard.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status