dujung / nextdate

SQA NextDate Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextdate

SQA NextDate Analysis

Installation

Graphviz (Mac)

$ brew update
$ brew install graphviz

or

connect 'http://www.webgraphviz.com/'

NextDate Execution Graph

To generate graph image from '.dot' to '.png' image. run dot -Tpng nextdate.dot -o images/nextdate.png.

graphviz

To Calulcate edges and nodes run gc -vne nextdate.dot

Nodes Edges Components
41 56 1

Test Coverage

cyclomatic number of graph V(G) = e – n + p

So, V(G) = 56 – 41 + 1 = 16

About

SQA NextDate Analysis

License:Apache License 2.0


Languages

Language:Java 100.0%