Optional ExtUtils::MakeMaker::Coverage not available. Everything should still work correctly but you won't be able to run the coverage tests by typing "make testcover". If you subsequently install Devel::Cover please re-run "perl Makefile.PL" to include the testcover target. TAP::Parser includes "runtests" which is the equivalent of the TAP::Harness "prove". If you choose to install runtests you will be able to run a module's test suite via TAP::Parser by typing "runtests -rb" in the project's root directory. Do you wish to install the 'runtests' utility? [y] y WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for TAP::Parser cp lib/TAP/Parser/Iterator/Array.pm blib/lib/TAP/Parser/Iterator/Array.pm cp lib/TAP/Parser/Result/Plan.pm blib/lib/TAP/Parser/Result/Plan.pm cp lib/TAP/Base.pm blib/lib/TAP/Base.pm cp lib/TAP/Parser/Result.pm blib/lib/TAP/Parser/Result.pm cp lib/TAP/Parser/Source/Perl.pm blib/lib/TAP/Parser/Source/Perl.pm cp lib/TAP/Parser/Result/YAML.pm blib/lib/TAP/Parser/Result/YAML.pm cp lib/TAP/Parser/Result/Test.pm blib/lib/TAP/Parser/Result/Test.pm cp lib/TAP/Parser.pm blib/lib/TAP/Parser.pm cp lib/TAP/Parser/Iterator.pm blib/lib/TAP/Parser/Iterator.pm cp lib/TAP/Parser/Source.pm blib/lib/TAP/Parser/Source.pm cp lib/TAP/Parser/Result/Comment.pm blib/lib/TAP/Parser/Result/Comment.pm cp lib/TAP/Parser/Iterator/Stream.pm blib/lib/TAP/Parser/Iterator/Stream.pm cp lib/TAP/Harness/Color.pm blib/lib/TAP/Harness/Color.pm cp lib/TAP/Parser/Grammar.pm blib/lib/TAP/Parser/Grammar.pm cp lib/TAP/Parser/Iterator/Process.pm blib/lib/TAP/Parser/Iterator/Process.pm cp lib/TAP/Parser/Result/Bailout.pm blib/lib/TAP/Parser/Result/Bailout.pm cp lib/TAP/Harness.pm blib/lib/TAP/Harness.pm cp lib/TAP/Parser/Result/Version.pm blib/lib/TAP/Parser/Result/Version.pm cp lib/TAP/Parser/YAMLish/Writer.pm blib/lib/TAP/Parser/YAMLish/Writer.pm cp lib/TAP/Parser/Result/Unknown.pm blib/lib/TAP/Parser/Result/Unknown.pm cp lib/TAP/Parser/Aggregator.pm blib/lib/TAP/Parser/Aggregator.pm cp lib/TAP/Parser/YAMLish/Reader.pm blib/lib/TAP/Parser/YAMLish/Reader.pm cp lib/TAP/Harness/Compatible.pm blib/lib/TAP/Harness/Compatible.pm cp bin/runtests blib/script/runtests /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/runtests Manifying blib/man1/runtests.1 Manifying blib/man3/TAP::Parser::Iterator::Array.3 Manifying blib/man3/TAP::Parser::Result::Plan.3 Manifying blib/man3/TAP::Base.3 Manifying blib/man3/TAP::Parser::Source::Perl.3 Manifying blib/man3/TAP::Parser::Result.3 Manifying blib/man3/TAP::Parser::Result::YAML.3 Manifying blib/man3/TAP::Parser::Result::Test.3 Manifying blib/man3/TAP::Parser.3 Manifying blib/man3/TAP::Parser::Result::Comment.3 Manifying blib/man3/TAP::Parser::Source.3 Manifying blib/man3/TAP::Parser::Iterator.3 Manifying blib/man3/TAP::Parser::Iterator::Stream.3 Manifying blib/man3/TAP::Harness::Color.3 Manifying blib/man3/TAP::Parser::Grammar.3 Manifying blib/man3/TAP::Parser::Iterator::Process.3 Manifying blib/man3/TAP::Parser::Result::Bailout.3 Manifying blib/man3/TAP::Parser::YAMLish::Writer.3 Manifying blib/man3/TAP::Parser::Result::Version.3 Manifying blib/man3/TAP::Harness.3 Manifying blib/man3/TAP::Parser::Result::Unknown.3 Manifying blib/man3/TAP::Parser::Aggregator.3 Manifying blib/man3/TAP::Parser::YAMLish::Reader.3 Manifying blib/man3/TAP::Harness::Compatible.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/compat/*.t t/000-load......................1..40 ok 1 - use TAP::Parser; ok 2 - ... and it should have the correct version ok 3 - use TAP::Parser::Aggregator; ok 4 - ... and it should have the correct version ok 5 - use TAP::Parser::Grammar; ok 6 - ... and it should have the correct version ok 7 - use TAP::Parser::Iterator::Array; ok 8 - ... and it should have the correct version ok 9 - use TAP::Parser::Iterator::Process; ok 10 - ... and it should have the correct version ok 11 - use TAP::Parser::Iterator::Stream; ok 12 - ... and it should have the correct version ok 13 - use TAP::Parser::Result; ok 14 - ... and it should have the correct version ok 15 - use TAP::Parser::Result::Comment; ok 16 - ... and it should have the correct version ok 17 - use TAP::Parser::Result::Plan; ok 18 - ... and it should have the correct version ok 19 - use TAP::Parser::Result::Test; ok 20 - ... and it should have the correct version ok 21 - use TAP::Parser::Result::Unknown; ok 22 - ... and it should have the correct version ok 23 - use TAP::Parser::Result::Bailout; ok 24 - ... and it should have the correct version ok 25 - use TAP::Parser::Result::Version; ok 26 - ... and it should have the correct version ok 27 - use TAP::Parser::Source; ok 28 - ... and it should have the correct version ok 29 - use TAP::Parser::Source::Perl; ok 30 - ... and it should have the correct version ok 31 - use TAP::Parser::YAMLish::Reader; ok 32 - ... and it should have the correct version ok 33 - use TAP::Parser::YAMLish::Writer; ok 34 - ... and it should have the correct version ok 35 - use TAP::Harness; ok 36 - ... and it should have the correct version ok 37 - use TAP::Harness::Color; ok 38 - ... and it should have the correct version ok 39 - use TAP::Base; ok 40 - ... and it should have the correct version # Testing TAP::Parser 0.54, Perl 5.008002, /home/cpanrun/pa-risc1.1/build/5.8.2/bin/perl ok t/010-base......................1..30 ok 1 - TAP::Base->can('new') ok 2 - object creation succeeds ok 3 - object of correct type isa TAP::Base ok 4 - TAP::Base->can('callback') ok 5 - TAP::Base->can('_croak') ok 6 - TAP::Base->can('_callback_for') ok 7 - TAP::Base->can('_initialize') ok 8 - no callbacks allowed croaks OK ok 9 - no callback installed ok 10 - no callbacks in constructor croaks OK ok 11 - object creation succeeds ok 12 - The object isa TAP::Base ok 13 - illegal callback croaks OK ok 14 - callbacks installed OK ok 15 - callback for nice_event returned ok 16 - args passed to callback ok 17 - callback calls the right sub ok 18 - callback for other_event returned ok 19 - callback calls the right sub ok 20 - callback via _make_callback works ok 21 - object creation with callback succeeds ok 22 - The object isa TAP::Base ok 23 - illegal callback croaks OK ok 24 - callback installed OK ok 25 - callback for nice_event returned ok 26 - callback calls the right sub ok 27 - callback for other_event returned ok 28 - callback calls the right sub ok 29 - new callback for other_event returned ok 30 - new callback called OK ok t/020-regression................ok 1 - bailout 1 We should have a result for 1..5 ok 2 - ... and is_plan should return a reasonable value (bailout) ok 3 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 4 - ... and passed should return a reasonable value (bailout) ok 5 - ... and tests_planned should return the correct answer (bailout) ok 6 - ... and is_ok should return a reasonable value (bailout) ok 7 - ... and raw should return the correct answer (bailout) ok 8 - bailout 2 We should have a result for ok 9 - ... and has_skip should return a reasonable value (bailout) ok 10 - ... and is_test should return a reasonable value (bailout) ok 11 - ... and number should return the correct answer (bailout) ok 12 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 13 - ... and actual_passed should return a reasonable value (bailout) ok 14 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 15 - ... and passed should return a reasonable value (bailout) ok 16 - ... and is_ok should return a reasonable value (bailout) ok 17 - ... and description should return the correct answer (bailout) ok 18 - ... and is_actual_ok should return a reasonable value (bailout) ok 19 - ... and has_todo should return a reasonable value (bailout) ok 20 - bailout 3 We should have a result for ok 21 - ... and has_skip should return a reasonable value (bailout) ok 22 - ... and is_test should return a reasonable value (bailout) ok 23 - ... and number should return the correct answer (bailout) ok 24 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 25 - ... and actual_passed should return a reasonable value (bailout) ok 26 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 27 - ... and passed should return a reasonable value (bailout) ok 28 - ... and description should return the correct answer (bailout) ok 29 - ... and is_ok should return a reasonable value (bailout) ok 30 - ... and is_actual_ok should return a reasonable value (bailout) ok 31 - ... and has_todo should return a reasonable value (bailout) ok 32 - bailout 4 We should have a result for ok 33 - ... and has_skip should return a reasonable value (bailout) ok 34 - ... and is_test should return a reasonable value (bailout) ok 35 - ... and number should return the correct answer (bailout) ok 36 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 37 - ... and actual_passed should return a reasonable value (bailout) ok 38 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 39 - ... and passed should return a reasonable value (bailout) ok 40 - ... and description should return the correct answer (bailout) ok 41 - ... and is_ok should return a reasonable value (bailout) ok 42 - ... and is_actual_ok should return a reasonable value (bailout) ok 43 - ... and has_todo should return a reasonable value (bailout) ok 44 - bailout 5 We should have a result for Bail out! GERONIMMMOOOOOO!!! ok 45 - ... and explanation should return the correct answer (bailout) ok 46 - ... and is_bailout should return a reasonable value (bailout) ok 47 - bailout 6 We should have a result for ok 48 - ... and has_skip should return a reasonable value (bailout) ok 49 - ... and is_test should return a reasonable value (bailout) ok 50 - ... and number should return the correct answer (bailout) ok 51 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 52 - ... and actual_passed should return a reasonable value (bailout) ok 53 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 54 - ... and passed should return a reasonable value (bailout) ok 55 - ... and description should return the correct answer (bailout) ok 56 - ... and is_ok should return a reasonable value (bailout) ok 57 - ... and is_actual_ok should return a reasonable value (bailout) ok 58 - ... and has_todo should return a reasonable value (bailout) ok 59 - bailout 7 We should have a result for ok 60 - ... and has_skip should return a reasonable value (bailout) ok 61 - ... and is_test should return a reasonable value (bailout) ok 62 - ... and number should return the correct answer (bailout) ok 63 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 64 - ... and actual_passed should return a reasonable value (bailout) ok 65 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 66 - ... and passed should return a reasonable value (bailout) ok 67 - ... and description should return the correct answer (bailout) ok 68 - ... and is_ok should return a reasonable value (bailout) ok 69 - ... and is_actual_ok should return a reasonable value (bailout) ok 70 - ... and has_todo should return a reasonable value (bailout) ok 71 - ... and we should have the correct number of results (bailout) ok 72 - 'bailout' should parse successfully ok 73 - ... and tests_run should equal 5 (bailout) ok 74 - ... and actual_passed should be the correct amount (bailout) ok 75 - ...... and the correct values (bailout) ok 76 - ... and todo_passed should be the correct amount (bailout) ok 77 - ...... and the correct values (bailout) ok 78 - ... and exit should equal 0 (bailout) ok 79 - ... and failed should be the correct amount (bailout) ok 80 - ...... and the correct values (bailout) ok 81 - ... and actual_failed should be the correct amount (bailout) ok 82 - ...... and the correct values (bailout) ok 83 - ... and plan should equal 1..5 (bailout) ok 84 - ... and tests_planned should equal 5 (bailout) ok 85 - ... and todo should be the correct amount (bailout) ok 86 - ...... and the correct values (bailout) ok 87 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 88 - ... and good_plan should return a reasonable value (bailout) ok 89 - ... and parse_errors should be the correct amount (bailout) ok 90 - ...... and the correct values (bailout) ok 91 - ... and version should equal 12 (bailout) ok 92 - ... and passed should be the correct amount (bailout) ok 93 - ...... and the correct values (bailout) ok 94 - ... and skipped should be the correct amount (bailout) ok 95 - ...... and the correct values (bailout) ok 96 - ... and is_good_plan should return a reasonable value (bailout) ok 97 - ... and wait should equal 0 (bailout) ok 98 - bignum 1 We should have a result for 1..2 ok 99 - ... and is_plan should return a reasonable value (bignum) ok 100 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 101 - ... and passed should return a reasonable value (bignum) ok 102 - ... and tests_planned should return the correct answer (bignum) ok 103 - ... and is_ok should return a reasonable value (bignum) ok 104 - ... and raw should return the correct answer (bignum) ok 105 - bignum 2 We should have a result for ok 106 - ... and has_skip should return a reasonable value (bignum) ok 107 - ... and is_test should return a reasonable value (bignum) ok 108 - ... and number should return the correct answer (bignum) ok 109 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 110 - ... and actual_passed should return a reasonable value (bignum) ok 111 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 112 - ... and passed should return a reasonable value (bignum) ok 113 - ... and description should return the correct answer (bignum) ok 114 - ... and is_ok should return a reasonable value (bignum) ok 115 - ... and is_actual_ok should return a reasonable value (bignum) ok 116 - ... and has_todo should return a reasonable value (bignum) ok 117 - ... and explanation should return the correct answer (bignum) ok 118 - bignum 3 We should have a result for ok 119 - ... and has_skip should return a reasonable value (bignum) ok 120 - ... and is_test should return a reasonable value (bignum) ok 121 - ... and number should return the correct answer (bignum) ok 122 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 123 - ... and actual_passed should return a reasonable value (bignum) ok 124 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 125 - ... and passed should return a reasonable value (bignum) ok 126 - ... and description should return the correct answer (bignum) ok 127 - ... and is_ok should return a reasonable value (bignum) ok 128 - ... and is_actual_ok should return a reasonable value (bignum) ok 129 - ... and has_todo should return a reasonable value (bignum) ok 130 - ... and explanation should return the correct answer (bignum) ok 131 - bignum 4 We should have a result for ok 132 - ... and has_skip should return a reasonable value (bignum) ok 133 - ... and is_test should return a reasonable value (bignum) ok 134 - ... and number should return the correct answer (bignum) ok 135 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 136 - ... and actual_passed should return a reasonable value (bignum) ok 137 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 138 - ... and passed should return a reasonable value (bignum) ok 139 - ... and description should return the correct answer (bignum) ok 140 - ... and is_ok should return a reasonable value (bignum) ok 141 - ... and is_actual_ok should return a reasonable value (bignum) ok 142 - ... and has_todo should return a reasonable value (bignum) ok 143 - ... and explanation should return the correct answer (bignum) ok 144 - bignum 5 We should have a result for ok 145 - ... and has_skip should return a reasonable value (bignum) ok 146 - ... and is_test should return a reasonable value (bignum) ok 147 - ... and number should return the correct answer (bignum) ok 148 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 149 - ... and actual_passed should return a reasonable value (bignum) ok 150 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 151 - ... and passed should return a reasonable value (bignum) ok 152 - ... and description should return the correct answer (bignum) ok 153 - ... and is_ok should return a reasonable value (bignum) ok 154 - ... and is_actual_ok should return a reasonable value (bignum) ok 155 - ... and has_todo should return a reasonable value (bignum) ok 156 - ... and explanation should return the correct answer (bignum) ok 157 - ... and we should have the correct number of results (bignum) ok 158 - 'bignum' should parse successfully ok 159 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 160 - ... and good_plan should return a reasonable value (bignum) ok 161 - ... and parse_errors should be the correct amount (bignum) ok 162 - ...... and the correct values (bignum) ok 163 - ... and tests_run should equal 4 (bignum) ok 164 - ... and actual_passed should be the correct amount (bignum) ok 165 - ...... and the correct values (bignum) ok 166 - ... and todo_passed should be the correct amount (bignum) ok 167 - ...... and the correct values (bignum) ok 168 - ... and exit should equal 0 (bignum) ok 169 - ... and passed should be the correct amount (bignum) ok 170 - ...... and the correct values (bignum) ok 171 - ... and failed should be the correct amount (bignum) ok 172 - ...... and the correct values (bignum) ok 173 - ... and skipped should be the correct amount (bignum) ok 174 - ...... and the correct values (bignum) ok 175 - ... and actual_failed should be the correct amount (bignum) ok 176 - ...... and the correct values (bignum) ok 177 - ... and wait should equal 0 (bignum) ok 178 - ... and plan should equal 1..2 (bignum) ok 179 - ... and tests_planned should equal 2 (bignum) ok 180 - ... and todo should be the correct amount (bignum) ok 181 - ...... and the correct values (bignum) ok 182 - bignum_many 1 We should have a result for 1..2 ok 183 - ... and is_plan should return a reasonable value (bignum_many) ok 184 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 185 - ... and passed should return a reasonable value (bignum_many) ok 186 - ... and tests_planned should return the correct answer (bignum_many) ok 187 - ... and is_ok should return a reasonable value (bignum_many) ok 188 - ... and raw should return the correct answer (bignum_many) ok 189 - bignum_many 2 We should have a result for ok 190 - ... and has_skip should return a reasonable value (bignum_many) ok 191 - ... and is_test should return a reasonable value (bignum_many) ok 192 - ... and number should return the correct answer (bignum_many) ok 193 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 194 - ... and actual_passed should return a reasonable value (bignum_many) ok 195 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 196 - ... and passed should return a reasonable value (bignum_many) ok 197 - ... and description should return the correct answer (bignum_many) ok 198 - ... and is_ok should return a reasonable value (bignum_many) ok 199 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 200 - ... and has_todo should return a reasonable value (bignum_many) ok 201 - ... and explanation should return the correct answer (bignum_many) ok 202 - bignum_many 3 We should have a result for ok 203 - ... and has_skip should return a reasonable value (bignum_many) ok 204 - ... and is_test should return a reasonable value (bignum_many) ok 205 - ... and number should return the correct answer (bignum_many) ok 206 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 207 - ... and actual_passed should return a reasonable value (bignum_many) ok 208 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 209 - ... and passed should return a reasonable value (bignum_many) ok 210 - ... and description should return the correct answer (bignum_many) ok 211 - ... and is_ok should return a reasonable value (bignum_many) ok 212 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 213 - ... and has_todo should return a reasonable value (bignum_many) ok 214 - ... and explanation should return the correct answer (bignum_many) ok 215 - bignum_many 4 We should have a result for ok 216 - ... and has_skip should return a reasonable value (bignum_many) ok 217 - ... and is_test should return a reasonable value (bignum_many) ok 218 - ... and number should return the correct answer (bignum_many) ok 219 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 220 - ... and actual_passed should return a reasonable value (bignum_many) ok 221 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 222 - ... and passed should return a reasonable value (bignum_many) ok 223 - ... and description should return the correct answer (bignum_many) ok 224 - ... and is_ok should return a reasonable value (bignum_many) ok 225 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 226 - ... and has_todo should return a reasonable value (bignum_many) ok 227 - ... and explanation should return the correct answer (bignum_many) ok 228 - bignum_many 5 We should have a result for ok 229 - ... and has_skip should return a reasonable value (bignum_many) ok 230 - ... and is_test should return a reasonable value (bignum_many) ok 231 - ... and number should return the correct answer (bignum_many) ok 232 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 233 - ... and actual_passed should return a reasonable value (bignum_many) ok 234 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 235 - ... and passed should return a reasonable value (bignum_many) ok 236 - ... and description should return the correct answer (bignum_many) ok 237 - ... and is_ok should return a reasonable value (bignum_many) ok 238 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 239 - ... and has_todo should return a reasonable value (bignum_many) ok 240 - ... and explanation should return the correct answer (bignum_many) ok 241 - bignum_many 6 We should have a result for ok 242 - ... and has_skip should return a reasonable value (bignum_many) ok 243 - ... and is_test should return a reasonable value (bignum_many) ok 244 - ... and number should return the correct answer (bignum_many) ok 245 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 246 - ... and actual_passed should return a reasonable value (bignum_many) ok 247 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 248 - ... and passed should return a reasonable value (bignum_many) ok 249 - ... and description should return the correct answer (bignum_many) ok 250 - ... and is_ok should return a reasonable value (bignum_many) ok 251 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 252 - ... and has_todo should return a reasonable value (bignum_many) ok 253 - ... and explanation should return the correct answer (bignum_many) ok 254 - bignum_many 7 We should have a result for ok 255 - ... and has_skip should return a reasonable value (bignum_many) ok 256 - ... and is_test should return a reasonable value (bignum_many) ok 257 - ... and number should return the correct answer (bignum_many) ok 258 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 259 - ... and actual_passed should return a reasonable value (bignum_many) ok 260 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 261 - ... and passed should return a reasonable value (bignum_many) ok 262 - ... and description should return the correct answer (bignum_many) ok 263 - ... and is_ok should return a reasonable value (bignum_many) ok 264 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 265 - ... and has_todo should return a reasonable value (bignum_many) ok 266 - ... and explanation should return the correct answer (bignum_many) ok 267 - bignum_many 8 We should have a result for ok 268 - ... and has_skip should return a reasonable value (bignum_many) ok 269 - ... and is_test should return a reasonable value (bignum_many) ok 270 - ... and number should return the correct answer (bignum_many) ok 271 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 272 - ... and actual_passed should return a reasonable value (bignum_many) ok 273 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 274 - ... and passed should return a reasonable value (bignum_many) ok 275 - ... and description should return the correct answer (bignum_many) ok 276 - ... and is_ok should return a reasonable value (bignum_many) ok 277 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 278 - ... and has_todo should return a reasonable value (bignum_many) ok 279 - ... and explanation should return the correct answer (bignum_many) ok 280 - bignum_many 9 We should have a result for ok 281 - ... and has_skip should return a reasonable value (bignum_many) ok 282 - ... and is_test should return a reasonable value (bignum_many) ok 283 - ... and number should return the correct answer (bignum_many) ok 284 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 285 - ... and actual_passed should return a reasonable value (bignum_many) ok 286 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 287 - ... and passed should return a reasonable value (bignum_many) ok 288 - ... and description should return the correct answer (bignum_many) ok 289 - ... and is_ok should return a reasonable value (bignum_many) ok 290 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 291 - ... and has_todo should return a reasonable value (bignum_many) ok 292 - ... and explanation should return the correct answer (bignum_many) ok 293 - bignum_many 10 We should have a result for ok 294 - ... and has_skip should return a reasonable value (bignum_many) ok 295 - ... and is_test should return a reasonable value (bignum_many) ok 296 - ... and number should return the correct answer (bignum_many) ok 297 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 298 - ... and actual_passed should return a reasonable value (bignum_many) ok 299 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 300 - ... and passed should return a reasonable value (bignum_many) ok 301 - ... and description should return the correct answer (bignum_many) ok 302 - ... and is_ok should return a reasonable value (bignum_many) ok 303 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 304 - ... and has_todo should return a reasonable value (bignum_many) ok 305 - ... and explanation should return the correct answer (bignum_many) ok 306 - bignum_many 11 We should have a result for ok 307 - ... and has_skip should return a reasonable value (bignum_many) ok 308 - ... and is_test should return a reasonable value (bignum_many) ok 309 - ... and number should return the correct answer (bignum_many) ok 310 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 311 - ... and actual_passed should return a reasonable value (bignum_many) ok 312 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 313 - ... and passed should return a reasonable value (bignum_many) ok 314 - ... and description should return the correct answer (bignum_many) ok 315 - ... and is_ok should return a reasonable value (bignum_many) ok 316 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 317 - ... and has_todo should return a reasonable value (bignum_many) ok 318 - ... and explanation should return the correct answer (bignum_many) ok 319 - bignum_many 12 We should have a result for ok 320 - ... and has_skip should return a reasonable value (bignum_many) ok 321 - ... and is_test should return a reasonable value (bignum_many) ok 322 - ... and number should return the correct answer (bignum_many) ok 323 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 324 - ... and actual_passed should return a reasonable value (bignum_many) ok 325 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 326 - ... and passed should return a reasonable value (bignum_many) ok 327 - ... and description should return the correct answer (bignum_many) ok 328 - ... and is_ok should return a reasonable value (bignum_many) ok 329 - ... and is_actual_ok should return a reasonable value (bignum_many) ok 330 - ... and has_todo should return a reasonable value (bignum_many) ok 331 - ... and explanation should return the correct answer (bignum_many) ok 332 - ... and we should have the correct number of results (bignum_many) ok 333 - 'bignum_many' should parse successfully ok 334 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 335 - ... and good_plan should return a reasonable value (bignum_many) ok 336 - ... and parse_errors should be the correct amount (bignum_many) ok 337 - ...... and the correct values (bignum_many) ok 338 - ... and tests_run should equal 11 (bignum_many) ok 339 - ... and actual_passed should be the correct amount (bignum_many) ok 340 - ...... and the correct values (bignum_many) ok 341 - ... and todo_passed should be the correct amount (bignum_many) ok 342 - ...... and the correct values (bignum_many) ok 343 - ... and exit should equal 0 (bignum_many) ok 344 - ... and passed should be the correct amount (bignum_many) ok 345 - ...... and the correct values (bignum_many) ok 346 - ... and failed should be the correct amount (bignum_many) ok 347 - ...... and the correct values (bignum_many) ok 348 - ... and skipped should be the correct amount (bignum_many) ok 349 - ...... and the correct values (bignum_many) ok 350 - ... and actual_failed should be the correct amount (bignum_many) ok 351 - ...... and the correct values (bignum_many) ok 352 - ... and wait should equal 0 (bignum_many) ok 353 - ... and plan should equal 1..2 (bignum_many) ok 354 - ... and tests_planned should equal 2 (bignum_many) ok 355 - ... and todo should be the correct amount (bignum_many) ok 356 - ...... and the correct values (bignum_many) ok 357 - combined 1 We should have a result for 1..10 ok 358 - ... and is_plan should return a reasonable value (combined) ok 359 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 360 - ... and passed should return a reasonable value (combined) ok 361 - ... and tests_planned should return the correct answer (combined) ok 362 - ... and is_ok should return a reasonable value (combined) ok 363 - ... and raw should return the correct answer (combined) ok 364 - combined 2 We should have a result for ok 365 - ... and has_skip should return a reasonable value (combined) ok 366 - ... and is_test should return a reasonable value (combined) ok 367 - ... and number should return the correct answer (combined) ok 368 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 369 - ... and actual_passed should return a reasonable value (combined) ok 370 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 371 - ... and passed should return a reasonable value (combined) ok 372 - ... and description should return the correct answer (combined) ok 373 - ... and is_ok should return a reasonable value (combined) ok 374 - ... and is_actual_ok should return a reasonable value (combined) ok 375 - ... and has_todo should return a reasonable value (combined) ok 376 - ... and explanation should return the correct answer (combined) ok 377 - combined 3 We should have a result for basset hounds got long ears ok 378 - ... and has_skip should return a reasonable value (combined) ok 379 - ... and is_test should return a reasonable value (combined) ok 380 - ... and number should return the correct answer (combined) ok 381 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 382 - ... and actual_passed should return a reasonable value (combined) ok 383 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 384 - ... and passed should return a reasonable value (combined) ok 385 - ... and description should return the correct answer (combined) ok 386 - ... and is_ok should return a reasonable value (combined) ok 387 - ... and is_actual_ok should return a reasonable value (combined) ok 388 - ... and has_todo should return a reasonable value (combined) ok 389 - ... and explanation should return the correct answer (combined) ok 390 - combined 4 We should have a result for all hell broke loose ok 391 - ... and has_skip should return a reasonable value (combined) ok 392 - ... and is_test should return a reasonable value (combined) ok 393 - ... and number should return the correct answer (combined) ok 394 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 395 - ... and actual_passed should return a reasonable value (combined) ok 396 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 397 - ... and passed should return a reasonable value (combined) ok 398 - ... and description should return the correct answer (combined) ok 399 - ... and is_ok should return a reasonable value (combined) ok 400 - ... and is_actual_ok should return a reasonable value (combined) ok 401 - ... and has_todo should return a reasonable value (combined) ok 402 - ... and explanation should return the correct answer (combined) ok 403 - combined 5 We should have a result for ok 404 - ... and has_skip should return a reasonable value (combined) ok 405 - ... and is_test should return a reasonable value (combined) ok 406 - ... and number should return the correct answer (combined) ok 407 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 408 - ... and actual_passed should return a reasonable value (combined) ok 409 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 410 - ... and passed should return a reasonable value (combined) ok 411 - ... and description should return the correct answer (combined) ok 412 - ... and is_ok should return a reasonable value (combined) ok 413 - ... and is_actual_ok should return a reasonable value (combined) ok 414 - ... and has_todo should return a reasonable value (combined) ok 415 - ... and explanation should return the correct answer (combined) ok 416 - combined 6 We should have a result for say "live without loving", ok 417 - ... and has_skip should return a reasonable value (combined) ok 418 - ... and is_test should return a reasonable value (combined) ok 419 - ... and number should return the correct answer (combined) ok 420 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 421 - ... and actual_passed should return a reasonable value (combined) ok 422 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 423 - ... and passed should return a reasonable value (combined) ok 424 - ... and description should return the correct answer (combined) ok 425 - ... and is_ok should return a reasonable value (combined) ok 426 - ... and is_actual_ok should return a reasonable value (combined) ok 427 - ... and has_todo should return a reasonable value (combined) ok 428 - ... and explanation should return the correct answer (combined) ok 429 - combined 7 We should have a result for I'd beg off. ok 430 - ... and has_skip should return a reasonable value (combined) ok 431 - ... and is_test should return a reasonable value (combined) ok 432 - ... and number should return the correct answer (combined) ok 433 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 434 - ... and actual_passed should return a reasonable value (combined) ok 435 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 436 - ... and passed should return a reasonable value (combined) ok 437 - ... and description should return the correct answer (combined) ok 438 - ... and is_ok should return a reasonable value (combined) ok 439 - ... and is_actual_ok should return a reasonable value (combined) ok 440 - ... and has_todo should return a reasonable value (combined) ok 441 - ... and explanation should return the correct answer (combined) ok 442 - combined 8 We should have a result for ok 443 - ... and has_skip should return the correct answer (combined) ok 444 - ... and is_test should return a reasonable value (combined) ok 445 - ... and number should return the correct answer (combined) ok 446 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 447 - ... and actual_passed should return a reasonable value (combined) ok 448 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 449 - ... and passed should return a reasonable value (combined) ok 450 - ... and description should return the correct answer (combined) ok 451 - ... and is_ok should return a reasonable value (combined) ok 452 - ... and is_actual_ok should return a reasonable value (combined) ok 453 - ... and has_todo should return a reasonable value (combined) ok 454 - ... and explanation should return the correct answer (combined) ok 455 - combined 9 We should have a result for Girls are such exquisite hell ok 456 - ... and has_skip should return a reasonable value (combined) ok 457 - ... and is_test should return a reasonable value (combined) ok 458 - ... and number should return the correct answer (combined) ok 459 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 460 - ... and actual_passed should return a reasonable value (combined) ok 461 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 462 - ... and passed should return a reasonable value (combined) ok 463 - ... and description should return the correct answer (combined) ok 464 - ... and is_ok should return a reasonable value (combined) ok 465 - ... and is_actual_ok should return a reasonable value (combined) ok 466 - ... and has_todo should return a reasonable value (combined) ok 467 - ... and explanation should return the correct answer (combined) ok 468 - combined 10 We should have a result for Elegy 9B ok 469 - ... and has_skip should return a reasonable value (combined) ok 470 - ... and is_test should return a reasonable value (combined) ok 471 - ... and number should return the correct answer (combined) ok 472 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 473 - ... and actual_passed should return a reasonable value (combined) ok 474 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 475 - ... and passed should return a reasonable value (combined) ok 476 - ... and description should return the correct answer (combined) ok 477 - ... and is_ok should return a reasonable value (combined) ok 478 - ... and is_actual_ok should return a reasonable value (combined) ok 479 - ... and has_todo should return a reasonable value (combined) ok 480 - ... and explanation should return the correct answer (combined) ok 481 - combined 11 We should have a result for ok 482 - ... and has_skip should return a reasonable value (combined) ok 483 - ... and is_test should return a reasonable value (combined) ok 484 - ... and number should return the correct answer (combined) ok 485 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 486 - ... and actual_passed should return a reasonable value (combined) ok 487 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 488 - ... and passed should return a reasonable value (combined) ok 489 - ... and description should return the correct answer (combined) ok 490 - ... and is_ok should return a reasonable value (combined) ok 491 - ... and is_actual_ok should return a reasonable value (combined) ok 492 - ... and has_todo should return a reasonable value (combined) ok 493 - ... and explanation should return the correct answer (combined) ok 494 - ... and we should have the correct number of results (combined) ok 495 - 'combined' should parse successfully ok 496 - ... and tests_run should equal 10 (combined) ok 497 - ... and actual_passed should be the correct amount (combined) ok 498 - ...... and the correct values (combined) ok 499 - ... and todo_passed should be the correct amount (combined) ok 500 - ...... and the correct values (combined) ok 501 - ... and exit should equal 0 (combined) ok 502 - ... and failed should be the correct amount (combined) ok 503 - ...... and the correct values (combined) ok 504 - ... and actual_failed should be the correct amount (combined) ok 505 - ...... and the correct values (combined) ok 506 - ... and plan should equal 1..10 (combined) ok 507 - ... and tests_planned should equal 10 (combined) ok 508 - ... and todo should be the correct amount (combined) ok 509 - ...... and the correct values (combined) ok 510 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 511 - ... and good_plan should return a reasonable value (combined) ok 512 - ... and parse_errors should be the correct amount (combined) ok 513 - ...... and the correct values (combined) ok 514 - ... and version should equal 12 (combined) ok 515 - ... and passed should be the correct amount (combined) ok 516 - ...... and the correct values (combined) ok 517 - ... and skipped should be the correct amount (combined) ok 518 - ...... and the correct values (combined) ok 519 - ... and is_good_plan should return a reasonable value (combined) ok 520 - ... and wait should equal 0 (combined) ok 521 - descriptive 1 We should have a result for 1..5 ok 522 - ... and is_plan should return a reasonable value (descriptive) ok 523 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 524 - ... and passed should return a reasonable value (descriptive) ok 525 - ... and is_ok should return a reasonable value (descriptive) ok 526 - ... and tests_planned should return the correct answer (descriptive) ok 527 - ... and raw should return the correct answer (descriptive) ok 528 - descriptive 2 We should have a result for Interlock activated ok 529 - ... and has_skip should return a reasonable value (descriptive) ok 530 - ... and is_test should return a reasonable value (descriptive) ok 531 - ... and number should return the correct answer (descriptive) ok 532 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 533 - ... and actual_passed should return a reasonable value (descriptive) ok 534 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 535 - ... and passed should return a reasonable value (descriptive) ok 536 - ... and is_ok should return a reasonable value (descriptive) ok 537 - ... and description should return the correct answer (descriptive) ok 538 - ... and is_actual_ok should return a reasonable value (descriptive) ok 539 - ... and has_todo should return a reasonable value (descriptive) ok 540 - ... and is_unplanned should return a reasonable value (descriptive) ok 541 - descriptive 3 We should have a result for Megathrusters are go ok 542 - ... and has_skip should return a reasonable value (descriptive) ok 543 - ... and is_test should return a reasonable value (descriptive) ok 544 - ... and number should return the correct answer (descriptive) ok 545 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 546 - ... and actual_passed should return a reasonable value (descriptive) ok 547 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 548 - ... and passed should return a reasonable value (descriptive) ok 549 - ... and description should return the correct answer (descriptive) ok 550 - ... and is_ok should return a reasonable value (descriptive) ok 551 - ... and is_actual_ok should return a reasonable value (descriptive) ok 552 - ... and has_todo should return a reasonable value (descriptive) ok 553 - ... and is_unplanned should return a reasonable value (descriptive) ok 554 - descriptive 4 We should have a result for Head formed ok 555 - ... and has_skip should return a reasonable value (descriptive) ok 556 - ... and is_test should return a reasonable value (descriptive) ok 557 - ... and number should return the correct answer (descriptive) ok 558 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 559 - ... and actual_passed should return a reasonable value (descriptive) ok 560 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 561 - ... and passed should return a reasonable value (descriptive) ok 562 - ... and description should return the correct answer (descriptive) ok 563 - ... and is_ok should return a reasonable value (descriptive) ok 564 - ... and is_actual_ok should return a reasonable value (descriptive) ok 565 - ... and has_todo should return a reasonable value (descriptive) ok 566 - ... and is_unplanned should return a reasonable value (descriptive) ok 567 - descriptive 5 We should have a result for Blazing sword formed ok 568 - ... and has_skip should return a reasonable value (descriptive) ok 569 - ... and is_test should return a reasonable value (descriptive) ok 570 - ... and number should return the correct answer (descriptive) ok 571 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 572 - ... and actual_passed should return a reasonable value (descriptive) ok 573 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 574 - ... and passed should return a reasonable value (descriptive) ok 575 - ... and description should return the correct answer (descriptive) ok 576 - ... and is_ok should return a reasonable value (descriptive) ok 577 - ... and is_actual_ok should return a reasonable value (descriptive) ok 578 - ... and has_todo should return a reasonable value (descriptive) ok 579 - ... and is_unplanned should return a reasonable value (descriptive) ok 580 - descriptive 6 We should have a result for Robeast destroyed ok 581 - ... and has_skip should return a reasonable value (descriptive) ok 582 - ... and is_test should return a reasonable value (descriptive) ok 583 - ... and number should return the correct answer (descriptive) ok 584 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 585 - ... and actual_passed should return a reasonable value (descriptive) ok 586 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 587 - ... and passed should return a reasonable value (descriptive) ok 588 - ... and description should return the correct answer (descriptive) ok 589 - ... and is_ok should return a reasonable value (descriptive) ok 590 - ... and is_actual_ok should return a reasonable value (descriptive) ok 591 - ... and has_todo should return a reasonable value (descriptive) ok 592 - ... and is_unplanned should return a reasonable value (descriptive) ok 593 - ... and we should have the correct number of results (descriptive) ok 594 - 'descriptive' should parse successfully ok 595 - ... and tests_run should equal 5 (descriptive) ok 596 - ... and actual_passed should be the correct amount (descriptive) ok 597 - ...... and the correct values (descriptive) ok 598 - ... and todo_passed should be the correct amount (descriptive) ok 599 - ...... and the correct values (descriptive) ok 600 - ... and exit should equal 0 (descriptive) ok 601 - ... and failed should be the correct amount (descriptive) ok 602 - ...... and the correct values (descriptive) ok 603 - ... and actual_failed should be the correct amount (descriptive) ok 604 - ...... and the correct values (descriptive) ok 605 - ... and plan should equal 1..5 (descriptive) ok 606 - ... and tests_planned should equal 5 (descriptive) ok 607 - ... and todo should be the correct amount (descriptive) ok 608 - ...... and the correct values (descriptive) ok 609 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 610 - ... and good_plan should return a reasonable value (descriptive) ok 611 - ... and parse_errors should be the correct amount (descriptive) ok 612 - ...... and the correct values (descriptive) ok 613 - ... and version should equal 12 (descriptive) ok 614 - ... and passed should be the correct amount (descriptive) ok 615 - ...... and the correct values (descriptive) ok 616 - ... and skipped should be the correct amount (descriptive) ok 617 - ...... and the correct values (descriptive) ok 618 - ... and is_good_plan should return a reasonable value (descriptive) ok 619 - ... and wait should equal 0 (descriptive) ok 620 - descriptive_trailing 1 We should have a result for Interlock activated ok 621 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 622 - ... and is_test should return a reasonable value (descriptive_trailing) ok 623 - ... and number should return the correct answer (descriptive_trailing) ok 624 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 625 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 626 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 627 - ... and passed should return a reasonable value (descriptive_trailing) ok 628 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 629 - ... and description should return the correct answer (descriptive_trailing) ok 630 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 631 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 632 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 633 - descriptive_trailing 2 We should have a result for Megathrusters are go ok 634 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 635 - ... and is_test should return a reasonable value (descriptive_trailing) ok 636 - ... and number should return the correct answer (descriptive_trailing) ok 637 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 638 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 639 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 640 - ... and passed should return a reasonable value (descriptive_trailing) ok 641 - ... and description should return the correct answer (descriptive_trailing) ok 642 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 643 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 644 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 645 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 646 - descriptive_trailing 3 We should have a result for Head formed ok 647 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 648 - ... and is_test should return a reasonable value (descriptive_trailing) ok 649 - ... and number should return the correct answer (descriptive_trailing) ok 650 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 651 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 652 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 653 - ... and passed should return a reasonable value (descriptive_trailing) ok 654 - ... and description should return the correct answer (descriptive_trailing) ok 655 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 656 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 657 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 658 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 659 - descriptive_trailing 4 We should have a result for Blazing sword formed ok 660 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 661 - ... and is_test should return a reasonable value (descriptive_trailing) ok 662 - ... and number should return the correct answer (descriptive_trailing) ok 663 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 664 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 665 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 666 - ... and passed should return a reasonable value (descriptive_trailing) ok 667 - ... and description should return the correct answer (descriptive_trailing) ok 668 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 669 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 670 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 671 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 672 - descriptive_trailing 5 We should have a result for Robeast destroyed ok 673 - ... and has_skip should return a reasonable value (descriptive_trailing) ok 674 - ... and is_test should return a reasonable value (descriptive_trailing) ok 675 - ... and number should return the correct answer (descriptive_trailing) ok 676 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 677 - ... and actual_passed should return a reasonable value (descriptive_trailing) ok 678 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 679 - ... and passed should return a reasonable value (descriptive_trailing) ok 680 - ... and description should return the correct answer (descriptive_trailing) ok 681 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 682 - ... and is_actual_ok should return a reasonable value (descriptive_trailing) ok 683 - ... and has_todo should return a reasonable value (descriptive_trailing) ok 684 - ... and is_unplanned should return a reasonable value (descriptive_trailing) ok 685 - descriptive_trailing 6 We should have a result for 1..5 ok 686 - ... and is_plan should return a reasonable value (descriptive_trailing) ok 687 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 688 - ... and passed should return a reasonable value (descriptive_trailing) ok 689 - ... and is_ok should return a reasonable value (descriptive_trailing) ok 690 - ... and tests_planned should return the correct answer (descriptive_trailing) ok 691 - ... and raw should return the correct answer (descriptive_trailing) ok 692 - ... and we should have the correct number of results (descriptive_trailing) ok 693 - 'descriptive_trailing' should parse successfully ok 694 - ... and tests_run should equal 5 (descriptive_trailing) ok 695 - ... and actual_passed should be the correct amount (descriptive_trailing) ok 696 - ...... and the correct values (descriptive_trailing) ok 697 - ... and todo_passed should be the correct amount (descriptive_trailing) ok 698 - ...... and the correct values (descriptive_trailing) ok 699 - ... and exit should equal 0 (descriptive_trailing) ok 700 - ... and failed should be the correct amount (descriptive_trailing) ok 701 - ...... and the correct values (descriptive_trailing) ok 702 - ... and actual_failed should be the correct amount (descriptive_trailing) ok 703 - ...... and the correct values (descriptive_trailing) ok 704 - ... and plan should equal 1..5 (descriptive_trailing) ok 705 - ... and tests_planned should equal 5 (descriptive_trailing) ok 706 - ... and todo should be the correct amount (descriptive_trailing) ok 707 - ...... and the correct values (descriptive_trailing) ok 708 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 709 - ... and good_plan should return a reasonable value (descriptive_trailing) ok 710 - ... and parse_errors should be the correct amount (descriptive_trailing) ok 711 - ...... and the correct values (descriptive_trailing) ok 712 - ... and version should equal 12 (descriptive_trailing) ok 713 - ... and passed should be the correct amount (descriptive_trailing) ok 714 - ...... and the correct values (descriptive_trailing) ok 715 - ... and skipped should be the correct amount (descriptive_trailing) ok 716 - ...... and the correct values (descriptive_trailing) ok 717 - ... and is_good_plan should return a reasonable value (descriptive_trailing) ok 718 - ... and wait should equal 0 (descriptive_trailing) ok 719 - ... and we should have the correct number of results (die) ok 720 - 'die' should parse successfully ok 721 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 722 - ... and good_plan should return a reasonable value (die) ok 723 - ... and parse_errors should be the correct amount (die) ok 724 - ...... and the correct values (die) ok 725 - ... and tests_run should equal 0 (die) ok 726 - ... and actual_passed should be the correct amount (die) ok 727 - ...... and the correct values (die) ok 728 - ... and todo_passed should be the correct amount (die) ok 729 - ...... and the correct values (die) ok 730 - ... and exit should equal 1 (die) ok 731 - ... and passed should be the correct amount (die) ok 732 - ...... and the correct values (die) ok 733 - ... and failed should be the correct amount (die) ok 734 - ...... and the correct values (die) ok 735 - ... and skipped should be the correct amount (die) ok 736 - ...... and the correct values (die) ok 737 - ... and actual_failed should be the correct amount (die) ok 738 - ...... and the correct values (die) ok 739 - ... and wait should return a reasonable value (die) ok 740 - ... and plan should equal (die) ok 741 - ... and tests_planned should equal (die) ok 742 - ... and todo should be the correct amount (die) ok 743 - ...... and the correct values (die) ok 744 - die_head_end 1 We should have a result for ok 745 - ... and has_skip should return a reasonable value (die_head_end) ok 746 - ... and is_test should return a reasonable value (die_head_end) ok 747 - ... and number should return the correct answer (die_head_end) ok 748 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 749 - ... and actual_passed should return a reasonable value (die_head_end) ok 750 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 751 - ... and passed should return a reasonable value (die_head_end) ok 752 - ... and description should return the correct answer (die_head_end) ok 753 - ... and is_ok should return a reasonable value (die_head_end) ok 754 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 755 - ... and has_todo should return a reasonable value (die_head_end) ok 756 - ... and explanation should return the correct answer (die_head_end) ok 757 - die_head_end 2 We should have a result for ok 758 - ... and has_skip should return a reasonable value (die_head_end) ok 759 - ... and is_test should return a reasonable value (die_head_end) ok 760 - ... and number should return the correct answer (die_head_end) ok 761 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 762 - ... and actual_passed should return a reasonable value (die_head_end) ok 763 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 764 - ... and passed should return a reasonable value (die_head_end) ok 765 - ... and description should return the correct answer (die_head_end) ok 766 - ... and is_ok should return a reasonable value (die_head_end) ok 767 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 768 - ... and has_todo should return a reasonable value (die_head_end) ok 769 - ... and explanation should return the correct answer (die_head_end) ok 770 - die_head_end 3 We should have a result for ok 771 - ... and has_skip should return a reasonable value (die_head_end) ok 772 - ... and is_test should return a reasonable value (die_head_end) ok 773 - ... and number should return the correct answer (die_head_end) ok 774 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 775 - ... and actual_passed should return a reasonable value (die_head_end) ok 776 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 777 - ... and passed should return a reasonable value (die_head_end) ok 778 - ... and description should return the correct answer (die_head_end) ok 779 - ... and is_ok should return a reasonable value (die_head_end) ok 780 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 781 - ... and has_todo should return a reasonable value (die_head_end) ok 782 - ... and explanation should return the correct answer (die_head_end) ok 783 - die_head_end 4 We should have a result for ok 784 - ... and has_skip should return a reasonable value (die_head_end) ok 785 - ... and is_test should return a reasonable value (die_head_end) ok 786 - ... and number should return the correct answer (die_head_end) ok 787 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 788 - ... and actual_passed should return a reasonable value (die_head_end) ok 789 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 790 - ... and passed should return a reasonable value (die_head_end) ok 791 - ... and description should return the correct answer (die_head_end) ok 792 - ... and is_ok should return a reasonable value (die_head_end) ok 793 - ... and is_actual_ok should return a reasonable value (die_head_end) ok 794 - ... and has_todo should return a reasonable value (die_head_end) ok 795 - ... and explanation should return the correct answer (die_head_end) ok 796 - ... and we should have the correct number of results (die_head_end) ok 797 - 'die_head_end' should parse successfully ok 798 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 799 - ... and good_plan should return a reasonable value (die_head_end) ok 800 - ... and parse_errors should be the correct amount (die_head_end) ok 801 - ...... and the correct values (die_head_end) ok 802 - ... and tests_run should equal 4 (die_head_end) ok 803 - ... and actual_passed should be the correct amount (die_head_end) ok 804 - ...... and the correct values (die_head_end) ok 805 - ... and todo_passed should be the correct amount (die_head_end) ok 806 - ...... and the correct values (die_head_end) ok 807 - ... and exit should equal 1 (die_head_end) ok 808 - ... and passed should be the correct amount (die_head_end) ok 809 - ...... and the correct values (die_head_end) ok 810 - ... and failed should be the correct amount (die_head_end) ok 811 - ...... and the correct values (die_head_end) ok 812 - ... and skipped should be the correct amount (die_head_end) ok 813 - ...... and the correct values (die_head_end) ok 814 - ... and actual_failed should be the correct amount (die_head_end) ok 815 - ...... and the correct values (die_head_end) ok 816 - ... and wait should return a reasonable value (die_head_end) ok 817 - ... and plan should equal (die_head_end) ok 818 - ... and tests_planned should equal (die_head_end) ok 819 - ... and todo should be the correct amount (die_head_end) ok 820 - ...... and the correct values (die_head_end) ok 821 - die_last_minute 1 We should have a result for ok 822 - ... and has_skip should return a reasonable value (die_last_minute) ok 823 - ... and is_test should return a reasonable value (die_last_minute) ok 824 - ... and number should return the correct answer (die_last_minute) ok 825 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 826 - ... and actual_passed should return a reasonable value (die_last_minute) ok 827 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 828 - ... and passed should return a reasonable value (die_last_minute) ok 829 - ... and description should return the correct answer (die_last_minute) ok 830 - ... and is_ok should return a reasonable value (die_last_minute) ok 831 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 832 - ... and has_todo should return a reasonable value (die_last_minute) ok 833 - ... and explanation should return the correct answer (die_last_minute) ok 834 - die_last_minute 2 We should have a result for ok 835 - ... and has_skip should return a reasonable value (die_last_minute) ok 836 - ... and is_test should return a reasonable value (die_last_minute) ok 837 - ... and number should return the correct answer (die_last_minute) ok 838 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 839 - ... and actual_passed should return a reasonable value (die_last_minute) ok 840 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 841 - ... and passed should return a reasonable value (die_last_minute) ok 842 - ... and description should return the correct answer (die_last_minute) ok 843 - ... and is_ok should return a reasonable value (die_last_minute) ok 844 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 845 - ... and has_todo should return a reasonable value (die_last_minute) ok 846 - ... and explanation should return the correct answer (die_last_minute) ok 847 - die_last_minute 3 We should have a result for ok 848 - ... and has_skip should return a reasonable value (die_last_minute) ok 849 - ... and is_test should return a reasonable value (die_last_minute) ok 850 - ... and number should return the correct answer (die_last_minute) ok 851 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 852 - ... and actual_passed should return a reasonable value (die_last_minute) ok 853 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 854 - ... and passed should return a reasonable value (die_last_minute) ok 855 - ... and description should return the correct answer (die_last_minute) ok 856 - ... and is_ok should return a reasonable value (die_last_minute) ok 857 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 858 - ... and has_todo should return a reasonable value (die_last_minute) ok 859 - ... and explanation should return the correct answer (die_last_minute) ok 860 - die_last_minute 4 We should have a result for ok 861 - ... and has_skip should return a reasonable value (die_last_minute) ok 862 - ... and is_test should return a reasonable value (die_last_minute) ok 863 - ... and number should return the correct answer (die_last_minute) ok 864 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 865 - ... and actual_passed should return a reasonable value (die_last_minute) ok 866 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 867 - ... and passed should return a reasonable value (die_last_minute) ok 868 - ... and description should return the correct answer (die_last_minute) ok 869 - ... and is_ok should return a reasonable value (die_last_minute) ok 870 - ... and is_actual_ok should return a reasonable value (die_last_minute) ok 871 - ... and has_todo should return a reasonable value (die_last_minute) ok 872 - ... and explanation should return the correct answer (die_last_minute) ok 873 - die_last_minute 5 We should have a result for 1..4 ok 874 - ... and is_plan should return a reasonable value (die_last_minute) ok 875 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 876 - ... and passed should return a reasonable value (die_last_minute) ok 877 - ... and tests_planned should return the correct answer (die_last_minute) ok 878 - ... and is_ok should return a reasonable value (die_last_minute) ok 879 - ... and raw should return the correct answer (die_last_minute) ok 880 - ... and we should have the correct number of results (die_last_minute) ok 881 - 'die_last_minute' should parse successfully ok 882 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 883 - ... and good_plan should return a reasonable value (die_last_minute) ok 884 - ... and parse_errors should be the correct amount (die_last_minute) ok 885 - ...... and the correct values (die_last_minute) ok 886 - ... and tests_run should equal 4 (die_last_minute) ok 887 - ... and actual_passed should be the correct amount (die_last_minute) ok 888 - ...... and the correct values (die_last_minute) ok 889 - ... and todo_passed should be the correct amount (die_last_minute) ok 890 - ...... and the correct values (die_last_minute) ok 891 - ... and exit should equal 1 (die_last_minute) ok 892 - ... and passed should be the correct amount (die_last_minute) ok 893 - ...... and the correct values (die_last_minute) ok 894 - ... and failed should be the correct amount (die_last_minute) ok 895 - ...... and the correct values (die_last_minute) ok 896 - ... and skipped should be the correct amount (die_last_minute) ok 897 - ...... and the correct values (die_last_minute) ok 898 - ... and is_good_plan should return a reasonable value (die_last_minute) ok 899 - ... and actual_failed should be the correct amount (die_last_minute) ok 900 - ...... and the correct values (die_last_minute) ok 901 - ... and wait should return a reasonable value (die_last_minute) ok 902 - ... and plan should equal 1..4 (die_last_minute) ok 903 - ... and tests_planned should equal 4 (die_last_minute) ok 904 - ... and todo should be the correct amount (die_last_minute) ok 905 - ...... and the correct values (die_last_minute) ok 906 - duplicates 1 We should have a result for 1..10 ok 907 - ... and is_plan should return a reasonable value (duplicates) ok 908 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 909 - ... and passed should return a reasonable value (duplicates) ok 910 - ... and tests_planned should return the correct answer (duplicates) ok 911 - ... and is_ok should return a reasonable value (duplicates) ok 912 - ... and raw should return the correct answer (duplicates) ok 913 - duplicates 2 We should have a result for ok 914 - ... and has_skip should return a reasonable value (duplicates) ok 915 - ... and is_test should return a reasonable value (duplicates) ok 916 - ... and number should return the correct answer (duplicates) ok 917 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 918 - ... and actual_passed should return a reasonable value (duplicates) ok 919 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 920 - ... and passed should return a reasonable value (duplicates) ok 921 - ... and description should return the correct answer (duplicates) ok 922 - ... and is_ok should return a reasonable value (duplicates) ok 923 - ... and is_actual_ok should return a reasonable value (duplicates) ok 924 - ... and has_todo should return a reasonable value (duplicates) ok 925 - ... and explanation should return the correct answer (duplicates) ok 926 - ... and is_unplanned should return a reasonable value (duplicates) ok 927 - duplicates 3 We should have a result for ok 928 - ... and has_skip should return a reasonable value (duplicates) ok 929 - ... and is_test should return a reasonable value (duplicates) ok 930 - ... and number should return the correct answer (duplicates) ok 931 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 932 - ... and actual_passed should return a reasonable value (duplicates) ok 933 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 934 - ... and passed should return a reasonable value (duplicates) ok 935 - ... and description should return the correct answer (duplicates) ok 936 - ... and is_ok should return a reasonable value (duplicates) ok 937 - ... and is_actual_ok should return a reasonable value (duplicates) ok 938 - ... and has_todo should return a reasonable value (duplicates) ok 939 - ... and explanation should return the correct answer (duplicates) ok 940 - ... and is_unplanned should return a reasonable value (duplicates) ok 941 - duplicates 4 We should have a result for ok 942 - ... and has_skip should return a reasonable value (duplicates) ok 943 - ... and is_test should return a reasonable value (duplicates) ok 944 - ... and number should return the correct answer (duplicates) ok 945 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 946 - ... and actual_passed should return a reasonable value (duplicates) ok 947 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 948 - ... and passed should return a reasonable value (duplicates) ok 949 - ... and description should return the correct answer (duplicates) ok 950 - ... and is_ok should return a reasonable value (duplicates) ok 951 - ... and is_actual_ok should return a reasonable value (duplicates) ok 952 - ... and has_todo should return a reasonable value (duplicates) ok 953 - ... and explanation should return the correct answer (duplicates) ok 954 - ... and is_unplanned should return a reasonable value (duplicates) ok 955 - duplicates 5 We should have a result for ok 956 - ... and has_skip should return a reasonable value (duplicates) ok 957 - ... and is_test should return a reasonable value (duplicates) ok 958 - ... and number should return the correct answer (duplicates) ok 959 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 960 - ... and actual_passed should return a reasonable value (duplicates) ok 961 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 962 - ... and passed should return a reasonable value (duplicates) ok 963 - ... and description should return the correct answer (duplicates) ok 964 - ... and is_ok should return a reasonable value (duplicates) ok 965 - ... and is_actual_ok should return a reasonable value (duplicates) ok 966 - ... and has_todo should return a reasonable value (duplicates) ok 967 - ... and explanation should return the correct answer (duplicates) ok 968 - ... and is_unplanned should return a reasonable value (duplicates) ok 969 - duplicates 6 We should have a result for ok 970 - ... and has_skip should return a reasonable value (duplicates) ok 971 - ... and is_test should return a reasonable value (duplicates) ok 972 - ... and number should return the correct answer (duplicates) ok 973 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 974 - ... and actual_passed should return a reasonable value (duplicates) ok 975 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 976 - ... and passed should return a reasonable value (duplicates) ok 977 - ... and description should return the correct answer (duplicates) ok 978 - ... and is_ok should return a reasonable value (duplicates) ok 979 - ... and is_actual_ok should return a reasonable value (duplicates) ok 980 - ... and has_todo should return a reasonable value (duplicates) ok 981 - ... and explanation should return the correct answer (duplicates) ok 982 - ... and is_unplanned should return a reasonable value (duplicates) ok 983 - duplicates 7 We should have a result for ok 984 - ... and has_skip should return a reasonable value (duplicates) ok 985 - ... and is_test should return a reasonable value (duplicates) ok 986 - ... and number should return the correct answer (duplicates) ok 987 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 988 - ... and actual_passed should return a reasonable value (duplicates) ok 989 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 990 - ... and passed should return a reasonable value (duplicates) ok 991 - ... and description should return the correct answer (duplicates) ok 992 - ... and is_ok should return a reasonable value (duplicates) ok 993 - ... and is_actual_ok should return a reasonable value (duplicates) ok 994 - ... and has_todo should return a reasonable value (duplicates) ok 995 - ... and explanation should return the correct answer (duplicates) ok 996 - ... and is_unplanned should return a reasonable value (duplicates) ok 997 - duplicates 8 We should have a result for ok 998 - ... and has_skip should return a reasonable value (duplicates) ok 999 - ... and is_test should return a reasonable value (duplicates) ok 1000 - ... and number should return the correct answer (duplicates) ok 1001 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1002 - ... and actual_passed should return a reasonable value (duplicates) ok 1003 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1004 - ... and passed should return a reasonable value (duplicates) ok 1005 - ... and description should return the correct answer (duplicates) ok 1006 - ... and is_ok should return a reasonable value (duplicates) ok 1007 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1008 - ... and has_todo should return a reasonable value (duplicates) ok 1009 - ... and explanation should return the correct answer (duplicates) ok 1010 - ... and is_unplanned should return a reasonable value (duplicates) ok 1011 - duplicates 9 We should have a result for ok 1012 - ... and has_skip should return a reasonable value (duplicates) ok 1013 - ... and is_test should return a reasonable value (duplicates) ok 1014 - ... and number should return the correct answer (duplicates) ok 1015 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1016 - ... and actual_passed should return a reasonable value (duplicates) ok 1017 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1018 - ... and passed should return a reasonable value (duplicates) ok 1019 - ... and description should return the correct answer (duplicates) ok 1020 - ... and is_ok should return a reasonable value (duplicates) ok 1021 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1022 - ... and has_todo should return a reasonable value (duplicates) ok 1023 - ... and explanation should return the correct answer (duplicates) ok 1024 - ... and is_unplanned should return a reasonable value (duplicates) ok 1025 - duplicates 10 We should have a result for ok 1026 - ... and has_skip should return a reasonable value (duplicates) ok 1027 - ... and is_test should return a reasonable value (duplicates) ok 1028 - ... and number should return the correct answer (duplicates) ok 1029 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1030 - ... and actual_passed should return a reasonable value (duplicates) ok 1031 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1032 - ... and passed should return a reasonable value (duplicates) ok 1033 - ... and description should return the correct answer (duplicates) ok 1034 - ... and is_ok should return a reasonable value (duplicates) ok 1035 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1036 - ... and has_todo should return a reasonable value (duplicates) ok 1037 - ... and explanation should return the correct answer (duplicates) ok 1038 - ... and is_unplanned should return a reasonable value (duplicates) ok 1039 - duplicates 11 We should have a result for ok 1040 - ... and has_skip should return a reasonable value (duplicates) ok 1041 - ... and is_test should return a reasonable value (duplicates) ok 1042 - ... and number should return the correct answer (duplicates) ok 1043 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1044 - ... and actual_passed should return a reasonable value (duplicates) ok 1045 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1046 - ... and passed should return a reasonable value (duplicates) ok 1047 - ... and description should return the correct answer (duplicates) ok 1048 - ... and is_ok should return a reasonable value (duplicates) ok 1049 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1050 - ... and has_todo should return a reasonable value (duplicates) ok 1051 - ... and explanation should return the correct answer (duplicates) ok 1052 - ... and is_unplanned should return a reasonable value (duplicates) ok 1053 - duplicates 12 We should have a result for ok 1054 - ... and has_skip should return a reasonable value (duplicates) ok 1055 - ... and is_test should return a reasonable value (duplicates) ok 1056 - ... and number should return the correct answer (duplicates) ok 1057 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1058 - ... and actual_passed should return a reasonable value (duplicates) ok 1059 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1060 - ... and passed should return a reasonable value (duplicates) ok 1061 - ... and description should return the correct answer (duplicates) ok 1062 - ... and is_ok should return a reasonable value (duplicates) ok 1063 - ... and is_actual_ok should return a reasonable value (duplicates) ok 1064 - ... and has_todo should return a reasonable value (duplicates) ok 1065 - ... and explanation should return the correct answer (duplicates) ok 1066 - ... and is_unplanned should return a reasonable value (duplicates) ok 1067 - ... and we should have the correct number of results (duplicates) ok 1068 - 'duplicates' should parse successfully ok 1069 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1070 - ... and good_plan should return a reasonable value (duplicates) ok 1071 - ... and parse_errors should be the correct amount (duplicates) ok 1072 - ...... and the correct values (duplicates) ok 1073 - ... and tests_run should equal 11 (duplicates) ok 1074 - ... and actual_passed should be the correct amount (duplicates) ok 1075 - ...... and the correct values (duplicates) ok 1076 - ... and todo_passed should be the correct amount (duplicates) ok 1077 - ...... and the correct values (duplicates) ok 1078 - ... and exit should equal 0 (duplicates) ok 1079 - ... and passed should be the correct amount (duplicates) ok 1080 - ...... and the correct values (duplicates) ok 1081 - ... and failed should be the correct amount (duplicates) ok 1082 - ...... and the correct values (duplicates) ok 1083 - ... and skipped should be the correct amount (duplicates) ok 1084 - ...... and the correct values (duplicates) ok 1085 - ... and actual_failed should be the correct amount (duplicates) ok 1086 - ...... and the correct values (duplicates) ok 1087 - ... and wait should equal 0 (duplicates) ok 1088 - ... and plan should equal 1..10 (duplicates) ok 1089 - ... and tests_planned should equal 10 (duplicates) ok 1090 - ... and todo should be the correct amount (duplicates) ok 1091 - ...... and the correct values (duplicates) ok 1092 - escape_eol 1 We should have a result for 1..2 ok 1093 - ... and is_plan should return a reasonable value (escape_eol) ok 1094 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1095 - ... and passed should return a reasonable value (escape_eol) ok 1096 - ... and is_ok should return a reasonable value (escape_eol) ok 1097 - ... and tests_planned should return the correct answer (escape_eol) ok 1098 - ... and raw should return the correct answer (escape_eol) ok 1099 - escape_eol 2 We should have a result for Should parse as literal backslash --> \ ok 1100 - ... and has_skip should return a reasonable value (escape_eol) ok 1101 - ... and is_test should return a reasonable value (escape_eol) ok 1102 - ... and number should return the correct answer (escape_eol) ok 1103 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1104 - ... and actual_passed should return a reasonable value (escape_eol) ok 1105 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1106 - ... and passed should return a reasonable value (escape_eol) ok 1107 - ... and is_ok should return a reasonable value (escape_eol) ok 1108 - ... and description should return the correct answer (escape_eol) ok 1109 - ... and is_actual_ok should return a reasonable value (escape_eol) ok 1110 - ... and has_todo should return a reasonable value (escape_eol) ok 1111 - ... and is_unplanned should return a reasonable value (escape_eol) ok 1112 - escape_eol 3 We should have a result for Not a continuation line ok 1113 - ... and has_skip should return a reasonable value (escape_eol) ok 1114 - ... and is_test should return a reasonable value (escape_eol) ok 1115 - ... and number should return the correct answer (escape_eol) ok 1116 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1117 - ... and actual_passed should return a reasonable value (escape_eol) ok 1118 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1119 - ... and passed should return a reasonable value (escape_eol) ok 1120 - ... and description should return the correct answer (escape_eol) ok 1121 - ... and is_ok should return a reasonable value (escape_eol) ok 1122 - ... and is_actual_ok should return a reasonable value (escape_eol) ok 1123 - ... and has_todo should return a reasonable value (escape_eol) ok 1124 - ... and is_unplanned should return a reasonable value (escape_eol) ok 1125 - ... and we should have the correct number of results (escape_eol) ok 1126 - 'escape_eol' should parse successfully ok 1127 - ... and tests_run should equal 2 (escape_eol) ok 1128 - ... and actual_passed should be the correct amount (escape_eol) ok 1129 - ...... and the correct values (escape_eol) ok 1130 - ... and todo_passed should be the correct amount (escape_eol) ok 1131 - ...... and the correct values (escape_eol) ok 1132 - ... and exit should equal 0 (escape_eol) ok 1133 - ... and failed should be the correct amount (escape_eol) ok 1134 - ...... and the correct values (escape_eol) ok 1135 - ... and actual_failed should be the correct amount (escape_eol) ok 1136 - ...... and the correct values (escape_eol) ok 1137 - ... and plan should equal 1..2 (escape_eol) ok 1138 - ... and tests_planned should equal 2 (escape_eol) ok 1139 - ... and todo should be the correct amount (escape_eol) ok 1140 - ...... and the correct values (escape_eol) ok 1141 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1142 - ... and good_plan should return a reasonable value (escape_eol) ok 1143 - ... and parse_errors should be the correct amount (escape_eol) ok 1144 - ...... and the correct values (escape_eol) ok 1145 - ... and version should equal 12 (escape_eol) ok 1146 - ... and passed should be the correct amount (escape_eol) ok 1147 - ...... and the correct values (escape_eol) ok 1148 - ... and skipped should be the correct amount (escape_eol) ok 1149 - ...... and the correct values (escape_eol) ok 1150 - ... and is_good_plan should return a reasonable value (escape_eol) ok 1151 - ... and wait should equal 0 (escape_eol) ok 1152 - escape_hash 1 We should have a result for 1..3 ok 1153 - ... and is_plan should return a reasonable value (escape_hash) ok 1154 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1155 - ... and passed should return a reasonable value (escape_hash) ok 1156 - ... and is_ok should return a reasonable value (escape_hash) ok 1157 - ... and tests_planned should return the correct answer (escape_hash) ok 1158 - ... and raw should return the correct answer (escape_hash) ok 1159 - escape_hash 2 We should have a result for Not a \ TODO ok 1160 - ... and has_skip should return a reasonable value (escape_hash) ok 1161 - ... and is_test should return a reasonable value (escape_hash) ok 1162 - ... and number should return the correct answer (escape_hash) ok 1163 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1164 - ... and actual_passed should return a reasonable value (escape_hash) ok 1165 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1166 - ... and passed should return a reasonable value (escape_hash) ok 1167 - ... and is_ok should return a reasonable value (escape_hash) ok 1168 - ... and description should return the correct answer (escape_hash) ok 1169 - ... and is_actual_ok should return a reasonable value (escape_hash) ok 1170 - ... and has_todo should return a reasonable value (escape_hash) ok 1171 - ... and is_unplanned should return a reasonable value (escape_hash) ok 1172 - escape_hash 3 We should have a result for Not a \ SKIP ok 1173 - ... and has_skip should return a reasonable value (escape_hash) ok 1174 - ... and is_test should return a reasonable value (escape_hash) ok 1175 - ... and number should return the correct answer (escape_hash) ok 1176 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1177 - ... and actual_passed should return a reasonable value (escape_hash) ok 1178 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1179 - ... and passed should return a reasonable value (escape_hash) ok 1180 - ... and description should return the correct answer (escape_hash) ok 1181 - ... and is_ok should return a reasonable value (escape_hash) ok 1182 - ... and is_actual_ok should return a reasonable value (escape_hash) ok 1183 - ... and has_todo should return a reasonable value (escape_hash) ok 1184 - ... and is_unplanned should return a reasonable value (escape_hash) ok 1185 - escape_hash 4 We should have a result for Escaped \\\ ok 1186 - ... and has_skip should return a reasonable value (escape_hash) ok 1187 - ... and is_test should return a reasonable value (escape_hash) ok 1188 - ... and number should return the correct answer (escape_hash) ok 1189 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1190 - ... and actual_passed should return a reasonable value (escape_hash) ok 1191 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1192 - ... and passed should return a reasonable value (escape_hash) ok 1193 - ... and description should return the correct answer (escape_hash) ok 1194 - ... and is_ok should return a reasonable value (escape_hash) ok 1195 - ... and is_actual_ok should return a reasonable value (escape_hash) ok 1196 - ... and has_todo should return a reasonable value (escape_hash) ok 1197 - ... and is_unplanned should return a reasonable value (escape_hash) ok 1198 - ... and we should have the correct number of results (escape_hash) ok 1199 - 'escape_hash' should parse successfully ok 1200 - ... and tests_run should equal 3 (escape_hash) ok 1201 - ... and actual_passed should be the correct amount (escape_hash) ok 1202 - ...... and the correct values (escape_hash) ok 1203 - ... and todo_passed should be the correct amount (escape_hash) ok 1204 - ...... and the correct values (escape_hash) ok 1205 - ... and exit should equal 0 (escape_hash) ok 1206 - ... and failed should be the correct amount (escape_hash) ok 1207 - ...... and the correct values (escape_hash) ok 1208 - ... and actual_failed should be the correct amount (escape_hash) ok 1209 - ...... and the correct values (escape_hash) ok 1210 - ... and plan should equal 1..3 (escape_hash) ok 1211 - ... and tests_planned should equal 3 (escape_hash) ok 1212 - ... and todo should be the correct amount (escape_hash) ok 1213 - ...... and the correct values (escape_hash) ok 1214 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1215 - ... and good_plan should return a reasonable value (escape_hash) ok 1216 - ... and parse_errors should be the correct amount (escape_hash) ok 1217 - ...... and the correct values (escape_hash) ok 1218 - ... and version should equal 12 (escape_hash) ok 1219 - ... and passed should be the correct amount (escape_hash) ok 1220 - ...... and the correct values (escape_hash) ok 1221 - ... and skipped should be the correct amount (escape_hash) ok 1222 - ...... and the correct values (escape_hash) ok 1223 - ... and is_good_plan should return a reasonable value (escape_hash) ok 1224 - ... and wait should equal 0 (escape_hash) ok 1225 - head_end 1 We should have a result for comments ok 1226 - ... and is_comment should return a reasonable value (head_end) ok 1227 - ... and comment should return the correct answer (head_end) ok 1228 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1229 - ... and passed should return a reasonable value (head_end) ok 1230 - ... and is_ok should return a reasonable value (head_end) ok 1231 - head_end 2 We should have a result for ok 1232 - ... and has_skip should return a reasonable value (head_end) ok 1233 - ... and is_test should return a reasonable value (head_end) ok 1234 - ... and number should return the correct answer (head_end) ok 1235 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1236 - ... and actual_passed should return a reasonable value (head_end) ok 1237 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1238 - ... and passed should return a reasonable value (head_end) ok 1239 - ... and description should return the correct answer (head_end) ok 1240 - ... and is_ok should return a reasonable value (head_end) ok 1241 - ... and is_actual_ok should return a reasonable value (head_end) ok 1242 - ... and has_todo should return a reasonable value (head_end) ok 1243 - ... and explanation should return the correct answer (head_end) ok 1244 - head_end 3 We should have a result for ok 1245 - ... and has_skip should return a reasonable value (head_end) ok 1246 - ... and is_test should return a reasonable value (head_end) ok 1247 - ... and number should return the correct answer (head_end) ok 1248 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1249 - ... and actual_passed should return a reasonable value (head_end) ok 1250 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1251 - ... and passed should return a reasonable value (head_end) ok 1252 - ... and description should return the correct answer (head_end) ok 1253 - ... and is_ok should return a reasonable value (head_end) ok 1254 - ... and is_actual_ok should return a reasonable value (head_end) ok 1255 - ... and has_todo should return a reasonable value (head_end) ok 1256 - ... and explanation should return the correct answer (head_end) ok 1257 - head_end 4 We should have a result for ok 1258 - ... and has_skip should return a reasonable value (head_end) ok 1259 - ... and is_test should return a reasonable value (head_end) ok 1260 - ... and number should return the correct answer (head_end) ok 1261 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1262 - ... and actual_passed should return a reasonable value (head_end) ok 1263 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1264 - ... and passed should return a reasonable value (head_end) ok 1265 - ... and description should return the correct answer (head_end) ok 1266 - ... and is_ok should return a reasonable value (head_end) ok 1267 - ... and is_actual_ok should return a reasonable value (head_end) ok 1268 - ... and has_todo should return a reasonable value (head_end) ok 1269 - ... and explanation should return the correct answer (head_end) ok 1270 - head_end 5 We should have a result for ok 1271 - ... and has_skip should return a reasonable value (head_end) ok 1272 - ... and is_test should return a reasonable value (head_end) ok 1273 - ... and number should return the correct answer (head_end) ok 1274 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1275 - ... and actual_passed should return a reasonable value (head_end) ok 1276 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1277 - ... and passed should return a reasonable value (head_end) ok 1278 - ... and description should return the correct answer (head_end) ok 1279 - ... and is_ok should return a reasonable value (head_end) ok 1280 - ... and is_actual_ok should return a reasonable value (head_end) ok 1281 - ... and has_todo should return a reasonable value (head_end) ok 1282 - ... and explanation should return the correct answer (head_end) ok 1283 - head_end 6 We should have a result for comment ok 1284 - ... and is_comment should return a reasonable value (head_end) ok 1285 - ... and comment should return the correct answer (head_end) ok 1286 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1287 - ... and passed should return a reasonable value (head_end) ok 1288 - ... and is_ok should return a reasonable value (head_end) ok 1289 - head_end 7 We should have a result for 1..4 ok 1290 - ... and is_plan should return a reasonable value (head_end) ok 1291 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1292 - ... and passed should return a reasonable value (head_end) ok 1293 - ... and tests_planned should return the correct answer (head_end) ok 1294 - ... and is_ok should return a reasonable value (head_end) ok 1295 - ... and raw should return the correct answer (head_end) ok 1296 - head_end 8 We should have a result for more ignored stuff ok 1297 - ... and is_comment should return a reasonable value (head_end) ok 1298 - ... and comment should return the correct answer (head_end) ok 1299 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1300 - ... and passed should return a reasonable value (head_end) ok 1301 - ... and is_ok should return a reasonable value (head_end) ok 1302 - head_end 9 We should have a result for and yet more ok 1303 - ... and is_comment should return a reasonable value (head_end) ok 1304 - ... and comment should return the correct answer (head_end) ok 1305 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1306 - ... and passed should return a reasonable value (head_end) ok 1307 - ... and is_ok should return a reasonable value (head_end) ok 1308 - ... and we should have the correct number of results (head_end) ok 1309 - 'head_end' should parse successfully ok 1310 - ... and tests_run should equal 4 (head_end) ok 1311 - ... and actual_passed should be the correct amount (head_end) ok 1312 - ...... and the correct values (head_end) ok 1313 - ... and todo_passed should be the correct amount (head_end) ok 1314 - ...... and the correct values (head_end) ok 1315 - ... and exit should equal 0 (head_end) ok 1316 - ... and failed should be the correct amount (head_end) ok 1317 - ...... and the correct values (head_end) ok 1318 - ... and actual_failed should be the correct amount (head_end) ok 1319 - ...... and the correct values (head_end) ok 1320 - ... and plan should equal 1..4 (head_end) ok 1321 - ... and tests_planned should equal 4 (head_end) ok 1322 - ... and todo should be the correct amount (head_end) ok 1323 - ...... and the correct values (head_end) ok 1324 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1325 - ... and good_plan should return a reasonable value (head_end) ok 1326 - ... and parse_errors should be the correct amount (head_end) ok 1327 - ...... and the correct values (head_end) ok 1328 - ... and version should equal 12 (head_end) ok 1329 - ... and passed should be the correct amount (head_end) ok 1330 - ...... and the correct values (head_end) ok 1331 - ... and skipped should be the correct amount (head_end) ok 1332 - ...... and the correct values (head_end) ok 1333 - ... and is_good_plan should return a reasonable value (head_end) ok 1334 - ... and wait should equal 0 (head_end) ok 1335 - head_fail 1 We should have a result for comments ok 1336 - ... and is_comment should return a reasonable value (head_fail) ok 1337 - ... and comment should return the correct answer (head_fail) ok 1338 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1339 - ... and passed should return a reasonable value (head_fail) ok 1340 - ... and is_ok should return a reasonable value (head_fail) ok 1341 - head_fail 2 We should have a result for ok 1342 - ... and has_skip should return a reasonable value (head_fail) ok 1343 - ... and is_test should return a reasonable value (head_fail) ok 1344 - ... and number should return the correct answer (head_fail) ok 1345 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1346 - ... and actual_passed should return a reasonable value (head_fail) ok 1347 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1348 - ... and passed should return a reasonable value (head_fail) ok 1349 - ... and description should return the correct answer (head_fail) ok 1350 - ... and is_ok should return a reasonable value (head_fail) ok 1351 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1352 - ... and has_todo should return a reasonable value (head_fail) ok 1353 - ... and explanation should return the correct answer (head_fail) ok 1354 - head_fail 3 We should have a result for ok 1355 - ... and has_skip should return a reasonable value (head_fail) ok 1356 - ... and is_test should return a reasonable value (head_fail) ok 1357 - ... and number should return the correct answer (head_fail) ok 1358 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1359 - ... and actual_passed should return a reasonable value (head_fail) ok 1360 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1361 - ... and passed should return a reasonable value (head_fail) ok 1362 - ... and description should return the correct answer (head_fail) ok 1363 - ... and is_ok should return a reasonable value (head_fail) ok 1364 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1365 - ... and has_todo should return a reasonable value (head_fail) ok 1366 - ... and explanation should return the correct answer (head_fail) ok 1367 - head_fail 4 We should have a result for ok 1368 - ... and has_skip should return a reasonable value (head_fail) ok 1369 - ... and is_test should return a reasonable value (head_fail) ok 1370 - ... and number should return the correct answer (head_fail) ok 1371 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1372 - ... and actual_passed should return a reasonable value (head_fail) ok 1373 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1374 - ... and passed should return a reasonable value (head_fail) ok 1375 - ... and description should return the correct answer (head_fail) ok 1376 - ... and is_ok should return a reasonable value (head_fail) ok 1377 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1378 - ... and has_todo should return a reasonable value (head_fail) ok 1379 - ... and explanation should return the correct answer (head_fail) ok 1380 - head_fail 5 We should have a result for ok 1381 - ... and has_skip should return a reasonable value (head_fail) ok 1382 - ... and is_test should return a reasonable value (head_fail) ok 1383 - ... and number should return the correct answer (head_fail) ok 1384 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1385 - ... and actual_passed should return a reasonable value (head_fail) ok 1386 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1387 - ... and passed should return a reasonable value (head_fail) ok 1388 - ... and description should return the correct answer (head_fail) ok 1389 - ... and is_ok should return a reasonable value (head_fail) ok 1390 - ... and is_actual_ok should return a reasonable value (head_fail) ok 1391 - ... and has_todo should return a reasonable value (head_fail) ok 1392 - ... and explanation should return the correct answer (head_fail) ok 1393 - head_fail 6 We should have a result for comment ok 1394 - ... and is_comment should return a reasonable value (head_fail) ok 1395 - ... and comment should return the correct answer (head_fail) ok 1396 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1397 - ... and passed should return a reasonable value (head_fail) ok 1398 - ... and is_ok should return a reasonable value (head_fail) ok 1399 - head_fail 7 We should have a result for 1..4 ok 1400 - ... and is_plan should return a reasonable value (head_fail) ok 1401 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1402 - ... and passed should return a reasonable value (head_fail) ok 1403 - ... and tests_planned should return the correct answer (head_fail) ok 1404 - ... and is_ok should return a reasonable value (head_fail) ok 1405 - ... and raw should return the correct answer (head_fail) ok 1406 - head_fail 8 We should have a result for more ignored stuff ok 1407 - ... and is_comment should return a reasonable value (head_fail) ok 1408 - ... and comment should return the correct answer (head_fail) ok 1409 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1410 - ... and passed should return a reasonable value (head_fail) ok 1411 - ... and is_ok should return a reasonable value (head_fail) ok 1412 - head_fail 9 We should have a result for and yet more ok 1413 - ... and is_comment should return a reasonable value (head_fail) ok 1414 - ... and comment should return the correct answer (head_fail) ok 1415 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1416 - ... and passed should return a reasonable value (head_fail) ok 1417 - ... and is_ok should return a reasonable value (head_fail) ok 1418 - ... and we should have the correct number of results (head_fail) ok 1419 - 'head_fail' should parse successfully ok 1420 - ... and tests_run should equal 4 (head_fail) ok 1421 - ... and actual_passed should be the correct amount (head_fail) ok 1422 - ...... and the correct values (head_fail) ok 1423 - ... and todo_passed should be the correct amount (head_fail) ok 1424 - ...... and the correct values (head_fail) ok 1425 - ... and exit should equal 0 (head_fail) ok 1426 - ... and failed should be the correct amount (head_fail) ok 1427 - ...... and the correct values (head_fail) ok 1428 - ... and actual_failed should be the correct amount (head_fail) ok 1429 - ...... and the correct values (head_fail) ok 1430 - ... and plan should equal 1..4 (head_fail) ok 1431 - ... and tests_planned should equal 4 (head_fail) ok 1432 - ... and todo should be the correct amount (head_fail) ok 1433 - ...... and the correct values (head_fail) ok 1434 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1435 - ... and good_plan should return a reasonable value (head_fail) ok 1436 - ... and parse_errors should be the correct amount (head_fail) ok 1437 - ...... and the correct values (head_fail) ok 1438 - ... and version should equal 12 (head_fail) ok 1439 - ... and passed should be the correct amount (head_fail) ok 1440 - ...... and the correct values (head_fail) ok 1441 - ... and skipped should be the correct amount (head_fail) ok 1442 - ...... and the correct values (head_fail) ok 1443 - ... and is_good_plan should return a reasonable value (head_fail) ok 1444 - ... and wait should equal 0 (head_fail) ok 1445 - inc_taint 1 We should have a result for 1..1 ok 1446 - ... and is_plan should return a reasonable value (inc_taint) ok 1447 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1448 - ... and passed should return a reasonable value (inc_taint) ok 1449 - ... and tests_planned should return the correct answer (inc_taint) ok 1450 - ... and is_ok should return a reasonable value (inc_taint) ok 1451 - ... and raw should return the correct answer (inc_taint) ok 1452 - inc_taint 2 We should have a result for ok 1453 - ... and has_skip should return a reasonable value (inc_taint) ok 1454 - ... and is_test should return a reasonable value (inc_taint) ok 1455 - ... and number should return the correct answer (inc_taint) ok 1456 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1457 - ... and actual_passed should return a reasonable value (inc_taint) ok 1458 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1459 - ... and passed should return a reasonable value (inc_taint) ok 1460 - ... and description should return the correct answer (inc_taint) ok 1461 - ... and is_ok should return a reasonable value (inc_taint) ok 1462 - ... and is_actual_ok should return a reasonable value (inc_taint) ok 1463 - ... and has_todo should return a reasonable value (inc_taint) ok 1464 - ... and explanation should return the correct answer (inc_taint) ok 1465 - ... and we should have the correct number of results (inc_taint) ok 1466 - 'inc_taint' should parse successfully ok 1467 - ... and tests_run should return a reasonable value (inc_taint) ok 1468 - ... and actual_passed should be the correct amount (inc_taint) ok 1469 - ...... and the correct values (inc_taint) ok 1470 - ... and todo_passed should be the correct amount (inc_taint) ok 1471 - ...... and the correct values (inc_taint) ok 1472 - ... and exit should equal 0 (inc_taint) ok 1473 - ... and failed should be the correct amount (inc_taint) ok 1474 - ...... and the correct values (inc_taint) ok 1475 - ... and actual_failed should be the correct amount (inc_taint) ok 1476 - ...... and the correct values (inc_taint) ok 1477 - ... and plan should equal 1..1 (inc_taint) ok 1478 - ... and tests_planned should equal 1 (inc_taint) ok 1479 - ... and todo should be the correct amount (inc_taint) ok 1480 - ...... and the correct values (inc_taint) ok 1481 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1482 - ... and good_plan should return a reasonable value (inc_taint) ok 1483 - ... and parse_errors should be the correct amount (inc_taint) ok 1484 - ...... and the correct values (inc_taint) ok 1485 - ... and version should equal 12 (inc_taint) ok 1486 - ... and passed should be the correct amount (inc_taint) ok 1487 - ...... and the correct values (inc_taint) ok 1488 - ... and skipped should be the correct amount (inc_taint) ok 1489 - ...... and the correct values (inc_taint) ok 1490 - ... and is_good_plan should return a reasonable value (inc_taint) ok 1491 - ... and wait should equal 0 (inc_taint) ok 1492 - junk_before_plan 1 We should have a result for this is junk ok 1493 - ... and is_unknown should return a reasonable value (junk_before_plan) ok 1494 - ... and raw should return the correct answer (junk_before_plan) ok 1495 - junk_before_plan 2 We should have a result for this is a comment ok 1496 - ... and is_comment should return a reasonable value (junk_before_plan) ok 1497 - ... and comment should return the correct answer (junk_before_plan) ok 1498 - junk_before_plan 3 We should have a result for 1..1 ok 1499 - ... and is_plan should return a reasonable value (junk_before_plan) ok 1500 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1501 - ... and passed should return a reasonable value (junk_before_plan) ok 1502 - ... and tests_planned should return the correct answer (junk_before_plan) ok 1503 - ... and is_ok should return a reasonable value (junk_before_plan) ok 1504 - ... and raw should return the correct answer (junk_before_plan) ok 1505 - junk_before_plan 4 We should have a result for ok 1506 - ... and has_skip should return a reasonable value (junk_before_plan) ok 1507 - ... and is_test should return a reasonable value (junk_before_plan) ok 1508 - ... and number should return the correct answer (junk_before_plan) ok 1509 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1510 - ... and actual_passed should return a reasonable value (junk_before_plan) ok 1511 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1512 - ... and passed should return a reasonable value (junk_before_plan) ok 1513 - ... and is_ok should return a reasonable value (junk_before_plan) ok 1514 - ... and is_actual_ok should return a reasonable value (junk_before_plan) ok 1515 - ... and has_todo should return a reasonable value (junk_before_plan) ok 1516 - ... and we should have the correct number of results (junk_before_plan) ok 1517 - 'junk_before_plan' should parse successfully ok 1518 - ... and tests_run should equal 1 (junk_before_plan) ok 1519 - ... and actual_passed should be the correct amount (junk_before_plan) ok 1520 - ...... and the correct values (junk_before_plan) ok 1521 - ... and todo_passed should be the correct amount (junk_before_plan) ok 1522 - ...... and the correct values (junk_before_plan) ok 1523 - ... and exit should equal 0 (junk_before_plan) ok 1524 - ... and failed should be the correct amount (junk_before_plan) ok 1525 - ...... and the correct values (junk_before_plan) ok 1526 - ... and actual_failed should be the correct amount (junk_before_plan) ok 1527 - ...... and the correct values (junk_before_plan) ok 1528 - ... and plan should equal 1..1 (junk_before_plan) ok 1529 - ... and tests_planned should equal 1 (junk_before_plan) ok 1530 - ... and todo should be the correct amount (junk_before_plan) ok 1531 - ...... and the correct values (junk_before_plan) ok 1532 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1533 - ... and good_plan should return a reasonable value (junk_before_plan) ok 1534 - ... and parse_errors should be the correct amount (junk_before_plan) ok 1535 - ...... and the correct values (junk_before_plan) ok 1536 - ... and version should equal 12 (junk_before_plan) ok 1537 - ... and passed should be the correct amount (junk_before_plan) ok 1538 - ...... and the correct values (junk_before_plan) ok 1539 - ... and skipped should be the correct amount (junk_before_plan) ok 1540 - ...... and the correct values (junk_before_plan) ok 1541 - ... and is_good_plan should return a reasonable value (junk_before_plan) ok 1542 - ... and wait should equal 0 (junk_before_plan) ok 1543 - no_nums 1 We should have a result for 1..5 ok 1544 - ... and is_plan should return a reasonable value (no_nums) ok 1545 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1546 - ... and passed should return a reasonable value (no_nums) ok 1547 - ... and tests_planned should return the correct answer (no_nums) ok 1548 - ... and is_ok should return a reasonable value (no_nums) ok 1549 - ... and raw should return the correct answer (no_nums) ok 1550 - no_nums 2 We should have a result for ok 1551 - ... and has_skip should return a reasonable value (no_nums) ok 1552 - ... and is_test should return a reasonable value (no_nums) ok 1553 - ... and number should return the correct answer (no_nums) ok 1554 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1555 - ... and actual_passed should return a reasonable value (no_nums) ok 1556 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1557 - ... and passed should return a reasonable value (no_nums) ok 1558 - ... and is_ok should return a reasonable value (no_nums) ok 1559 - ... and description should return the correct answer (no_nums) ok 1560 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1561 - ... and has_todo should return a reasonable value (no_nums) ok 1562 - no_nums 3 We should have a result for ok 1563 - ... and has_skip should return a reasonable value (no_nums) ok 1564 - ... and is_test should return a reasonable value (no_nums) ok 1565 - ... and number should return the correct answer (no_nums) ok 1566 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1567 - ... and actual_passed should return a reasonable value (no_nums) ok 1568 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1569 - ... and passed should return a reasonable value (no_nums) ok 1570 - ... and description should return the correct answer (no_nums) ok 1571 - ... and is_ok should return a reasonable value (no_nums) ok 1572 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1573 - ... and has_todo should return a reasonable value (no_nums) ok 1574 - no_nums 4 We should have a result for ok 1575 - ... and has_skip should return a reasonable value (no_nums) ok 1576 - ... and is_test should return a reasonable value (no_nums) ok 1577 - ... and number should return the correct answer (no_nums) ok 1578 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1579 - ... and actual_passed should return a reasonable value (no_nums) ok 1580 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1581 - ... and passed should return a reasonable value (no_nums) ok 1582 - ... and description should return the correct answer (no_nums) ok 1583 - ... and is_ok should return a reasonable value (no_nums) ok 1584 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1585 - ... and has_todo should return a reasonable value (no_nums) ok 1586 - no_nums 5 We should have a result for ok 1587 - ... and has_skip should return a reasonable value (no_nums) ok 1588 - ... and is_test should return a reasonable value (no_nums) ok 1589 - ... and number should return the correct answer (no_nums) ok 1590 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1591 - ... and actual_passed should return a reasonable value (no_nums) ok 1592 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1593 - ... and passed should return a reasonable value (no_nums) ok 1594 - ... and description should return the correct answer (no_nums) ok 1595 - ... and is_ok should return a reasonable value (no_nums) ok 1596 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1597 - ... and has_todo should return a reasonable value (no_nums) ok 1598 - no_nums 6 We should have a result for ok 1599 - ... and has_skip should return a reasonable value (no_nums) ok 1600 - ... and is_test should return a reasonable value (no_nums) ok 1601 - ... and number should return the correct answer (no_nums) ok 1602 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1603 - ... and actual_passed should return a reasonable value (no_nums) ok 1604 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1605 - ... and passed should return a reasonable value (no_nums) ok 1606 - ... and description should return the correct answer (no_nums) ok 1607 - ... and is_ok should return a reasonable value (no_nums) ok 1608 - ... and is_actual_ok should return a reasonable value (no_nums) ok 1609 - ... and has_todo should return a reasonable value (no_nums) ok 1610 - ... and we should have the correct number of results (no_nums) ok 1611 - 'no_nums' should parse successfully ok 1612 - ... and tests_run should equal 5 (no_nums) ok 1613 - ... and actual_passed should be the correct amount (no_nums) ok 1614 - ...... and the correct values (no_nums) ok 1615 - ... and todo_passed should be the correct amount (no_nums) ok 1616 - ...... and the correct values (no_nums) ok 1617 - ... and exit should equal 0 (no_nums) ok 1618 - ... and failed should be the correct amount (no_nums) ok 1619 - ...... and the correct values (no_nums) ok 1620 - ... and actual_failed should be the correct amount (no_nums) ok 1621 - ...... and the correct values (no_nums) ok 1622 - ... and plan should equal 1..5 (no_nums) ok 1623 - ... and tests_planned should equal 5 (no_nums) ok 1624 - ... and todo should be the correct amount (no_nums) ok 1625 - ...... and the correct values (no_nums) ok 1626 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1627 - ... and good_plan should return a reasonable value (no_nums) ok 1628 - ... and parse_errors should be the correct amount (no_nums) ok 1629 - ...... and the correct values (no_nums) ok 1630 - ... and version should equal 12 (no_nums) ok 1631 - ... and passed should be the correct amount (no_nums) ok 1632 - ...... and the correct values (no_nums) ok 1633 - ... and skipped should be the correct amount (no_nums) ok 1634 - ...... and the correct values (no_nums) ok 1635 - ... and is_good_plan should return a reasonable value (no_nums) ok 1636 - ... and wait should equal 0 (no_nums) ok 1637 - ... and we should have the correct number of results (no_output) ok 1638 - 'no_output' should parse successfully ok 1639 - ... we should get a deprecated warning for TAP::Parser::good_plan ok 1640 - ... and good_plan should return a reasonable value (no_output) ok 1641 - ... and parse_errors should be the correct amount (no_output) ok 1642 - ...... and the correct values (no_output) ok 1643 - ... and tests_run should equal 0 (no_output) ok 1644 - ... and actual_passed should be the correct amount (no_output) ok 1645 - ...... and the correct values (no_output) ok 1646 - ... and todo_passed should be the correct amount (no_output) ok 1647 - ...... and the correct values (no_output) ok 1648 - ... and exit should equal 0 (no_output) ok 1649 - ... and passed should be the correct amount (no_output) ok 1650 - ...... and the correct values (no_output) ok 1651 - ... and failed should be the correct amount (no_output) ok 1652 - ...... and the correct values (no_output) ok 1653 - ... and skipped should be the correct amount (no_output) ok 1654 - ...... and the correct values (no_output) ok 1655 - ... and actual_failed should be the correct amount (no_output) ok 1656 - ...... and the correct values (no_output) ok 1657 - ... and wait should equal 0 (no_output) ok 1658 - ... and plan should equal (no_output) ok 1659 - ... and tests_planned should equal (no_output) ok 1660 - ... and todo should be the correct amount (no_output) ok 1661 - ...... and the correct values (no_output) ok 1662 - out_of_order 1 We should have a result for - Test that argument passing works ok 1663 - ... and has_skip should return a reasonable value (out_of_order) ok 1664 - ... and is_test should return a reasonable value (out_of_order) ok 1665 - ... and number should return the correct answer (out_of_order) ok 1666 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1667 - ... and actual_passed should return a reasonable value (out_of_order) ok 1668 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1669 - ... and passed should return a reasonable value (out_of_order) ok 1670 - ... and description should return the correct answer (out_of_order) ok 1671 - ... and is_ok should return a reasonable value (out_of_order) ok 1672 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1673 - ... and has_todo should return a reasonable value (out_of_order) ok 1674 - ... and explanation should return the correct answer (out_of_order) ok 1675 - out_of_order 2 We should have a result for - Test that passing arguments as references work ok 1676 - ... and has_skip should return a reasonable value (out_of_order) ok 1677 - ... and is_test should return a reasonable value (out_of_order) ok 1678 - ... and number should return the correct answer (out_of_order) ok 1679 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1680 - ... and actual_passed should return a reasonable value (out_of_order) ok 1681 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1682 - ... and passed should return a reasonable value (out_of_order) ok 1683 - ... and description should return the correct answer (out_of_order) ok 1684 - ... and is_ok should return a reasonable value (out_of_order) ok 1685 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1686 - ... and has_todo should return a reasonable value (out_of_order) ok 1687 - ... and explanation should return the correct answer (out_of_order) ok 1688 - out_of_order 3 We should have a result for - Test a normal sub ok 1689 - ... and has_skip should return a reasonable value (out_of_order) ok 1690 - ... and is_test should return a reasonable value (out_of_order) ok 1691 - ... and number should return the correct answer (out_of_order) ok 1692 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1693 - ... and actual_passed should return a reasonable value (out_of_order) ok 1694 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1695 - ... and passed should return a reasonable value (out_of_order) ok 1696 - ... and description should return the correct answer (out_of_order) ok 1697 - ... and is_ok should return a reasonable value (out_of_order) ok 1698 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1699 - ... and has_todo should return a reasonable value (out_of_order) ok 1700 - ... and explanation should return the correct answer (out_of_order) ok 1701 - out_of_order 4 We should have a result for - Detach test ok 1702 - ... and has_skip should return a reasonable value (out_of_order) ok 1703 - ... and is_test should return a reasonable value (out_of_order) ok 1704 - ... and number should return the correct answer (out_of_order) ok 1705 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1706 - ... and actual_passed should return a reasonable value (out_of_order) ok 1707 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1708 - ... and passed should return a reasonable value (out_of_order) ok 1709 - ... and description should return the correct answer (out_of_order) ok 1710 - ... and is_ok should return a reasonable value (out_of_order) ok 1711 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1712 - ... and has_todo should return a reasonable value (out_of_order) ok 1713 - ... and explanation should return the correct answer (out_of_order) ok 1714 - out_of_order 5 We should have a result for - Nested thread test ok 1715 - ... and has_skip should return a reasonable value (out_of_order) ok 1716 - ... and is_test should return a reasonable value (out_of_order) ok 1717 - ... and number should return the correct answer (out_of_order) ok 1718 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1719 - ... and actual_passed should return a reasonable value (out_of_order) ok 1720 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1721 - ... and passed should return a reasonable value (out_of_order) ok 1722 - ... and description should return the correct answer (out_of_order) ok 1723 - ... and is_ok should return a reasonable value (out_of_order) ok 1724 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1725 - ... and has_todo should return a reasonable value (out_of_order) ok 1726 - ... and explanation should return the correct answer (out_of_order) ok 1727 - out_of_order 6 We should have a result for - Nested thread test ok 1728 - ... and has_skip should return a reasonable value (out_of_order) ok 1729 - ... and is_test should return a reasonable value (out_of_order) ok 1730 - ... and number should return the correct answer (out_of_order) ok 1731 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1732 - ... and actual_passed should return a reasonable value (out_of_order) ok 1733 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1734 - ... and passed should return a reasonable value (out_of_order) ok 1735 - ... and description should return the correct answer (out_of_order) ok 1736 - ... and is_ok should return a reasonable value (out_of_order) ok 1737 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1738 - ... and has_todo should return a reasonable value (out_of_order) ok 1739 - ... and explanation should return the correct answer (out_of_order) ok 1740 - out_of_order 7 We should have a result for - Wanted 7, got 7 ok 1741 - ... and has_skip should return a reasonable value (out_of_order) ok 1742 - ... and is_test should return a reasonable value (out_of_order) ok 1743 - ... and number should return the correct answer (out_of_order) ok 1744 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1745 - ... and actual_passed should return a reasonable value (out_of_order) ok 1746 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1747 - ... and passed should return a reasonable value (out_of_order) ok 1748 - ... and description should return the correct answer (out_of_order) ok 1749 - ... and is_ok should return a reasonable value (out_of_order) ok 1750 - ... and is_actual_ok should return a reasonable value (out_of_order) ok 1751 - ... and has_todo should return a reasonable value (out_of_order) ok 1752 - ... and explanation should return the correct answer (out_of_order) ok 1753 - out_of_order 8 We should have a result for - Wanted 7, got 7 ok 1754 - ... and has_skip should return a reasonable value (out_of_order) ok 1755 - ... and is_test should return a reasonable value (out_of_order) ok 1756 - ... and number should return the correct answer (out_of_order) ok 1757 - ... we should get a deprecated warning for TAP::Parser::Result::Test::actual_passed ok 1758 - ... and actual_passed should return a reasonable value (out_of_order) ok 1759 - ... we should get a deprecated warning for TAP::Parser::Result::passed ok 1760 - ... and passed should return a reasonable value (out_of_order) ok 1761 - ... and description should return the correct answer (out_of_order) ok 1762 - ... and is_ok should return a reasonable va