stikjs/stik-core

View on GitHub
src/injector.js

Summary

Maintainability
A
1 hr
Test Coverage

Function injector has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  stik.injector = function injector( spec ){
    if ( !spec.executionUnit ) { throw "Stik: Injector needs a function to use as its execution unit"; }

    spec.resolveDependencies = function resolveDependencies(){
      var args = extractArguments();
Severity: Minor
Found in src/injector.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status