maxgherman/TypeIOC

View on GitHub
src/registration/base.ts

Summary

Maintainability
B
4 hrs
Test Coverage

RegistrationBase has 36 functions (exceeds 20 allowed). Consider refactoring.
Open

export class RegistrationBase implements IRegistrationBase {
    private _id: string
    private _factory?: Factory<{}>
    private _factoryType?: {}
    private _factoryValue?: {}
Severity: Minor
Found in src/registration/base.ts - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status