In the "Perl build, unit testing, code coverage: A complete working example by Kurt W. Leucht" we see that we run build testcover and bet the coverage report. We see the result in the figure "File Cover". Can anyone tell what does the number shown under stmt, bran, sub and time indicate?

link|improve this question
In what? Is that a book? Amazon doesn't appear to have heard of the author. – Quentin Apr 27 '10 at 9:47
1  
in the link: stackoverflow.com/questions/533553/… – Shwetha Apr 27 '10 at 9:54
1  
You should post this question as a comment on the original SO post, not here. – Ether Apr 27 '10 at 16:18
feedback

closed as not a real question by Quentin, Brad Gilbert, Ether, rjh, gnovice Apr 27 '10 at 18:42

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

See Paul Johnson's presentations on Devel::Cover, for instance this one.

link|improve this answer
1  
Or even just read the Devel::Cover docs. – brian d foy Apr 27 '10 at 18:43
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.