pycomplexity
pycomplexity copied to clipboard
Conditionals outside ifs should count as branches
If I say "x = a or b", that's a branch (b might or might not be executed). The script already catches conditionals in ifs, but not outside of them.