dilansalinda / Code-Complexity-Analysis-Halstead

Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.

Home Page:http://dilansalindablog.blogspot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java-Code-Complexity-Analysis---Halstead-Complexity

Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.

By using these parameters, Halsted theory can be defined as a set of complexity measures

n1 = number of unique or distinct operators appearing in a program.

n2 = number of unique or distinct operands.

N1 = total number of operators (implementation).

N2 = total number of operands (implementation).

About

Software complexity can be defined as the degree of difficulty in analysis, testing, design and implementation of software.

http://dilansalindablog.blogspot.com

License:MIT License


Languages

Language:Java 100.0%