scispace - formally typeset
Journal ArticleDOI

A Complexity Measure

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
Proceedings ArticleDOI

Benchmark-Based Aggregation of Metrics to Ratings

TL;DR: The approach for deriving metric thresholds from benchmark data is extended into a methodology for benchmark-based calibration of two-stage aggregation of metrics into ratings and an evaluation of the sensitivity of the algorithm to the underlying data is presented.
Patent

System and method for providing user input information to multiple independent, concurrent applications

TL;DR: In this paper, a system for providing user input information to multiple independent, concurrent applications is described, where applications send subscription messages to a device receiving user input such as a telephone receiving key presses from a keypad.
Journal ArticleDOI

Software metrics and measurement principles

TL;DR: This paper provides a tutorial review of software engineering measurement indicating the depth and breadth of the field and suggest that existing measurement frameworks for applying measurement do not provide sufficient support for principles and their continued use will only serve to replicate the problems.
Journal ArticleDOI

A framework for the design and verification of software measurement methods

TL;DR: A framework is proposed for a software measurement life cycle with a particular focus on the design phase of a software measure, and includes definitions of the verification criteria that can be used to understand the stages of software measurement design.
Journal ArticleDOI

Using complexity metrics to improve software security

TL;DR: Here, Sara Moshtari, Ashkan Sami and Mahdi Azimi of Shiraz University, Iran build on previous studies by providing more complete vulnerability information and show what can be achieved using different classification techniques and more completeulnerability information.
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.