IlyaGusev/PoetryCorpus

View on GitHub
poetry/static/js/poem.js

Summary

Maintainability
A
1 hr
Test Coverage

Function post_poem has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function post_poem(dict){
        var reload = false;
        for (var key in dict) {
             if (($.inArray(key, ajax_fields)) === -1) {
                 reload = true;
Severity: Minor
Found in poetry/static/js/poem.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status