AxFab/fastapp

View on GitHub

Showing 3 of 6 total issues

Function dummyTextEval has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  QryCtx.dummyTextEval = function (value, ctx)
  {
    var operatorArray = [ '+', '-z', '-n', '-eq', '-ne', '=', '!=', '' ];

    var evalString = function (str, ctx) 
Severity: Major
Found in lib/qryctx.js - About 2 hrs to fix

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

      FastApp.parseMarkup = function(mark) 
      {
        var tag = mark.substring(2);
        var c = '';
        
    Severity: Minor
    Found in lib/fastapp.js - About 1 hr to fix

      Function splitInToken has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          var splitInToken = function (data) {
            var tokens = [];
            var lg = 0;
            // console.log('SPLIT', '['+data + ']');
            var extractLitteral = function(data, chr) {
      Severity: Minor
      Found in lib/qryctx.js - About 1 hr to fix
        Severity
        Category
        Status
        Source
        Language