Cyclomatic complexity and the impact on testing

preview_player
Показать описание
Cyclomatic complexity is the way to calculate the complexity of your software code and it will provide valuable input for testing as well.
Рекомендации по теме
Комментарии
Автор

How do we get “P” in the formula?
In the context of a control flow diagram, I’m not sure what an “unconnected part” is.
Can you provide a functional definition of this?

thaboshikwambane
Автор

Amazing video👌🏽👏🏽.
Very well done. I also appreciate the historical context that was added. Your unit tests link isn’t in the description

thaboshikwambane
Автор

You shared guidelines numbers for cyclomatic complexity?

In the context of a codebase, what level of abstraction should this number be measured at?
Method/Function level?
Class level?

thaboshikwambane