Branch Coverage

blib/lib/Mojo/IOLoop/HoboProcess.pm
Criterion Covered Total %
branch 2 22 9.0


line true false branch
26 0 2 if $^O eq 'MSWin32'
28 2 0 unless ('Mojo::IOLoop'->can('hoboprocess'))
31 0 0 ref $ioloop ? :
62 0 0 if ($^O eq 'MSWin32') { }
63 0 0 unless socketpair $reader, $writer, 1, 1, 0
67 0 0 unless pipe $reader, $writer
80 0 0 if $error eq "Hobo exited (0)\n"
82 0 0 if $error and $error =~ /^Hobo exited \(\S+\)$/
91 0 0 unless defined $hobo
114 0 0 unless $$ == $me
115 0 0 unless (exists $hobo->{'JOINED'})