OpenSRP/opensrp-client-anc

View on GitHub
opensrp-anc/src/main/java/org/smartregister/anc/library/util/ConfigHelperUtils.java

Summary

Maintainability
A
1 hr
Test Coverage

Method defaultRegisterConfiguration has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static RegisterConfiguration defaultRegisterConfiguration(Context context) {
        if (context == null) {
            return null;
        }

    There are no issues that match your filters.

    Category
    Status