views:

88

answers:

1

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?

+5  A: 

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

codeholic
Or even just read the [Devel::Cover](http://search.cpan.org/dist/Devel-Cover) docs.
brian d foy