Subject: | include todo_skip count in TAP::Parser::Aggregator' summary methods |
This is the list of summary methods from TAP::Parser::Aggregator
* failed
* parse_errors
* passed
* planned
* skipped
* todo
* todo_passed
* wait
* exit
todo_skip is missing here.
Don't know if it is relevant, but the metric is mentioned in the
Test::More POD , so it should be mentioned in the POD of
TAP::Parser::Aggregator as well.
Maybe making it an extra metric isn't possible because it has already
been counted as a todo.
Maybe its just the POD of TAP::Parser::Aggregator that needs to be updated.
Just sayin'.
(Test-Harness-3.22 on CPAN, webpage accessed 20110210)