Reusing the Pugs Test System for Fun and Profit #12

Example answer

$y = LoadFile "tests.yml";
do { do {
  $t{$1}++ if $_->{todo} && $_->{diag} =~ /TODO (.*?)\)/
} for @{ $_->{events} } } for @{ $y->{meat}{test_files} };
print(Dump { todo => \%t });
continued...
Copyright © 2006 Gaal Yahas