Closed the-simian closed 7 years ago
function example() { return { a: {}, b: {}, }; }
this has a cyclomatic complexity of 1 (no branching whatsoever) and is given a complexity rating of 5, which is unusual.
Version 1.9.1 is available in the market, from that version the object literal does not affects the calculated complexity.
Cant wait to update, thanks for the nice plugin, @kisstkondoros
this has a cyclomatic complexity of 1 (no branching whatsoever) and is given a complexity rating of 5, which is unusual.