The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Builder2::Result::Role::unknown - The result of the assert is not known

DESCRIPTION

Apply this role to a Result::Base object if the assert ran but the result is not known.

The critical difference between this and a "skip" is in this case the assert was run but for whatever reason no clear result came back. The utility of this status is up in the air.