hi,
I am writing a report(final year) and wanted to do a white box testing on a section of a code that i implemented(i am using eclipse), should i draw a diagram (e.g. for an if statement or while loop) and do it using cyclomatic complexity, or just describe how it is done using eclipse build in debuging? which one do you think is better?
thank you