From: Martin K. <mar...@fe...> - 2007-10-02 06:42:32
|
Hi all there, after a quick look through the open items on Sourceforge & CPAN, I've decided that one of my first steps will be working through the mass of items. I won't address all of the items tracker right now, but priorize them, and start with the ones including patches (I like it when someone else has already done the hard work). In parallel, I'm going to improve SOAP::Lite's test suite - a run with Devel::Cover shows a a coverage of 55% (report at the end). I always fear I break things, unless there's tests to prove I don't. I believe in "release early, release often", so I'm going to wrap up things for a release around every month - but don't fear, I'll be using CPAN's pre-release mechanism so the main releases will stay stable (and occur less often). Watch out for updates, Martin ------------------------------------ ------ ------ ------ ------ ------ File stmt bran cond sub total ------------------------------------ ------ ------ ------ ------ ------ blib/lib/Apache/SOAP.pm 81.8 n/a n/a 75.0 80.0 blib/lib/Apache/XMLRPC/Lite.pm 81.8 n/a n/a 75.0 80.0 blib/lib/IO/SessionData.pm 25.0 4.8 0.0 28.6 19.6 blib/lib/IO/SessionSet.pm 26.2 0.0 0.0 43.8 19.7 blib/lib/SOAP/Lite.pm 77.0 61.7 51.6 82.9 69.3 blib/lib/SOAP/Packager.pm 53.2 32.3 52.6 67.6 50.8 blib/lib/SOAP/Test.pm 11.8 5.0 1.8 46.7 10.8 blib/lib/SOAP/Transport/FTP.pm 34.0 0.0 0.0 75.0 25.3 blib/lib/SOAP/Transport/HTTP.pm 41.3 24.4 14.3 49.1 32.2 blib/lib/SOAP/Transport/IO.pm 60.8 0.0 0.0 76.9 48.2 blib/lib/SOAP/Transport/JABBER.pm 77.8 n/a n/a 100.0 83.3 blib/lib/SOAP/Transport/LOCAL.pm 32.1 0.0 0.0 60.0 28.6 blib/lib/SOAP/Transport/MAILTO.pm 28.8 0.0 0.0 62.5 23.0 blib/lib/SOAP/Transport/MQ.pm 77.8 n/a n/a 100.0 83.3 blib/lib/SOAP/Transport/POP3.pm 48.0 0.0 0.0 57.1 34.0 blib/lib/SOAP/Transport/TCP.pm 54.5 19.6 19.4 61.5 42.5 blib/lib/UDDI/Lite.pm 53.0 9.3 8.3 65.1 38.0 blib/lib/XML/Parser/Lite.pm 97.5 95.5 75.0 88.2 94.4 blib/lib/XMLRPC/Lite.pm 83.3 65.2 33.3 85.4 77.4 blib/lib/XMLRPC/Test.pm 27.6 11.1 8.3 58.3 26.4 blib/lib/XMLRPC/Transport/HTTP.pm 75.0 n/a n/a 66.7 72.7 blib/lib/XMLRPC/Transport/POP3.pm 100.0 n/a n/a 100.0 100.0 blib/lib/XMLRPC/Transport/TCP.pm 100.0 n/a n/a 100.0 100.0 Total 62.1 46.2 36.9 73.3 55.7 ------------------------------------ ------ ------ ------ ------ ------ |