CRAP Complexity Coverage Location
2.50 2 1/2 (50.00%) eslint-plugin-crap/complexity.ts (L56 - L60)
                AssignmentExpression(node) {
                    if (isLogicalAssignmentOperator(node.operator)) {
                        increaseComplexity();
                    }
                },