Informações Principais
     Resumo
     Abstract
     Introdução
     Conclusão
     Download
  
  
  
 
Abstract
 
 
Acadêmico(a): Karine Trevisani Cunha
Título: Software para Cálculo da Complexidade Ciclomática em Código-Fonte PL/SQL
 
Abstract:
This paper presents the development of an application that it analyzes source-code written in the PL/SQL language, and it calculates the measure of its cyclomatic complexity. This measure helps us to evaluate the level of code maintainability, that is, how easy or complex it is to maintain this code. The calculation of the cyclomatic complexity is based on the amount of linearly independent paths the code can be run through. The greater the measure is, the greater is the complexity of the code analyzed and the greater is the effort to maintain this code.