Sum of all tests for a module/application

2008-10-26 Thread nadim khemir
Hi, I was discussing one of my modules with a friend and he asked how many tests I had. I answered 500 hundred but it then hit me that to have the module working I had to rely on other modules written by other people. The actual number of tests being the sum of all the tests for the module dep

Re: Sum of all tests for a module/application

2008-10-26 Thread Eric Wilhelm
# from nadim khemir # on Sunday 26 October 2008: >The actual number of tests being the sum of all the tests for the > module dependencies (including core ones) + my own tests. Don't forget the perl core tests ;-) >I also believe that the number of tests per line of code is an > interresting figu

Re: Sum of all tests for a module/application

2008-10-26 Thread brian d foy
In article <[EMAIL PROTECTED]>, nadim khemir <[EMAIL PROTECTED]> wrote: > Hi, > > I was discussing one of my modules with a friend and he asked how many tests > I > had. I answered 500 hundred but it then hit me that to have the module > working I had to rely on other modules written by other p