Branch Coverage
blib/lib/Process/Async/Worker.pm
Criterion
Covered
Total
%
branch
0
6
0.0
line
true
false
branch
69
0
0
if (my $method = $self->can('cmd_' . $k)) { }
0
0
elsif (my $on_command = $self->can('on_command')) { }
77
0
0
if $eof and $self->can('on_eof')