Branch Coverage

lib/Devel/Trepan/IO/FIFOServer.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
53 0 0 if $opts->{'open'}
61 0 0 if $self->{'input'} and $self->{'output'}
82 0 0 if $FIFO
86 0 0 if $self->{'logger'}
97 0 0 if (-p $named_pipe) { }
98 0 0 unless $opts->{'reuse'}
100 0 0 unless POSIX::mkfifo($named_pipe, $create_mode)
104 0 0 unless sysopen $self->{'output'}, $self->{'output_name'}, 2
121 0 0 unless ($fh)
122 0 0 if $self->{'logger'}
127 0 0 unless (eof $fh)
130 0 0 if ($msg ne '-1') { }
133 0 0 if $self->{'logger'}