DocumentCode
1246868
Title
Automatic generation of path covers based on the control flow analysis of computer programs
Author
Bertolino, Antonia ; Marré, Martina
Author_Institution
Istituto di Elaborazione dell´´Inf., CNR, Pisa, Italy
Volume
20
Issue
12
fYear
1994
fDate
12/1/1994 12:00:00 AM
Firstpage
885
Lastpage
899
Abstract
Branch testing a program involves generating a set of paths that will cover every arc in the program flowgraph, called a path cover, and finding a set of program inputs that will execute every path in the path cover. This paper presents a generalized algorithm that finds a path cover for a given program flowgraph. The analysis is conducted on a reduced flowgraph, called a ddgraph, and uses graph theoretic principles differently than previous approaches. In particular, the relations of dominance and implication which form two trees of the arcs of the ddgraph are exploited. These relations make it possible to identify a subset of ddgraph arcs, called unconstrained arcs, having the property that a set of paths exercising all the unconstrained arcs also cover all the arcs in the ddgraph. In fact, the algorithm has been designed to cover all the unconstrained arcs of a given ddgraph: the paths are derived one at a time, each path covering at least one as yet uncovered unconstrained arc. The greatest merits of the algorithm are its simplicity and its flexibility. It consists in just visiting recursively in combination the dominator and the implied trees, and is flexible in the sense that it can derive a path cover to satisfy different requirements, according to the strategy adopted for the selection of the unconstrained arc to be covered at each recursive iteration. This feature of the algorithm can be employed to address the problem of infeasible paths, by adopting the most suitable selection strategy for the problem at hand. Embedding of the algorithm into a software analysis and testing tool is recommended
Keywords
flow graphs; program control structures; program diagnostics; program testing; software tools; trees (mathematics); arc trees; automated testing tool; control flow analysis; ddgraph; dominance; dominator tree; flexibility; graph theoretic principles; implication; implied tree; infeasible paths; path covers; program branch testing; program flowgraph; program inputs; recursive iteration; selection strategy; simplicity; software analysis tool; software testing tool; unconstrained arcs; Algorithm design and analysis; Automatic generation control; Costs; Councils; Embedded software; Performance analysis; Software algorithms; Software testing; Software tools; Tree graphs;
fLanguage
English
Journal_Title
Software Engineering, IEEE Transactions on
Publisher
ieee
ISSN
0098-5589
Type
jour
DOI
10.1109/32.368137
Filename
368137
Link To Document