wongjiahau/ttap-web

View on GitHub
src/ts/react/algorithmVisualizerView.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public render() {
    const expectedHitCount = this.props.expectedHitCount();
    const percentage = (
      (expectedHitCount / this.props.actualHitCount) *
      100
Severity: Minor
Found in src/ts/react/algorithmVisualizerView.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status