cloudfoundry/stratos

View on GitHub
src/frontend/packages/core/src/shared/components/json-viewer/json-viewer.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function parseKeyValue has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private parseKeyValue(key: any, value: any): Segment {
    const segment: Segment = {
      key,
      value,
      type: undefined,

    There are no issues that match your filters.

    Category
    Status