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

FFI::Probe::Runner::Result - The results from a probe run.

Author

       Author: Graham Ollis <plicease@cpan.org>

       Contributors:

       Bakkiaraj Murugesan (bakkiaraj)

       Dylan Cali (calid)

       pipcet

       Zaki Mughal (zmughal)

       Fitz Elliott (felliott)

       Vickenty Fesunov (vyf)

       Gregor Herrmann (gregoa)

       Shlomi Fish (shlomif)

       Damyan Ivanov

       Ilya Pavlov (Ilya33)

       Petr Písař (ppisar)

       Mohammad S Anwar (MANWAR)

       Håkon Hægland (hakonhagland, HAKONH)

       Meredith (merrilymeredith, MHOWARD)

       Diab Jerius (DJERIUS)

       Eric Brine (IKEGAMI)

       szTheory

       José Joaquín Atria (JJATRIA)

       Pete Houston (openstrike, HOUSTON)

       Lukas Mai (MAUKE)

Constructor

new
        my $result = FFI::Probe::Runner::Result->new(%args);

       Creates a new instance of the class.

Description

Methods

stdout
        my $stdout = $result->stdout;

   stderr
        my $stderr = $result->stderr;

   rv
        my $rv = $result->rv;

   signal
        my $signal = $result->signal;

   pass
        my $pass = $result->pass;

Name

       FFI::Probe::Runner::Result - The results from a probe run.

Synopsis

Version

       version 2.10

See Also