scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

Reads0
Chats0
TLDR
Several properties of the graph-theoretic complexity are proved which show, for example, that complexity is independent of physical size and complexity depends only on the decision structure of a program.
Abstract
This paper describes a graph-theoretic complexity measure and illustrates how it can be used to manage and control program complexity. The paper first explains how the graph-theory concepts apply and gives an intuitive explanation of the graph concepts in programming terms. The control graphs of several actual Fortran programs are then presented to illustrate the correlation between intuitive complexity and the graph-theoretic complexity. Several properties of the graph-theoretic complexity are then proved which show, for example, that complexity is independent of physical size (adding or subtracting functional statements leaves complexity unchanged) and complexity depends only on the decision structure of a program.

read more

Citations
More filters
Book ChapterDOI

Empirical studies of open source evolution

TL;DR: The book chapter summarises what appears to be the empirical status of each of Lehman’s laws with respect to OSS and highlights the threats to validity that frequently emerge in this type of research.
Journal ArticleDOI

Measurement: the key to application development quality

TL;DR: The relationships between productivity, quality, and measurement are described, classes of measures are identified, and "dominant measures" are grouped according to the maturity levels defined by the Software Engineering Institute's Capability Maturity Model for Software.
Proceedings ArticleDOI

Towards thresholds of control flow complexity measures for BPMN models

TL;DR: The initial empirical results from which thresholds for the Control-Flow Complexity measure applied in BPMN models have been obtained according to the Bender method reveal that there are different levels of understandability depending on the number of decision nodes.
Journal ArticleDOI

Software Maintainability: Systematic Literature Review and Current Trends

TL;DR: The use of machine learning algorithms in predicting maintainability has increased since 2005 and the use of evolutionary algorithms has also begun in related sub-fields since 2010, and design metrics is still the most favored option to capture the characteristics of any given software before deploying it further in prediction model for determining the corresponding software maintainability.
Journal ArticleDOI

Software Quality Factors and Software Quality Metrics to Enhance Software Quality Assurance

TL;DR: This paper solves customer value evaluation problem by building an appropriate method of Software quality metrics application in quality life cycle with software quality assurance.
References
More filters
Journal ArticleDOI

Structured Programming with go to Statements

TL;DR: For serious students of structured programming, and also for language designers, Knuth's "Structured Programming with go to Statements" is probably the paper to read.
Journal ArticleDOI

Analysis of structured programs

TL;DR: It is shown that an arbitrary program P is reducible to a D-chart if and only if P does not contain a loop with two distinct exits.
Journal ArticleDOI

A genealogy of control structures

TL;DR: It is argued further that there is insufficient evidence to warrant more than if-then-else, while-do, and their variants and the importance of one-in, one-out control structures as operational abstractions.