Answer
One would consider the amount of branching in the modules. For instance, a procedural module containing numerous loops and if-else statements would probably be more prone to errors than a module with a simple logical structure.
Work Step by Step
One would consider the amount of branching in the modules. For instance, a procedural module containing numerous loops and if-else statements would probably be more prone to errors than a module with a simple logical structure.