Coursemology/coursemology2

View on GitHub
client/app/bundles/course/assessment/question/programming/components/common/JavaTestCase.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function JavaTestCase has 107 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const JavaTestCase = (props: TestCaseProps): JSX.Element => {
  const { t } = useTranslation();

  const [showCode, setShowCode] = useState(true);

There are no issues that match your filters.

Category
Status