CRAP Complexity Coverage Location
1.00 1 1/1 (100.00%) eslint-plugin-crap/complexity.ts (L10 - L12)
function isLogicalAssignmentOperator(operator: string): boolean {
    return ["&&=", "||=", "??="].includes(operator);
}