marcells/node-build-monitor

View on GitHub
app/public/scripts/knockoutExtensions.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function register has 101 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    this.register = function () {
        ko.forcibleComputed = function(readFunc, context, options) {
            var trigger = ko.observable(),
                target = ko.computed(function() {
                    trigger();
Severity: Major
Found in app/public/scripts/knockoutExtensions.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status