Pursuant to some discussion with BrowserUK at
http://perlmonks.org/?node_id=593087, I'm looking at this and seeing
some problems.

--

Failed Test Stat Wstat Total Fail  List of Failed
-----------------------------------------------------------------
t/bar.t        4  1024    13    4  2 6-8
t/foo.t        1   256    10    1  5
 (2 subtests UNEXPECTEDLY SUCCEEDED).
Failed 2/3 test scripts. 5/33 subtests failed.
Files=3, Tests=33,  0 wallclock secs ( 0.10 cusr +  0.01 csys =  0.11
CPU)
Failed 2/3 test programs. 5/33 subtests failed.

--

How about this instead?

--

Failed Test | Total | Fail |   List of Failed   |   TODO Passed
------------+-------+------+--------------------+----------------
t/bar.t     |     13|     4|2, 6-8              |3-4
------------+-------+------+--------------------+----------------
t/foo.t     |     10|     1|5                   |

Time:  0 wallclock secs ( 0.10 cusr +  0.01 csys =  0.11 CPU)
Files=3.  Failed 2/3 test programs. 5/33 subtests failed.

--

That will be annoying to put together, but it really seems a lot
cleaner, with no duplicate info (yes, I've already thought about the
"List of Failed" and "TODO Passed" spanning more than one line.)

Cheers,
Ovid

--

Buy the book -- http://www.oreilly.com/catalog/perlhks/
Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

Reply via email to