logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test2::EventFacet::About - Facet with event details.

Authors

       Chad Granum <exodist@cpan.org>

Description

       This facet has information about the event, such as event package.

Fields

       $string = $about->{details}
       $string = $about->details()
           Summary about the event.

       $package = $about->{package}
       $package = $about->package()
           Event package name.

       $bool = $about->{no_display}
       $bool = $about->no_display()
           True if the event should be skipped by formatters.

       $uuid = $about->{uuid}
       $uuid = $about->uuid()
           Will be set to a uuid if uuid tagging was enabled.

       $uuid = $about->{eid}
       $uuid = $about->eid()
           A unique (for the test job) identifier for the event.

Maintainers

       Chad Granum <exodist@cpan.org>

Name

       Test2::EventFacet::About - Facet with event details.

Source

       The source code repository for Test2 can be found at <https://github.com/Test-More/test-more/>.

See Also