Cyclomatic Complexity cannot be applied in Reverse engineering - SDLC

Q.  Cyclomatic Complexity cannot be applied in __________.
- Published on 18 Aug 15

a. Re-engineering
b. Risk Management
c. Test Planning
d. Reverse engineering

ANSWER: Reverse engineering
 

    Discussion

  • Prajakta Pandit   -Posted on 30 Oct 15

    - Cyclomatic complexity cannot be applied in Reverse engineering .

    - Cyclomatic complexity is used to indicate the complexity of a program.

    - The main purpose of reverse engineering is hiding the details of the encapsulated and often unstructured expression-level control flow. This representation should not be used for testing.

    - Cyclomatic complexity is computed using the control flow graph of the program.

    - It is a quantitative measure of the number of linearly independent paths through a program's source code.

    - When calculating cyclomatic complexity from source code is to be consistent with the interpretation of language constructs in the flow graph.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)