$ pm_test_more_subtest.pl 1..9 ok 1 - PRE subtest 1..5 not ok 1 - $sub_xml defined # Failed test '$sub_xml defined' # at ./pm_test_more_subtest.pl line 34. not ok 2 - $sub_xml populated # Failed test '$sub_xml populated' # at ./pm_test_more_subtest.pl line 35. not ok 3 - $args defined # Failed test '$args defined' # at ./pm_test_more_subtest.pl line 36. not ok 4 - $args is hashref # Failed test '$args is hashref' # at ./pm_test_more_subtest.pl line 37. not ok 5 - No tests indicated # Failed test 'No tests indicated' # at ./pm_test_more_subtest.pl line 52. # Looks like you failed 5 tests of 5. not ok 2 - xml_subtest(undef) # Failed test 'xml_subtest(undef)' # at ./pm_test_more_subtest.pl line 13. 1..5 ok 1 - $sub_xml defined ok 2 - $sub_xml populated not ok 3 - $args defined # Failed test '$args defined' # at ./pm_test_more_subtest.pl line 36. not ok 4 - $args is hashref # Failed test '$args is hashref' # at ./pm_test_more_subtest.pl line 37. not ok 5 - No tests indicated # Failed test 'No tests indicated' # at ./pm_test_more_subtest.pl line 52. # Looks like you failed 3 tests of 5. not ok 3 - xml_subtest("blah") # Failed test 'xml_subtest("blah")' # at ./pm_test_more_subtest.pl line 15. 1..5 ok 1 - $sub_xml defined ok 2 - $sub_xml populated not ok 3 - $args defined # Failed test '$args defined' # at ./pm_test_more_subtest.pl line 36. not ok 4 - $args is hashref # Failed test '$args is hashref' # at ./pm_test_more_subtest.pl line 37. not ok 5 - No tests indicated # Failed test 'No tests indicated' # at ./pm_test_more_subtest.pl line 52. # Looks like you failed 3 tests of 5. not ok 4 - xml_subtest("blah", undef) # Failed test 'xml_subtest("blah", undef)' # at ./pm_test_more_subtest.pl line 17. 1..5 ok 1 - $sub_xml defined ok 2 - $sub_xml populated ok 3 - $args defined ok 4 - $args is hashref not ok 5 - No tests indicated # Failed test 'No tests indicated' # at ./pm_test_more_subtest.pl line 52. # Looks like you failed 1 test of 5. not ok 5 - xml_subtest("blah", {}) # Failed test 'xml_subtest("blah", {})' # at ./pm_test_more_subtest.pl line 19. 1..5 ok 1 - $sub_xml defined ok 2 - $sub_xml populated ok 3 - $args defined ok 4 - $args is hashref ok 5 - $sub_xml well-formed ok 6 - xml_subtest($xml, {test_format => 1}) 1..5 ok 1 - $sub_xml defined ok 2 - $sub_xml populated ok 3 - $args defined ok 4 - $args is hashref ok 5 - $sub_xml tag element ok 7 - xml_subtest($xml, {test_tag => 1}) 1..5 ok 1 - $sub_xml defined ok 2 - $sub_xml populated ok 3 - $args defined ok 4 - $args is hashref ok 5 - $sub_xml tag content ok 8 - xml_subtest($xml, {test_content => 1}) ok 9 - POST subtest # Looks like you failed 4 tests of 9.