Takumon/mean-blog

View on GitHub
src/app/articles/article-list/article-list.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  private constructSearchCondition(cb: (searchCondition: SearchArticlesCondition) => void ): void {
    switch (this.mode) {
      case ArticleSearchMode.ALL:
        cb({});
        break;
Severity: Minor
Found in src/app/articles/article-list/article-list.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status