SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.js/js-lib/codemirror-5.49.2/mode/properties/properties.js

Summary

Maintainability
A
1 hr
Test Coverage

Function token has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    token: function(stream, state) {
      var sol = stream.sol() || state.afterSection;
      var eol = stream.eol();

      state.afterSection = false;

There are no issues that match your filters.

Category
Status