Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/submission/reducers/explanations.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (state = {}, action) {
  switch (action.type) {
    case actions.FETCH_SUBMISSION_SUCCESS:
    case actions.FINALISE_SUCCESS:
    case actions.UNSUBMIT_SUCCESS:

There are no issues that match your filters.

Category
Status