nisaacson/riak-streaming-node

View on GitHub

Showing 7 of 7 total issues

Function searchStream has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function searchStream(opts) {
  var self = this
  opts.rows = opts.rows || 20
  var maxRows = opts.maxRows
  delete opts.maxRows
Severity: Major
Found in lib/search-stream.js - About 2 hrs to fix

    Function exports has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function(opts) {
      var self = this
      var bucket = opts.bucket
      var deferred = q.defer()
      var promise = self.bucketKeys(opts)
    Severity: Minor
    Found in lib/bucket-delete-all.js - About 1 hr to fix

      Function searchStream has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
      Open

      module.exports = function searchStream(opts) {
        var self = this
        opts.rows = opts.rows || 20
        var maxRows = opts.maxRows
        delete opts.maxRows
      Severity: Minor
      Found in lib/search-stream.js - About 1 hr to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function search has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      module.exports = function search(opts) {
        var self = this
        return performSearch(opts).then(parseResponse)
      
        function performSearch(opts) {
      Severity: Minor
      Found in protobuf/search.js - About 1 hr to fix

        Function parseResponse has 27 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function parseResponse(opts) {
          return function(body) {
            return q.fcall(function() {
              if (!body) {
                return q()
        Severity: Minor
        Found in protobuf/get-with-key.js - About 1 hr to fix

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

          function parseResponse(returnBody) {
            return function(reply) {
              return q.fcall(function() {
                if (!returnBody) {
                  return
          Severity: Minor
          Found in protobuf/save-with-key.js - About 1 hr to fix

            Function search has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

            module.exports = function search(opts) {
              var self = this
              return performSearch(opts).then(parseResponse)
            
              function performSearch(opts) {
            Severity: Minor
            Found in protobuf/search.js - About 25 mins to fix

            Cognitive Complexity

            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

            A method's cognitive complexity is based on a few simple rules:

            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
            • Code is considered more complex for each "break in the linear flow of the code"
            • Code is considered more complex when "flow breaking structures are nested"

            Further reading

            Severity
            Category
            Status
            Source
            Language