/usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests
NameSizeModeActions
death.plx2530644editdlrm
death_in_eval.plx2800644editdlrm
death_with_handler.plx3440644editdlrm
exit.plx320644editdlrm
extras.plx2060644editdlrm
five_fail.plx1890644editdlrm
last_minute_death.plx2680644editdlrm
missing_done_testing.plx1520644editdlrm
one_fail.plx1920644editdlrm
one_fail_without_plan.plx1520644editdlrm
pre_plan_death.plx2890644editdlrm
require.plx220644editdlrm
success.plx2230644editdlrm
too_few.plx1710644editdlrm
too_few_fail.plx1780644editdlrm
two_fail.plx1920644editdlrm
Edit: /usr/share/doc/perl-Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx (192B)
require Test::Simple; push @INC, 't/lib'; require Test::Simple::Catch; my($out, $err) = Test::Simple::Catch::caught(); Test::Simple->import(tests => 5); ok(0); ok(1); ok(1); ok(0); ok(1);