Branch Coverage

blib/lib/IO/Async/Internals/FunctionWorker.pm
Criterion Covered Total %
branch 3 10 30.0


line true false branch
21 1 0 if ($ok) { }
0 0 elsif (ref $@) { }
47 0 1 unless my $code = $module->can($func)
50 0 1 if (defined $init_func)
51 0 0 unless my $init = $module->can($init_func)