|
From: Douglas H. <dh...@gm...> - 2008-10-19 04:41:27
|
Mark Rickerby <maetl@...> writes: > However, I had a few teething problems with thousands of E_NOTICE > errors being thrown from the coverage run: y will fix this, I didn't have the logging level right when developing this. > I do think we need to > look at whether this is best packaged as an extension (especially the > reporting and static file generation part of it)... I don't have a let me know if you decide that, and how to go about this > I would like to see more abstraction at the level of generating the > coverage reports makes sense > > The dependency on Sqlite is understandable, not sure sure about the > Smarty - again this would be more appropriate as an extension, not in > core. also makes sense > there are a lot of simpletest users who make heavy use of the > web tester, which peeks at responses over HTTP, so doesn't operate on > code in the local process scope and can't be xdebugged. you can use this in http env., depending on your php setup. If you can include autocoverage.php somewhere that will get called, it will collect coverage. This is how i use it. Permission and current working directory also have to be conducive > > But good work, thanks for that... I'm enjoying playing with it... thanks |